2023-10-11T15:24:57.078 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-11T15:24:57.079 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279 --verbose --owner scheduled_yuriw@teuthology --name yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi --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} -- /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279/orig.config.yaml 2023-10-11T15:24:57.119 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-11T15:24:57.201 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279 branch: wip-yuri11-testing-2023-10-10-1226-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: yweinste@redhat.com first_in_suite: false job_id: '7421279' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-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-yuri11-testing-2023-10-10-1226-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: e62d759a6de3042e046d7d9889d2209cbc674fbd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri11-testing-2023-10-10-1226-reef sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 3365 sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-yuri11-testing-2023-10-10-1226-reef suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNUSm7s8UP/PWvAlykt2JXdsufSOjFOthIAt86DVO1K0VoSUDi7v162WASC2/g7/zmYOq25NkQoZgCht4oO8rRc= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA088kFSF9x6bmgEYzixV26CpmS+5KGJRwP/1J+NREN/DFCYfkAIWvtLgQ9wJ5YChRiYit1wKMceLPLwifsGh3Q= 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: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-10-11_14:03:09 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: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 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 2023-10-11T15:24:57.202 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa; will attempt to use it 2023-10-11T15:24:57.203 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks 2023-10-11T15:24:57.203 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-11T15:24:57.205 INFO:teuthology.task.internal:Checking packages... 2023-10-11T15:24:57.230 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e62d759a6de3042e046d7d9889d2209cbc674fbd' 2023-10-11T15:24:57.230 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-11T15:24:57.231 INFO:teuthology.packaging:ref: None 2023-10-11T15:24:57.231 INFO:teuthology.packaging:tag: None 2023-10-11T15:24:57.232 INFO:teuthology.packaging:branch: wip-yuri11-testing-2023-10-10-1226-reef 2023-10-11T15:24:57.232 INFO:teuthology.packaging:sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:24:57.232 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri11-testing-2023-10-10-1226-reef 2023-10-11T15:24:57.378 INFO:teuthology.task.internal:Found packages for ceph version 18.2.0-669.ge62d759a 2023-10-11T15:24:57.378 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-11T15:24:57.385 INFO:teuthology.task.internal:no buildpackages task found 2023-10-11T15:24:57.385 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-11T15:24:57.414 INFO:teuthology.task.internal:Saving configuration 2023-10-11T15:24:57.430 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-11T15:24:57.436 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T15:24:57.463 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:19:43.545140', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNUSm7s8UP/PWvAlykt2JXdsufSOjFOthIAt86DVO1K0VoSUDi7v162WASC2/g7/zmYOq25NkQoZgCht4oO8rRc='} 2023-10-11T15:24:57.488 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:19:43.546944', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA088kFSF9x6bmgEYzixV26CpmS+5KGJRwP/1J+NREN/DFCYfkAIWvtLgQ9wJ5YChRiYit1wKMceLPLwifsGh3Q='} 2023-10-11T15:24:57.488 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-11T15:24:57.495 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-10-11T15:24:57.495 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-10-11T15:24:57.495 INFO:teuthology.run_tasks:Running task console_log... 2023-10-11T15:24:57.585 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f32892acc10>, signals=[15]) 2023-10-11T15:24:57.586 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-11T15:24:57.593 INFO:teuthology.task.internal:Opening connections... 2023-10-11T15:24:57.593 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:24:57.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:24:57.664 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2023-10-11T15:24:57.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:24:57.732 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-11T15:24:57.739 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2023-10-11T15:24:57.763 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2023-10-11T15:24:57.763 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2023-10-11T15:24:57.824 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2023-10-11T15:24:57.824 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="8" 2023-10-11T15:24:57.824 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2023-10-11T15:24:57.824 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2023-10-11T15:24:57.825 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="8" 2023-10-11T15:24:57.825 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el8" 2023-10-11T15:24:57.825 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-11T15:24:57.825 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2023-10-11T15:24:57.825 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-11T15:24:57.826 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2023-10-11T15:24:57.826 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-11T15:24:57.826 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-11T15:24:57.826 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-11T15:24:57.827 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2023-10-11T15:24:57.849 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2023-10-11T15:24:57.871 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2023-10-11T15:24:57.872 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2023-10-11T15:24:57.931 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2023-10-11T15:24:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="8" 2023-10-11T15:24:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2023-10-11T15:24:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2023-10-11T15:24:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="8" 2023-10-11T15:24:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el8" 2023-10-11T15:24:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-11T15:24:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2023-10-11T15:24:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-11T15:24:57.933 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2023-10-11T15:24:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-11T15:24:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-11T15:24:57.934 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-11T15:24:57.934 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2023-10-11T15:24:57.957 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-11T15:24:57.966 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-11T15:24:57.997 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-11T15:24:57.998 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2023-10-11T15:24:58.001 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2023-10-11T15:24:58.022 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-11T15:24:58.029 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-11T15:24:58.030 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2023-10-11T15:24:58.065 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2023-10-11T15:24:58.110 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-11T15:24:58.166 INFO:teuthology.run_tasks:Running task kernel... 2023-10-11T15:24:58.181 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-11T15:24:58.182 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-11T15:24:58.182 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-11T15:24:58.183 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-11T15:24:58.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:24:58.203 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-10-11T15:24:58.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:24:58.205 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-10-11T15:24:58.266 INFO:teuthology.orchestra.run.smithi079.stdout:4.18.0-489.el8.x86_64 2023-10-11T15:24:58.266 INFO:teuthology.task.kernel:Running kernel on smithi079: 4.18.0-489.el8.x86_64 2023-10-11T15:24:58.267 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2023-10-11T15:24:58.268 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-489.el8.x86_64 2023-10-11T15:24:58.268 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.18.0-489.el8.x86_64 2023-10-11T15:24:58.269 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2023-10-11T15:25:02.611 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - AppStream 18 MB/s | 33 MB 00:01 2023-10-11T15:25:02.762 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - AppStream 18 MB/s | 33 MB 00:01 2023-10-11T15:25:10.486 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - BaseOS 36 MB/s | 49 MB 00:01 2023-10-11T15:25:13.453 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 49 MB 00:04 2023-10-11T15:25:18.511 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras 37 kB/s | 18 kB 00:00 2023-10-11T15:25:18.929 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras common packages 31 kB/s | 6.9 kB 00:00 2023-10-11T15:25:19.238 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-10-11T15:25:20.439 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-10-11T15:25:21.119 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras 26 kB/s | 18 kB 00:00 2023-10-11T15:25:21.703 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-10-11T15:25:22.037 INFO:teuthology.orchestra.run.smithi079.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-10-11T15:25:23.455 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-10-11T15:25:24.589 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 632 kB/s | 24 kB 00:00 2023-10-11T15:25:27.221 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 481 kB/s | 24 kB 00:00 2023-10-11T15:25:28.371 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-11T15:25:28.372 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-11T15:25:28.642 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-11T15:25:28.643 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-11T15:25:28.643 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-10-11T15:25:28.643 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-11T15:25:28.643 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2023-10-11T15:25:28.644 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-11T15:25:28.644 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-11T15:25:28.644 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-11T15:25:28.644 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-11T15:25:28.644 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:25:28.645 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-11T15:25:28.645 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-11T15:25:28.645 INFO:teuthology.orchestra.run.smithi045.stdout:Install 3 Packages 2023-10-11T15:25:28.645 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:25:28.646 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 89 M 2023-10-11T15:25:28.646 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 96 M 2023-10-11T15:25:28.647 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-11T15:25:29.815 INFO:teuthology.orchestra.run.smithi045.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2023-10-11T15:25:30.223 INFO:teuthology.orchestra.run.smithi045.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 29 MB/s | 36 MB 00:01 2023-10-11T15:25:30.757 INFO:teuthology.orchestra.run.smithi045.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 24 MB/s | 43 MB 00:01 2023-10-11T15:25:30.757 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:25:30.758 INFO:teuthology.orchestra.run.smithi045.stdout:Total 42 MB/s | 89 MB 00:02 2023-10-11T15:25:30.823 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-11T15:25:30.824 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-11T15:25:31.087 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-10-11T15:25:31.088 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-10-11T15:25:31.088 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2023-10-11T15:25:31.088 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-10-11T15:25:31.088 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2023-10-11T15:25:31.089 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 4.18.0-516.el8 baseos 10 M 2023-10-11T15:25:31.089 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-10-11T15:25:31.089 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 4.18.0-516.el8 baseos 43 M 2023-10-11T15:25:31.089 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 4.18.0-516.el8 baseos 36 M 2023-10-11T15:25:31.090 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:25:31.090 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-10-11T15:25:31.090 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-10-11T15:25:31.090 INFO:teuthology.orchestra.run.smithi079.stdout:Install 3 Packages 2023-10-11T15:25:31.090 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:25:31.091 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 89 M 2023-10-11T15:25:31.091 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 96 M 2023-10-11T15:25:31.092 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-10-11T15:25:31.462 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-11T15:25:31.623 INFO:teuthology.orchestra.run.smithi079.stdout:(1/3): kernel-4.18.0-516.el8.x86_64.rpm 21 MB/s | 10 MB 00:00 2023-10-11T15:25:31.919 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-11T15:25:31.919 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-11T15:25:32.464 INFO:teuthology.orchestra.run.smithi079.stdout:(2/3): kernel-modules-4.18.0-516.el8.x86_64.rpm 27 MB/s | 36 MB 00:01 2023-10-11T15:25:32.915 INFO:teuthology.orchestra.run.smithi079.stdout:(3/3): kernel-core-4.18.0-516.el8.x86_64.rpm 24 MB/s | 43 MB 00:01 2023-10-11T15:25:32.915 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:25:32.915 INFO:teuthology.orchestra.run.smithi079.stdout:Total 49 MB/s | 89 MB 00:01 2023-10-11T15:25:33.212 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-11T15:25:33.226 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-11T15:25:33.583 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-10-11T15:25:34.024 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-10-11T15:25:34.025 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-10-11T15:25:35.254 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-10-11T15:25:35.285 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-10-11T15:25:36.171 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-11T15:25:36.789 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:25:38.092 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-10-11T15:25:38.591 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:25:40.538 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:25:40.930 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:25:42.350 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:25:42.765 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:25:44.550 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:25:44.824 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:25:46.149 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:25:46.445 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:26:07.993 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:26:08.016 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:26:08.183 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:26:08.207 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:26:08.392 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:26:08.392 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:26:08.392 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:26:08.549 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:26:08.550 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-4.18.0-516.el8.x86_64 1/3 2023-10-11T15:26:08.550 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-4.18.0-516.el8.x86_64 2/3 2023-10-11T15:26:09.177 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:26:09.177 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:26:09.177 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-11T15:26:09.178 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-11T15:26:09.178 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-11T15:26:09.178 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:26:09.178 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-11T15:26:09.273 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-4.18.0-516.el8.x86_64 3/3 2023-10-11T15:26:09.274 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:26:09.274 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-10-11T15:26:09.274 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-4.18.0-516.el8.x86_64 kernel-core-4.18.0-516.el8.x86_64 2023-10-11T15:26:09.274 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-4.18.0-516.el8.x86_64 2023-10-11T15:26:09.275 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:26:09.275 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-10-11T15:26:09.356 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-10-11T15:26:09.414 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2023-10-11T15:26:09.586 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-11T15:26:09.586 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-11T15:26:09.587 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-11T15:26:09.587 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-11T15:26:09.587 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-11T15:26:09.587 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-11T15:26:09.588 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2023-10-11T15:26:09.588 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2023-10-11T15:26:09.675 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-11T15:26:09.675 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-11T15:26:09.676 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-516.el8.x86_64 2023-10-11T15:26:09.676 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-11T15:26:09.676 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-11T15:26:09.676 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-11T15:26:09.677 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2023-10-11T15:26:09.677 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2023-10-11T15:26:09.806 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-11T15:26:09.806 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-11T15:26:09.807 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2023-10-11T15:26:09.842 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2023-10-11T15:26:09.842 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2023-10-11T15:26:09.843 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.02 2023-10-11T15:26:09.843 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 129.el8 2023-10-11T15:26:09.843 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2023-10-11T15:26:09.843 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-11T15:26:09.843 INFO:teuthology.orchestra.run.smithi045.stdout:Group : System Environment/Base 2023-10-11T15:26:09.844 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 9265586 2023-10-11T15:26:09.844 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2023-10-11T15:26:09.844 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-11T15:26:09.844 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-11T15:26:09.844 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-11T15:26:09.845 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-11T15:26:09.845 INFO:teuthology.orchestra.run.smithi045.stdout:Relocations : (not relocatable) 2023-10-11T15:26:09.845 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : CentOS BuildSystem 2023-10-11T15:26:09.845 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2023-10-11T15:26:09.845 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-11T15:26:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2023-10-11T15:26:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2023-10-11T15:26:09.846 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:26:09.846 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-11T15:26:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-11T15:26:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-11T15:26:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2023-10-11T15:26:09.847 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:26:09.847 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2023-10-11T15:26:09.849 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-11T15:26:09.849 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 4.18.0-516.el8.x86_64 2023-10-11T15:26:09.849 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-11T15:26:09.886 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-4.18.0-516.el8.x86_64 2023-10-11T15:26:09.886 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-516.el8.x86_64 2023-10-11T15:26:09.886 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2023-10-11T15:26:09.920 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2023-10-11T15:26:09.921 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2023-10-11T15:26:09.921 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.02 2023-10-11T15:26:09.921 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 129.el8 2023-10-11T15:26:09.921 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2023-10-11T15:26:09.921 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-11T15:26:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:Group : System Environment/Base 2023-10-11T15:26:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 9265586 2023-10-11T15:26:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2023-10-11T15:26:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-11T15:26:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-11T15:26:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-11T15:26:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-11T15:26:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:Relocations : (not relocatable) 2023-10-11T15:26:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : CentOS BuildSystem 2023-10-11T15:26:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2023-10-11T15:26:09.924 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-11T15:26:09.924 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2023-10-11T15:26:09.924 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2023-10-11T15:26:09.924 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:26:09.925 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-11T15:26:09.925 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-11T15:26:09.925 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-11T15:26:09.925 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2023-10-11T15:26:09.925 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:26:09.926 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2023-10-11T15:26:09.927 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-11T15:26:09.927 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 4.18.0-516.el8.x86_64 2023-10-11T15:26:09.927 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-11T15:26:11.085 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2023-10-11T15:26:11.545 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2023-10-11T15:26:13.077 INFO:teuthology.orchestra.run.smithi045.stderr:done 2023-10-11T15:26:13.079 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2023-10-11T15:26:13.110 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.fsou0pLDjb 2023-10-11T15:26:13.111 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.fsou0pLDjb 2023-10-11T15:26:13.185 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.fsou0pLDjb 2023-10-11T15:26:13.338 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.fsou0pLDjb is 6KB 2023-10-11T15:26:13.387 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.fsou0pLDjb 2023-10-11T15:26:13.405 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2023-10-11T15:26:13.473 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-11T15:26:13.474 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-11T15:26:13.474 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-11T15:26:13.475 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-11T15:26:13.476 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-11T15:26:13.638 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2023-10-11T15:26:13.740 INFO:teuthology.orchestra.run.smithi079.stderr:done 2023-10-11T15:26:13.742 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2023-10-11T15:26:13.771 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.HO0ti4VeF4 2023-10-11T15:26:13.771 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.HO0ti4VeF4 2023-10-11T15:26:13.855 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.HO0ti4VeF4 2023-10-11T15:26:14.006 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.HO0ti4VeF4 is 6KB 2023-10-11T15:26:14.055 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.HO0ti4VeF4 2023-10-11T15:26:14.074 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2023-10-11T15:26:14.145 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-11T15:26:14.145 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-11T15:26:14.145 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-11T15:26:14.145 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64.conf 2023-10-11T15:26:14.146 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-516.el8.x86_64 2023-10-11T15:26:14.340 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2023-10-11T15:26:43.666 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-11T15:26:43.667 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-10-11T15:26:43.668 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:26:44.343 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-11T15:26:44.343 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-11T15:26:44.344 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:27:02.017 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2023-10-11T15:27:02.782 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-10-11T15:27:11.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-10-11T15:27:11.027 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:27:11.784 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-11T15:27:11.784 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:27:14.842 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-10-11T15:27:26.854 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-11T15:27:26.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:27:45.274 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-10-11T15:28:00.288 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-11T15:28:00.289 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:28:00.999 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-10-11T15:28:01.866 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-11T15:28:01.867 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-516.el8.x86_64"... 2023-10-11T15:28:01.867 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-10-11T15:28:01.925 INFO:teuthology.orchestra.run.smithi079.stdout:4.18.0-516.el8.x86_64 2023-10-11T15:28:01.925 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-11T15:28:01.926 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-11T15:28:01.926 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-11T15:28:02.927 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-11T15:28:02.928 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-11T15:28:02.993 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2023-10-11T15:28:03.006 DEBUG:teuthology.parallel:result is None 2023-10-11T15:28:11.030 DEBUG:teuthology.orchestra.remote:timed out 2023-10-11T15:28:23.032 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-10-11T15:28:23.033 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:28:23.350 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-10-11T15:28:23.665 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-10-11T15:28:23.665 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-516.el8.x86_64"... 2023-10-11T15:28:23.665 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2023-10-11T15:28:23.687 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-516.el8.x86_64 2023-10-11T15:28:23.688 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-516.el8.x86_64 vs 4.18.0-516.el8.x86_64 2023-10-11T15:28:23.688 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-11T15:28:23.688 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-11T15:28:24.689 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-11T15:28:24.690 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-11T15:28:24.770 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2023-10-11T15:28:24.783 DEBUG:teuthology.parallel:result is None 2023-10-11T15:28:24.784 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-11T15:28:24.791 INFO:teuthology.task.internal:Creating test directory... 2023-10-11T15:28:24.791 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-11T15:28:24.794 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-11T15:28:24.817 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-11T15:28:24.827 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-11T15:28:24.861 INFO:teuthology.task.internal:Creating archive directory... 2023-10-11T15:28:24.861 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-11T15:28:24.864 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-11T15:28:24.901 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-11T15:28:24.908 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-11T15:28:24.908 DEBUG:teuthology.orchestra.run.smithi045:> 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 2023-10-11T15:28:24.939 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-11T15:28:24.980 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:28:24.984 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:28:24.991 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:28:24.997 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:28:24.999 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-11T15:28:25.006 INFO:teuthology.task.internal:Configuring sudo... 2023-10-11T15:28:25.006 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-11T15:28:25.009 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-11T15:28:25.062 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-11T15:28:25.071 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-11T15:28:25.071 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-11T15:28:25.084 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-11T15:28:25.121 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:28:25.193 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:28:25.255 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:28:25.306 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:28:25.355 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:28:25.355 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-11T15:28:25.430 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:28:25.472 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:28:25.530 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:28:25.616 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:28:25.660 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-11T15:28:25.661 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-11T15:28:25.728 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2023-10-11T15:28:25.731 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2023-10-11T15:28:25.794 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-11T15:28:25.839 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-11T15:28:26.145 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-11T15:28:26.152 INFO:teuthology.task.internal:Starting timer... 2023-10-11T15:28:26.153 INFO:teuthology.run_tasks:Running task pcp... 2023-10-11T15:28:26.191 INFO:teuthology.run_tasks:Running task selinux... 2023-10-11T15:28:26.223 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-11T15:28:26.223 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2023-10-11T15:28:26.308 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2023-10-11T15:28:26.310 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2023-10-11T15:28:26.392 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2023-10-11T15:28:26.393 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-11T15:28:26.394 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2023-10-11T15:28:26.444 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2023-10-11T15:28:26.444 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2023-10-11T15:28:26.479 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2023-10-11T15:28:26.480 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi079.front.sepia.ceph.com': 'permissive'} 2023-10-11T15:28:26.480 DEBUG:teuthology.orchestra.run.smithi045:> 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 2023-10-11T15:28:26.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:28:26.519 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-11T15:28:26.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:28:26.547 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-11T15:28:26.547 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2023-10-11T15:28:26.592 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2023-10-11T15:28:26.620 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-11T15:28:26.630 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-11T15:28:26.636 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-11T15:28:26.756 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-11T15:28:26.773 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'}]}] 2023-10-11T15:28:26.774 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi079.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-11T15:49:20.982 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com')] 2023-10-11T15:49:20.984 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-10-11T15:49:20.986 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:49:21.062 DEBUG:teuthology.orchestra.run.smithi045:> true 2023-10-11T15:49:21.138 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2023-10-11T15:49:21.139 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-11T15:49:21.139 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:49:21.207 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-10-11T15:49:21.281 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-10-11T15:49:21.281 INFO:teuthology.run_tasks:Running task clock... 2023-10-11T15:49:21.293 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-11T15:49:21.294 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-11T15:49:21.295 DEBUG:teuthology.orchestra.run.smithi045:> 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 2023-10-11T15:49:21.298 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-11T15:49:21.298 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-11T15:49:21.336 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-11T15:49:21.353 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-11T15:49:21.354 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-11T15:49:21.367 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-11T15:49:21.428 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2023-10-11T15:49:21.431 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2023-10-11T15:49:21.441 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2023-10-11T15:49:21.442 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2023-10-11T15:49:21.456 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-11T15:49:21.458 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-11T15:49:21.470 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-11T15:49:21.474 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-11T15:49:21.537 INFO:teuthology.orchestra.run.smithi079.stderr:bash: ntpq: command not found 2023-10-11T15:49:21.541 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-11T15:49:21.541 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2023-10-11T15:49:21.542 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:49:21.542 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:49:21.542 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:49:21.542 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:49:21.550 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-10-11T15:49:21.555 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-11T15:49:21.556 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-10-11T15:49:21.556 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:49:21.556 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:49:21.556 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:49:21.557 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T15:49:21.557 INFO:teuthology.run_tasks:Running task pexec... 2023-10-11T15:49:21.566 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-11T15:49:21.567 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:49:21.567 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-11T15:49:21.568 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi079.front.sepia.ceph.com 2023-10-11T15:49:21.568 DEBUG:teuthology.orchestra.run.smithi079:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-11T15:49:22.463 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:35 ago on Wed 11 Oct 2023 03:47:47 PM UTC. 2023-10-11T15:49:22.611 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:49 ago on Wed 11 Oct 2023 03:47:33 PM UTC. 2023-10-11T15:49:24.527 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-10-11T15:49:24.528 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-10-11T15:49:24.528 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2023-10-11T15:49:24.528 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-10-11T15:49:24.528 INFO:teuthology.orchestra.run.smithi079.stdout:Resetting modules: 2023-10-11T15:49:24.529 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools 2023-10-11T15:49:24.529 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:49:24.529 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-10-11T15:49:24.529 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-10-11T15:49:24.529 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:49:24.766 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-10-11T15:49:24.876 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-11T15:49:24.878 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-11T15:49:24.878 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2023-10-11T15:49:24.878 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-11T15:49:24.878 INFO:teuthology.orchestra.run.smithi045.stdout:Resetting modules: 2023-10-11T15:49:24.879 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools 2023-10-11T15:49:24.879 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:49:24.879 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-11T15:49:24.879 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-11T15:49:24.879 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:49:25.164 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-11T15:49:25.734 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:38 ago on Wed 11 Oct 2023 03:47:47 PM UTC. 2023-10-11T15:49:26.253 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:53 ago on Wed 11 Oct 2023 03:47:33 PM UTC. 2023-10-11T15:49:27.762 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2023-10-11T15:49:27.921 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-10-11T15:49:27.922 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2023-10-11T15:49:27.922 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-10-11T15:49:27.923 INFO:teuthology.orchestra.run.smithi079.stdout:Installing group/module packages: 2023-10-11T15:49:27.923 INFO:teuthology.orchestra.run.smithi079.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-11T15:49:27.923 INFO:teuthology.orchestra.run.smithi079.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-11T15:49:27.923 INFO:teuthology.orchestra.run.smithi079.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-11T15:49:27.924 INFO:teuthology.orchestra.run.smithi079.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-11T15:49:27.924 INFO:teuthology.orchestra.run.smithi079.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-11T15:49:27.924 INFO:teuthology.orchestra.run.smithi079.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-11T15:49:27.924 INFO:teuthology.orchestra.run.smithi079.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-11T15:49:27.925 INFO:teuthology.orchestra.run.smithi079.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-11T15:49:27.925 INFO:teuthology.orchestra.run.smithi079.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-11T15:49:27.925 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2023-10-11T15:49:27.925 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-11T15:49:27.925 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-11T15:49:27.926 INFO:teuthology.orchestra.run.smithi079.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-11T15:49:27.926 INFO:teuthology.orchestra.run.smithi079.stdout:Installing weak dependencies: 2023-10-11T15:49:27.926 INFO:teuthology.orchestra.run.smithi079.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-11T15:49:27.926 INFO:teuthology.orchestra.run.smithi079.stdout:Installing module profiles: 2023-10-11T15:49:27.926 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools/common 2023-10-11T15:49:27.927 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:49:27.927 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling module streams: 2023-10-11T15:49:27.927 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools rhel8 2023-10-11T15:49:27.927 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:49:27.928 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2023-10-11T15:49:27.928 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2023-10-11T15:49:27.928 INFO:teuthology.orchestra.run.smithi079.stdout:Install 13 Packages 2023-10-11T15:49:27.928 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:49:27.929 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 26 M 2023-10-11T15:49:27.929 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 87 M 2023-10-11T15:49:27.929 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2023-10-11T15:49:28.496 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2023-10-11T15:49:28.552 INFO:teuthology.orchestra.run.smithi079.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.2 MB/s | 739 kB 00:00 2023-10-11T15:49:28.594 INFO:teuthology.orchestra.run.smithi079.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.6 MB/s | 1.0 MB 00:00 2023-10-11T15:49:28.652 INFO:teuthology.orchestra.run.smithi079.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2023-10-11T15:49:28.673 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-11T15:49:28.673 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2023-10-11T15:49:28.674 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-11T15:49:28.674 INFO:teuthology.orchestra.run.smithi045.stdout:Installing group/module packages: 2023-10-11T15:49:28.674 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-11T15:49:28.674 INFO:teuthology.orchestra.run.smithi045.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-11T15:49:28.674 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-11T15:49:28.675 INFO:teuthology.orchestra.run.smithi045.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-11T15:49:28.675 INFO:teuthology.orchestra.run.smithi045.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-11T15:49:28.675 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-11T15:49:28.675 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-11T15:49:28.675 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-11T15:49:28.676 INFO:teuthology.orchestra.run.smithi045.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-11T15:49:28.676 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2023-10-11T15:49:28.676 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-11T15:49:28.676 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-11T15:49:28.676 INFO:teuthology.orchestra.run.smithi045.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-11T15:49:28.677 INFO:teuthology.orchestra.run.smithi045.stdout:Installing weak dependencies: 2023-10-11T15:49:28.677 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-11T15:49:28.677 INFO:teuthology.orchestra.run.smithi045.stdout:Installing module profiles: 2023-10-11T15:49:28.677 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools/common 2023-10-11T15:49:28.677 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:49:28.678 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling module streams: 2023-10-11T15:49:28.678 INFO:teuthology.orchestra.run.smithi045.stdout: container-tools rhel8 2023-10-11T15:49:28.678 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:49:28.678 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2023-10-11T15:49:28.678 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2023-10-11T15:49:28.679 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2023-10-11T15:49:28.679 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:49:28.679 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 26 M 2023-10-11T15:49:28.680 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 87 M 2023-10-11T15:49:28.680 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2023-10-11T15:49:28.728 INFO:teuthology.orchestra.run.smithi079.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.7 MB/s | 239 kB 00:00 2023-10-11T15:49:28.845 INFO:teuthology.orchestra.run.smithi079.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.5 MB/s | 177 kB 00:00 2023-10-11T15:49:28.937 INFO:teuthology.orchestra.run.smithi079.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-10-11T15:49:29.045 INFO:teuthology.orchestra.run.smithi079.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 867 kB/s | 94 kB 00:00 2023-10-11T15:49:29.238 INFO:teuthology.orchestra.run.smithi079.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 6.4 MB/s | 3.7 MB 00:00 2023-10-11T15:49:29.346 INFO:teuthology.orchestra.run.smithi079.stdout:(9/13): buildah-1.31.3-1.module_el8+664+4072b3a 6.4 MB/s | 8.8 MB 00:01 2023-10-11T15:49:29.424 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.4 MB/s | 1.0 MB 00:00 2023-10-11T15:49:29.463 INFO:teuthology.orchestra.run.smithi079.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 11 MB/s | 2.5 MB 00:00 2023-10-11T15:49:29.488 INFO:teuthology.orchestra.run.smithi079.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 371 kB/s | 53 kB 00:00 2023-10-11T15:49:29.525 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 379 kB/s | 38 kB 00:00 2023-10-11T15:49:29.563 INFO:teuthology.orchestra.run.smithi079.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-10-11T15:49:29.566 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): cockpit-podman-75-1.module_el8+664+4072 872 kB/s | 739 kB 00:00 2023-10-11T15:49:29.675 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 1.6 MB/s | 239 kB 00:00 2023-10-11T15:49:29.809 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.3 MB/s | 177 kB 00:00 2023-10-11T15:49:29.909 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): buildah-1.31.3-1.module_el8+664+4072b3a 7.4 MB/s | 8.8 MB 00:01 2023-10-11T15:49:29.926 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 211 kB/s | 25 kB 00:00 2023-10-11T15:49:30.014 INFO:teuthology.orchestra.run.smithi079.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 8.4 MB/s | 8.1 MB 00:00 2023-10-11T15:49:30.014 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:49:30.015 INFO:teuthology.orchestra.run.smithi079.stdout:Total 12 MB/s | 26 MB 00:02 2023-10-11T15:49:30.018 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 867 kB/s | 94 kB 00:00 2023-10-11T15:49:30.277 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2023-10-11T15:49:30.298 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2023-10-11T15:49:30.298 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2023-10-11T15:49:30.302 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 5.1 MB/s | 3.7 MB 00:00 2023-10-11T15:49:30.352 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 7.6 MB/s | 2.5 MB 00:00 2023-10-11T15:49:30.402 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 526 kB/s | 53 kB 00:00 2023-10-11T15:49:30.444 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 447 kB/s | 41 kB 00:00 2023-10-11T15:49:30.548 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2023-10-11T15:49:30.551 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2023-10-11T15:49:30.761 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 9.8 MB/s | 8.1 MB 00:00 2023-10-11T15:49:30.762 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:49:30.762 INFO:teuthology.orchestra.run.smithi045.stdout:Total 12 MB/s | 26 MB 00:02 2023-10-11T15:49:31.047 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2023-10-11T15:49:31.071 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2023-10-11T15:49:31.071 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2023-10-11T15:49:31.257 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2023-10-11T15:49:31.339 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2023-10-11T15:49:31.342 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2023-10-11T15:49:31.479 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-11T15:49:31.706 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-11T15:49:31.987 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-11T15:49:32.104 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2023-10-11T15:49:32.217 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-11T15:49:32.428 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-11T15:49:32.596 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-11T15:49:32.784 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-11T15:49:32.797 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-11T15:49:33.032 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-11T15:49:33.628 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-11T15:49:33.713 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-11T15:49:33.930 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-11T15:49:34.124 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-11T15:49:34.419 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-11T15:49:34.593 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-11T15:49:34.824 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-11T15:49:34.848 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-11T15:49:35.046 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-11T15:49:35.284 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-11T15:49:35.725 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-11T15:49:35.742 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-11T15:49:35.987 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-11T15:49:36.162 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-11T15:49:36.586 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-11T15:49:36.587 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-11T15:49:36.587 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-11T15:49:36.587 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-11T15:49:36.587 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-11T15:49:36.588 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-11T15:49:36.588 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-11T15:49:36.588 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-11T15:49:36.588 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-11T15:49:36.588 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-11T15:49:36.589 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-11T15:49:36.589 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-11T15:49:36.589 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-11T15:49:36.683 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-11T15:49:36.914 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-11T15:49:37.118 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-11T15:49:37.565 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-11T15:49:37.566 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:49:37.566 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2023-10-11T15:49:37.566 INFO:teuthology.orchestra.run.smithi079.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-11T15:49:37.566 INFO:teuthology.orchestra.run.smithi079.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-11T15:49:37.567 INFO:teuthology.orchestra.run.smithi079.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-11T15:49:37.567 INFO:teuthology.orchestra.run.smithi079.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-11T15:49:37.567 INFO:teuthology.orchestra.run.smithi079.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-11T15:49:37.567 INFO:teuthology.orchestra.run.smithi079.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-11T15:49:37.567 INFO:teuthology.orchestra.run.smithi079.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-11T15:49:37.568 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-11T15:49:37.568 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-11T15:49:37.568 INFO:teuthology.orchestra.run.smithi079.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-11T15:49:37.568 INFO:teuthology.orchestra.run.smithi079.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-11T15:49:37.568 INFO:teuthology.orchestra.run.smithi079.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-11T15:49:37.569 INFO:teuthology.orchestra.run.smithi079.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-11T15:49:37.569 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:49:37.569 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2023-10-11T15:49:37.587 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-11T15:49:37.587 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-11T15:49:37.587 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-11T15:49:37.587 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-11T15:49:37.588 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-11T15:49:37.588 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-11T15:49:37.588 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-11T15:49:37.588 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-11T15:49:37.588 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-11T15:49:37.589 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-11T15:49:37.589 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-11T15:49:37.589 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-11T15:49:37.589 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-11T15:49:37.925 DEBUG:teuthology.parallel:result is None 2023-10-11T15:49:38.410 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-11T15:49:38.410 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:49:38.411 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2023-10-11T15:49:38.411 INFO:teuthology.orchestra.run.smithi045.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-11T15:49:38.411 INFO:teuthology.orchestra.run.smithi045.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-11T15:49:38.411 INFO:teuthology.orchestra.run.smithi045.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-11T15:49:38.411 INFO:teuthology.orchestra.run.smithi045.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-11T15:49:38.412 INFO:teuthology.orchestra.run.smithi045.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-11T15:49:38.412 INFO:teuthology.orchestra.run.smithi045.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-11T15:49:38.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-11T15:49:38.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-11T15:49:38.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-11T15:49:38.412 INFO:teuthology.orchestra.run.smithi045.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-11T15:49:38.413 INFO:teuthology.orchestra.run.smithi045.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-11T15:49:38.413 INFO:teuthology.orchestra.run.smithi045.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-11T15:49:38.413 INFO:teuthology.orchestra.run.smithi045.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-11T15:49:38.413 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:49:38.413 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2023-10-11T15:49:38.735 DEBUG:teuthology.parallel:result is None 2023-10-11T15:49:38.736 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-11T15:49:38.820 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': 'e62d759a6de3042e046d7d9889d2209cbc674fbd'} 2023-10-11T15:49:38.821 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.5 2023-10-11T15:49:38.821 INFO:tasks.cephadm:Cluster fsid is c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:49:38.822 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-11T15:49:38.822 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-11T15:49:38.823 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi045': '172.21.15.45', 'mon.smithi079': '172.21.15.79'} 2023-10-11T15:49:38.823 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-11T15:49:38.823 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2023-10-11T15:49:38.859 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2023-10-11T15:49:38.894 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-10-11T15:49:38.895 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-11T15:49:39.176 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Oct 11 15:49 /home/ubuntu/cephtest/cephadm 2023-10-11T15:49:39.177 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-11T15:49:39.314 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Oct 11 15:49 /home/ubuntu/cephtest/cephadm 2023-10-11T15:49:39.315 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-11T15:49:39.340 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-11T15:49:39.371 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.5 on all hosts... 2023-10-11T15:49:39.372 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2023-10-11T15:49:39.383 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2023-10-11T15:49:40.967 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2023-10-11T15:49:41.028 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2023-10-11T15:49:58.939 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2023-10-11T15:49:58.940 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2023-10-11T15:49:58.940 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2023-10-11T15:49:58.940 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2023-10-11T15:49:58.940 INFO:teuthology.orchestra.run.smithi079.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2023-10-11T15:49:58.940 INFO:teuthology.orchestra.run.smithi079.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2023-10-11T15:49:58.941 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2023-10-11T15:49:58.941 INFO:teuthology.orchestra.run.smithi079.stdout:} 2023-10-11T15:50:03.645 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:50:03.645 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2023-10-11T15:50:03.645 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2023-10-11T15:50:03.646 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2023-10-11T15:50:03.646 INFO:teuthology.orchestra.run.smithi045.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2023-10-11T15:50:03.646 INFO:teuthology.orchestra.run.smithi045.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2023-10-11T15:50:03.646 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2023-10-11T15:50:03.646 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:50:03.668 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2023-10-11T15:50:03.706 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2023-10-11T15:50:03.744 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2023-10-11T15:50:03.781 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2023-10-11T15:50:03.815 INFO:tasks.cephadm:Writing seed config... 2023-10-11T15:50:03.816 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-11T15:50:03.816 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-11T15:50:03.816 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-11T15:50:03.817 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-11T15:50:03.817 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-11T15:50:03.817 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-11T15:50:03.817 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-11T15:50:03.818 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-11T15:50:03.818 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:50:03.819 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-11T15:50:03.845 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 = c8f3393c-684d-11ee-8db6-212e2dc638e7 [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 2023-10-11T15:50:03.845 DEBUG:teuthology.orchestra.run.smithi045:mon.smithi045> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045.service 2023-10-11T15:50:03.888 INFO:tasks.cephadm:Bootstrapping... 2023-10-11T15:50:03.888 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 -v bootstrap --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 --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.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:50:03.923 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:-- Logs begin at Wed 2023-10-11 15:27:34 UTC. -- 2023-10-11T15:50:04.117 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-10-11T15:50:04.141 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 4.6.1 2023-10-11T15:50:04.148 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying podman|docker is present... 2023-10-11T15:50:04.148 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-10-11T15:50:04.169 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 4.6.1 2023-10-11T15:50:04.184 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying lvm2 is present... 2023-10-11T15:50:04.185 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying time synchronization is in place... 2023-10-11T15:50:04.185 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chrony.service 2023-10-11T15:50:04.192 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-11T15:50:04.192 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chrony.service 2023-10-11T15:50:04.198 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-10-11T15:50:04.199 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chronyd.service 2023-10-11T15:50:04.205 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-10-11T15:50:04.206 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chronyd.service 2023-10-11T15:50:04.212 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-10-11T15:50:04.213 INFO:teuthology.orchestra.run.smithi045.stderr:Unit chronyd.service is enabled and running 2023-10-11T15:50:04.213 INFO:teuthology.orchestra.run.smithi045.stderr:Repeating the final host check... 2023-10-11T15:50:04.213 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-10-11T15:50:04.235 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 4.6.1 2023-10-11T15:50:04.248 INFO:teuthology.orchestra.run.smithi045.stderr:podman|docker (/bin/podman) is present 2023-10-11T15:50:04.248 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl is present 2023-10-11T15:50:04.249 INFO:teuthology.orchestra.run.smithi045.stderr:lvcreate is present 2023-10-11T15:50:04.249 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chrony.service 2023-10-11T15:50:04.254 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-10-11T15:50:04.255 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chrony.service 2023-10-11T15:50:04.260 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-10-11T15:50:04.261 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled chronyd.service 2023-10-11T15:50:04.267 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: enabled 2023-10-11T15:50:04.268 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active chronyd.service 2023-10-11T15:50:04.273 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: active 2023-10-11T15:50:04.274 INFO:teuthology.orchestra.run.smithi045.stderr:Unit chronyd.service is enabled and running 2023-10-11T15:50:04.274 INFO:teuthology.orchestra.run.smithi045.stderr:Host looks OK 2023-10-11T15:50:04.275 INFO:teuthology.orchestra.run.smithi045.stderr:Cluster fsid: c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:04.275 INFO:teuthology.orchestra.run.smithi045.stderr:Acquiring lock 139675615092864 on /run/cephadm/c8f3393c-684d-11ee-8db6-212e2dc638e7.lock 2023-10-11T15:50:04.276 INFO:teuthology.orchestra.run.smithi045.stderr:Lock 139675615092864 acquired on /run/cephadm/c8f3393c-684d-11ee-8db6-212e2dc638e7.lock 2023-10-11T15:50:04.276 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 3300 ... 2023-10-11T15:50:04.276 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying IP 172.21.15.45 port 6789 ... 2023-10-11T15:50:04.277 INFO:teuthology.orchestra.run.smithi045.stderr:Base mon IP is 172.21.15.45, final addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-10-11T15:50:04.277 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /sbin/ip route ls 2023-10-11T15:50:04.279 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.45 metric 100 2023-10-11T15:50:04.279 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 metric 100 2023-10-11T15:50:04.279 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /sbin/ip -6 route ls 2023-10-11T15:50:04.282 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-10-11T15:50:04.282 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-11T15:50:04.282 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1779sec hoplimit 64 pref medium 2023-10-11T15:50:04.283 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /sbin/ip -6 addr ls 2023-10-11T15:50:04.285 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-11T15:50:04.285 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-10-11T15:50:04.285 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-11T15:50:04.286 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-10-11T15:50:04.286 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:12be/64 scope link 2023-10-11T15:50:04.286 INFO:teuthology.orchestra.run.smithi045.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-10-11T15:50:04.287 INFO:teuthology.orchestra.run.smithi045.stderr:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2023-10-11T15:50:04.287 INFO:teuthology.orchestra.run.smithi045.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-11T15:50:04.287 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2023-10-11T15:50:04.288 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.5 2023-10-11T15:50:04.371 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.5... 2023-10-11T15:50:04.789 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Getting image source signatures 2023-10-11T15:50:04.789 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-10-11T15:50:04.789 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-10-11T15:50:04.790 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-10-11T15:50:04.849 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: Writing manifest to image destination 2023-10-11T15:50:05.002 INFO:teuthology.orchestra.run.smithi045.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-10-11T15:50:05.014 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --version 2023-10-11T15:50:05.524 INFO:teuthology.orchestra.run.smithi045.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-10-11T15:50:05.891 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-10-11T15:50:05.891 INFO:teuthology.orchestra.run.smithi045.stderr:Extracting ceph user uid/gid from container image... 2023-10-11T15:50:05.891 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-10-11T15:50:06.228 INFO:teuthology.orchestra.run.smithi045.stderr:stat: 167 167 2023-10-11T15:50:06.581 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial keys... 2023-10-11T15:50:06.582 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2023-10-11T15:50:06.926 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQAuxCZlNNUoNhAAbx4G/xoQTuE5PXpDIbezrA== 2023-10-11T15:50:07.287 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2023-10-11T15:50:07.617 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQAvxCZlNvaCIxAAcI7WmymF15SasFwQIJOAMQ== 2023-10-11T15:50:07.969 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2023-10-11T15:50:08.326 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-authtool: AQAwxCZlBytaERAAnPyWFzrvcCtd3UUQdVRtzA== 2023-10-11T15:50:08.660 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial monmap... 2023-10-11T15:50:08.660 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmptiawpusk:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --create --clobber --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 --addv smithi045 [v2:172.21.15.45:3300,v1:172.21.15.45:6789] /tmp/monmap 2023-10-11T15:50:09.009 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-11T15:50:09.009 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:09.010 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-11T15:50:09.346 INFO:teuthology.orchestra.run.smithi045.stderr:monmaptool for smithi045 [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-11T15:50:09.346 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: set fsid to c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:09.346 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-11T15:50:09.347 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-11T15:50:09.347 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mon... 2023-10-11T15:50:09.347 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z -v /tmp/ceph-tmpj2i52f0o:/tmp/keyring:z -v /tmp/ceph-tmptiawpusk:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --mkfs -i smithi045 --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -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 2023-10-11T15:50:09.670 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.659+0000 7f84a9ea6700 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-11T15:50:09.670 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.659+0000 7f84a9ea6700 1 imported monmap: 2023-10-11T15:50:09.670 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: epoch 0 2023-10-11T15:50:09.671 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:09.671 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: last_changed 2023-10-11T15:50:08.984316+0000 2023-10-11T15:50:09.671 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: created 2023-10-11T15:50:08.984316+0000 2023-10-11T15:50:09.671 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-10-11T15:50:09.671 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-10-11T15:50:09.672 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.smithi045 2023-10-11T15:50:09.672 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.672 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.659+0000 7f84a9ea6700 0 /usr/bin/ceph-mon: set fsid to c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:09.672 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: RocksDB version: 6.8.1 2023-10-11T15:50:09.673 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.673 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-11T15:50:09.673 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Compile date Jul 8 2021 2023-10-11T15:50:09.674 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: DB SUMMARY 2023-10-11T15:50:09.674 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.674 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 0, files: 2023-10-11T15:50:09.675 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.675 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 2023-10-11T15:50:09.676 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.676 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.error_if_exists: 0 2023-10-11T15:50:09.676 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.create_if_missing: 1 2023-10-11T15:50:09.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.paranoid_checks: 1 2023-10-11T15:50:09.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.env: 0x55f57a7631c0 2023-10-11T15:50:09.704 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.fs: Posix File System 2023-10-11T15:50:09.705 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.info_log: 0x55f57ca8b000 2023-10-11T15:50:09.705 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-11T15:50:09.705 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.statistics: (nil) 2023-10-11T15:50:09.706 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.use_fsync: 0 2023-10-11T15:50:09.706 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.max_log_file_size: 0 2023-10-11T15:50:09.706 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T15:50:09.706 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T15:50:09.707 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-11T15:50:09.707 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-11T15:50:09.707 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.660+0000 7f84a9ea6700 4 rocksdb: Options.allow_fallocate: 1 2023-10-11T15:50:09.707 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-11T15:50:09.707 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-11T15:50:09.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.use_direct_reads: 0 2023-10-11T15:50:09.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T15:50:09.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.create_missing_column_families: 0 2023-10-11T15:50:09.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.db_log_dir: 2023-10-11T15:50:09.708 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2023-10-11T15:50:09.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T15:50:09.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.max_subcompactions: 1 2023-10-11T15:50:09.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.max_background_flushes: -1 2023-10-11T15:50:09.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T15:50:09.709 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T15:50:09.710 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T15:50:09.710 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T15:50:09.710 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T15:50:09.710 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.advise_random_on_open: 1 2023-10-11T15:50:09.711 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-11T15:50:09.711 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.write_buffer_manager: 0x55f57ca93530 2023-10-11T15:50:09.711 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T15:50:09.711 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-11T15:50:09.711 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T15:50:09.711 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T15:50:09.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.rate_limiter: (nil) 2023-10-11T15:50:09.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T15:50:09.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-11T15:50:09.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-11T15:50:09.712 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-11T15:50:09.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.unordered_write: 0 2023-10-11T15:50:09.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T15:50:09.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T15:50:09.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T15:50:09.713 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T15:50:09.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.row_cache: None 2023-10-11T15:50:09.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.wal_filter: None 2023-10-11T15:50:09.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T15:50:09.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-11T15:50:09.714 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.preserve_deletes: 0 2023-10-11T15:50:09.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.two_write_queues: 0 2023-10-11T15:50:09.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.manual_wal_flush: 0 2023-10-11T15:50:09.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.atomic_flush: 0 2023-10-11T15:50:09.715 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T15:50:09.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T15:50:09.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T15:50:09.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.log_readahead_size: 0 2023-10-11T15:50:09.716 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-10-11T15:50:09.717 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.max_background_jobs: 2 2023-10-11T15:50:09.717 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.max_background_compactions: -1 2023-10-11T15:50:09.717 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T15:50:09.717 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T15:50:09.717 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T15:50:09.718 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.max_total_wal_size: 0 2023-10-11T15:50:09.718 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T15:50:09.718 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T15:50:09.718 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T15:50:09.718 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T15:50:09.719 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.max_open_files: -1 2023-10-11T15:50:09.719 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.bytes_per_sync: 0 2023-10-11T15:50:09.719 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T15:50:09.719 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T15:50:09.719 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-11T15:50:09.720 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Compression algorithms supported: 2023-10-11T15:50:09.720 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T15:50:09.720 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: kZSTD supported: 0 2023-10-11T15:50:09.720 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: kXpressCompression supported: 0 2023-10-11T15:50:09.720 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-11T15:50:09.721 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: kLZ4Compression supported: 1 2023-10-11T15:50:09.721 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: kBZip2Compression supported: 0 2023-10-11T15:50:09.721 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: kZlibCompression supported: 1 2023-10-11T15:50:09.721 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: kSnappyCompression supported: 1 2023-10-11T15:50:09.721 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T15:50:09.722 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-10-11T15:50:09.722 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.722 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.661+0000 7f84a9ea6700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000001 2023-10-11T15:50:09.722 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.723 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-10-11T15:50:09.723 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.723 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T15:50:09.723 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.merge_operator: 2023-10-11T15:50:09.723 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_filter: None 2023-10-11T15:50:09.724 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_filter_factory: None 2023-10-11T15:50:09.724 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T15:50:09.724 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T15:50:09.724 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f57c9a4160) 2023-10-11T15:50:09.724 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-10-11T15:50:09.724 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T15:50:09.725 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T15:50:09.725 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-10-11T15:50:09.725 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_type: 0 2023-10-11T15:50:09.725 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-10-11T15:50:09.726 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-10-11T15:50:09.726 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-10-11T15:50:09.726 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-10-11T15:50:09.726 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: checksum: 1 2023-10-11T15:50:09.727 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-10-11T15:50:09.727 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache: 0x55f57c9dad10 2023-10-11T15:50:09.727 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-10-11T15:50:09.727 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-10-11T15:50:09.728 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-10-11T15:50:09.728 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-10-11T15:50:09.728 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-10-11T15:50:09.728 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-10-11T15:50:09.728 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-10-11T15:50:09.728 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-10-11T15:50:09.729 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-10-11T15:50:09.729 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-10-11T15:50:09.729 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-10-11T15:50:09.729 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-10-11T15:50:09.730 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-10-11T15:50:09.730 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-10-11T15:50:09.730 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-10-11T15:50:09.730 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-11T15:50:09.731 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-10-11T15:50:09.731 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-10-11T15:50:09.731 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-10-11T15:50:09.732 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: format_version: 2 2023-10-11T15:50:09.732 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-10-11T15:50:09.732 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: block_align: 0 2023-10-11T15:50:09.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-11T15:50:09.733 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-11T15:50:09.734 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compression: NoCompression 2023-10-11T15:50:09.734 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-11T15:50:09.735 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-11T15:50:09.735 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T15:50:09.735 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.num_levels: 7 2023-10-11T15:50:09.736 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T15:50:09.736 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T15:50:09.736 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T15:50:09.737 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T15:50:09.737 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T15:50:09.737 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T15:50:09.738 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T15:50:09.738 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:50:09.738 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T15:50:09.739 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T15:50:09.739 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compression_opts.level: 32767 2023-10-11T15:50:09.740 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-11T15:50:09.740 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T15:50:09.740 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:50:09.741 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compression_opts.enabled: false 2023-10-11T15:50:09.741 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T15:50:09.741 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T15:50:09.741 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T15:50:09.742 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-11T15:50:09.742 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T15:50:09.742 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T15:50:09.742 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T15:50:09.742 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T15:50:09.743 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T15:50:09.743 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T15:50:09.743 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T15:50:09.743 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T15:50:09.743 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T15:50:09.744 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T15:50:09.744 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T15:50:09.744 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T15:50:09.744 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T15:50:09.744 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.arena_block_size: 4194304 2023-10-11T15:50:09.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T15:50:09.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T15:50:09.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-11T15:50:09.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-11T15:50:09.745 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T15:50:09.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T15:50:09.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T15:50:09.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T15:50:09.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T15:50:09.746 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T15:50:09.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T15:50:09.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T15:50:09.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T15:50:09.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T15:50:09.747 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.table_properties_collectors: 2023-10-11T15:50:09.748 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.inplace_update_support: 0 2023-10-11T15:50:09.748 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T15:50:09.748 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T15:50:09.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T15:50:09.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T15:50:09.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.bloom_locality: 0 2023-10-11T15:50:09.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.max_successive_merges: 0 2023-10-11T15:50:09.749 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T15:50:09.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-11T15:50:09.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.force_consistency_checks: 0 2023-10-11T15:50:09.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-11T15:50:09.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.ttl: 2592000 2023-10-11T15:50:09.750 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T15:50:09.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/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 2023-10-11T15:50:09.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.662+0000 7f84a9ea6700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-10-11T15:50:09.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.751 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.663+0000 7f84a9ea6700 4 rocksdb: DB pointer 0x55f57ca9f800 2023-10-11T15:50:09.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.663+0000 7f8492d2f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-10-11T15:50:09.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.663+0000 7f8492d2f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-10-11T15:50:09.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-10-11T15:50:09.752 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:50:09.752 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.753 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T15:50:09.753 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:50:09.753 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.753 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-11T15:50:09.753 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:50:09.754 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.754 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-11T15:50:09.754 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.754 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:50:09.755 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.755 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.755 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.756 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-11T15:50:09.756 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.756 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:50:09.757 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:50:09.757 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T15:50:09.758 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T15:50:09.758 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T15:50:09.759 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T15:50:09.759 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-10-11T15:50:09.759 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.760 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.760 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.760 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.761 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-10-11T15:50:09.761 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.761 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-11T15:50:09.762 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.762 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:50:09.763 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.763 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.763 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.764 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-10-11T15:50:09.764 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.764 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:50:09.764 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:50:09.765 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T15:50:09.765 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T15:50:09.765 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T15:50:09.765 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T15:50:09.765 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-10-11T15:50:09.765 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.766 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.766 INFO:teuthology.orchestra.run.smithi045.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 2023-10-11T15:50:09.766 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.766 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-10-11T15:50:09.767 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: 2023-10-11T15:50:09.767 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.665+0000 7f84a9ea6700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-10-11T15:50:09.767 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.665+0000 7f84a9ea6700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-10-11T15:50:09.767 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph-mon: debug 2023-10-11T15:50:09.665+0000 7f84a9ea6700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi045 for mon.smithi045 2023-10-11T15:50:10.045 INFO:teuthology.orchestra.run.smithi045.stderr:create mon.smithi045 on 2023-10-11T15:50:10.046 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:10.053 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl disable ceph.target 2023-10-11T15:50:10.164 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph.target 2023-10-11T15:50:10.172 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-11T15:50:10.261 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph.target 2023-10-11T15:50:10.270 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7.target 2023-10-11T15:50:10.277 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7.target. 2023-10-11T15:50:10.278 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7.target. 2023-10-11T15:50:10.367 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7.target 2023-10-11T15:50:10.374 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl daemon-reload 2023-10-11T15:50:10.472 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045 2023-10-11T15:50:10.502 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl reset-failed ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045 2023-10-11T15:50:10.508 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045.service: Unit ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045.service not loaded. 2023-10-11T15:50:10.508 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045 2023-10-11T15:50:10.515 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7.target.wants/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045.service → /etc/systemd/system/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@.service. 2023-10-11T15:50:10.616 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045 2023-10-11T15:50:11.014 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-10-11T15:50:11.024 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-10-11T15:50:11.024 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-10-11T15:50:11.033 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-10-11T15:50:11.033 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-10-11T15:50:11.034 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-10-11T15:50:11.034 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon to start... 2023-10-11T15:50:11.035 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mon... 2023-10-11T15:50:11.035 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status 2023-10-11T15:50:11.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: cluster 2023-10-11T15:50:11.019693+0000 mon.smithi045 (mon.0) 1 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-10-11T15:50:11.551 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: cluster: 2023-10-11T15:50:11.551 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: id: c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:11.551 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-10-11T15:50:11.552 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:11.552 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: services: 2023-10-11T15:50:11.552 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi045 (age 0.513298s) 2023-10-11T15:50:11.552 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr: no daemons active 2023-10-11T15:50:11.552 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-10-11T15:50:11.553 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:11.553 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: data: 2023-10-11T15:50:11.553 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-10-11T15:50:11.553 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-10-11T15:50:11.553 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-10-11T15:50:11.554 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: pgs: 2023-10-11T15:50:11.554 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:11.937 INFO:teuthology.orchestra.run.smithi045.stderr:mon is available 2023-10-11T15:50:11.938 INFO:teuthology.orchestra.run.smithi045.stderr:Assimilating anything we can from ceph.conf... 2023-10-11T15:50:11.938 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z -v /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi045/config 2023-10-11T15:50:12.185 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: cluster 2023-10-11T15:50:11.034802+0000 mon.smithi045 (mon.0) 2 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-10-11T15:50:12.186 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: cluster 2023-10-11T15:50:11.035006+0000 mon.smithi045 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2023-10-11T15:50:12.186 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: cluster 2023-10-11T15:50:11.036989+0000 mon.smithi045 (mon.0) 4 : cluster [DBG] fsmap 2023-10-11T15:50:12.186 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: cluster 2023-10-11T15:50:11.039123+0000 mon.smithi045 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-10-11T15:50:12.186 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: cluster 2023-10-11T15:50:11.039546+0000 mon.smithi045 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-10-11T15:50:12.187 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: audit 2023-10-11T15:50:11.548066+0000 mon.smithi045 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/3755035927' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-11T15:50:12.495 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:12.495 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [global] 2023-10-11T15:50:12.495 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: fsid = c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:12.496 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: log_to_journald = false 2023-10-11T15:50:12.496 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2023-10-11T15:50:12.496 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-11T15:50:12.496 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-11T15:50:12.496 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-11T15:50:12.497 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-11T15:50:12.497 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:12.497 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [mgr] 2023-10-11T15:50:12.497 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-11T15:50:12.497 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:12.498 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [osd] 2023-10-11T15:50:12.498 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-11T15:50:12.498 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-11T15:50:12.895 INFO:teuthology.orchestra.run.smithi045.stderr:Generating new minimal ceph.conf... 2023-10-11T15:50:12.895 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z -v /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045:/var/lib/ceph/mon/ceph-smithi045:z quay.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi045/config 2023-10-11T15:50:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: audit 2023-10-11T15:50:12.489111+0000 mon.smithi045 (mon.0) 8 : audit [INF] from='client.? 172.21.15.45:0/841155699' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-11T15:50:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: audit 2023-10-11T15:50:12.491880+0000 mon.smithi045 (mon.0) 9 : audit [INF] from='client.? 172.21.15.45:0/841155699' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-11T15:50:13.728 INFO:teuthology.orchestra.run.smithi045.stderr:Restarting the monitor... 2023-10-11T15:50:13.729 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl restart ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045 2023-10-11T15:50:14.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:13 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T15:50:14.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: debug 2023-10-11T15:50:13.816+0000 7f342c3fa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -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 2023-10-11T15:50:14.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[107930]: debug 2023-10-11T15:50:13.816+0000 7f342c3fa700 -1 mon.smithi045@0(leader) e1 *** Got Signal Terminated *** 2023-10-11T15:50:14.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 podman[108252]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045 2023-10-11T15:50:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045.service: Succeeded. 2023-10-11T15:50:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 systemd[1]: Stopped Ceph mon.smithi045 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T15:50:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 systemd[1]: Starting Ceph mon.smithi045 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T15:50:14.613 INFO:teuthology.orchestra.run.smithi045.stderr:Setting mon public_network to 172.21.0.0/20 2023-10-11T15:50:14.614 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-10-11T15:50:15.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.599+0000 7f67a4b68700 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-11T15:50:15.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.599+0000 7f67a4b68700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-10-11T15:50:15.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.599+0000 7f67a4b68700 0 pidfile_write: ignore empty --pid-file 2023-10-11T15:50:15.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 0 load: jerasure load: lrc load: isa 2023-10-11T15:50:15.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: RocksDB version: 6.8.1 2023-10-11T15:50:15.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-10-11T15:50:15.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Compile date Jul 8 2021 2023-10-11T15:50:15.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: DB SUMMARY 2023-10-11T15:50:15.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: CURRENT file: CURRENT 2023-10-11T15:50:15.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: IDENTITY file: IDENTITY 2023-10-11T15:50:15.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-10-11T15:50:15.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 1, files: 000004.sst 2023-10-11T15:50:15.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 000006.log size: 80594 ; 2023-10-11T15:50:15.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.error_if_exists: 0 2023-10-11T15:50:15.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.create_if_missing: 0 2023-10-11T15:50:15.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.paranoid_checks: 1 2023-10-11T15:50:15.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.env: 0x55b6364d61c0 2023-10-11T15:50:15.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.fs: Posix File System 2023-10-11T15:50:15.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.info_log: 0x55b637197a40 2023-10-11T15:50:15.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-11T15:50:15.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.statistics: (nil) 2023-10-11T15:50:15.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 bash[108322]: 4dad9d434a9e1b4ffdf0699339340628836806e846c2454035704124383b604f 2023-10-11T15:50:15.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.use_fsync: 0 2023-10-11T15:50:15.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_log_file_size: 0 2023-10-11T15:50:15.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T15:50:15.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T15:50:15.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-11T15:50:15.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-11T15:50:15.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.allow_fallocate: 1 2023-10-11T15:50:15.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-11T15:50:15.026 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-11T15:50:15.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.use_direct_reads: 0 2023-10-11T15:50:15.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T15:50:15.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.create_missing_column_families: 0 2023-10-11T15:50:15.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.db_log_dir: 2023-10-11T15:50:15.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2023-10-11T15:50:15.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T15:50:15.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_subcompactions: 1 2023-10-11T15:50:15.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_background_flushes: -1 2023-10-11T15:50:15.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T15:50:15.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T15:50:15.028 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T15:50:15.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T15:50:15.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T15:50:15.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.advise_random_on_open: 1 2023-10-11T15:50:15.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-11T15:50:15.029 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.write_buffer_manager: 0x55b637e0e030 2023-10-11T15:50:15.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T15:50:15.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-10-11T15:50:15.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T15:50:15.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T15:50:15.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.rate_limiter: (nil) 2023-10-11T15:50:15.030 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T15:50:15.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-11T15:50:15.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-11T15:50:15.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-11T15:50:15.031 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.unordered_write: 0 2023-10-11T15:50:15.033 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T15:50:15.033 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T15:50:15.033 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T15:50:15.033 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T15:50:15.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.row_cache: None 2023-10-11T15:50:15.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.wal_filter: None 2023-10-11T15:50:15.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T15:50:15.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-11T15:50:15.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.preserve_deletes: 0 2023-10-11T15:50:15.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.two_write_queues: 0 2023-10-11T15:50:15.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.manual_wal_flush: 0 2023-10-11T15:50:15.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.atomic_flush: 0 2023-10-11T15:50:15.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T15:50:15.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T15:50:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T15:50:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.log_readahead_size: 0 2023-10-11T15:50:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-10-11T15:50:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_background_jobs: 2 2023-10-11T15:50:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_background_compactions: -1 2023-10-11T15:50:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T15:50:15.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T15:50:15.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T15:50:15.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_total_wal_size: 0 2023-10-11T15:50:15.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T15:50:15.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T15:50:15.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T15:50:15.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T15:50:15.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.max_open_files: -1 2023-10-11T15:50:15.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.bytes_per_sync: 0 2023-10-11T15:50:15.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T15:50:15.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T15:50:15.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-11T15:50:15.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.604+0000 7f67a4b68700 4 rocksdb: Compression algorithms supported: 2023-10-11T15:50:15.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T15:50:15.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: kZSTD supported: 0 2023-10-11T15:50:15.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: kXpressCompression supported: 0 2023-10-11T15:50:15.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-11T15:50:15.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: kLZ4Compression supported: 1 2023-10-11T15:50:15.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: kBZip2Compression supported: 0 2023-10-11T15:50:15.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: kZlibCompression supported: 1 2023-10-11T15:50:15.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: kSnappyCompression supported: 1 2023-10-11T15:50:15.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T15:50:15.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000005 2023-10-11T15:50:15.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-10-11T15:50:15.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T15:50:15.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.merge_operator: 2023-10-11T15:50:15.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_filter: None 2023-10-11T15:50:15.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_filter_factory: None 2023-10-11T15:50:15.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T15:50:15.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T15:50:15.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b6370b1cc0) 2023-10-11T15:50:15.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cache_index_and_filter_blocks: 1 2023-10-11T15:50:15.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T15:50:15.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T15:50:15.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: pin_top_level_index_and_filter: 1 2023-10-11T15:50:15.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: index_type: 0 2023-10-11T15:50:15.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: data_block_index_type: 0 2023-10-11T15:50:15.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: index_shortening: 1 2023-10-11T15:50:15.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: data_block_hash_table_util_ratio: 0.750000 2023-10-11T15:50:15.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: hash_index_allow_collision: 1 2023-10-11T15:50:15.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: checksum: 1 2023-10-11T15:50:15.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: no_block_cache: 0 2023-10-11T15:50:15.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: block_cache: 0x55b6370e6f10 2023-10-11T15:50:15.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: block_cache_name: BinnedLRUCache 2023-10-11T15:50:15.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: block_cache_options: 2023-10-11T15:50:15.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: capacity : 536870912 2023-10-11T15:50:15.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: num_shard_bits : 4 2023-10-11T15:50:15.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: strict_capacity_limit : 0 2023-10-11T15:50:15.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: high_pri_pool_ratio: 0.000 2023-10-11T15:50:15.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: block_cache_compressed: (nil) 2023-10-11T15:50:15.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: persistent_cache: (nil) 2023-10-11T15:50:15.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: block_size: 4096 2023-10-11T15:50:15.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: block_size_deviation: 10 2023-10-11T15:50:15.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: block_restart_interval: 16 2023-10-11T15:50:15.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: index_block_restart_interval: 1 2023-10-11T15:50:15.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: metadata_block_size: 4096 2023-10-11T15:50:15.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: partition_filters: 0 2023-10-11T15:50:15.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: use_delta_encoding: 1 2023-10-11T15:50:15.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: filter_policy: rocksdb.BuiltinBloomFilter 2023-10-11T15:50:15.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: whole_key_filtering: 1 2023-10-11T15:50:15.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: verify_compression: 0 2023-10-11T15:50:15.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: read_amp_bytes_per_bit: 0 2023-10-11T15:50:15.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: format_version: 2 2023-10-11T15:50:15.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: enable_index_compression: 1 2023-10-11T15:50:15.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: block_align: 0 2023-10-11T15:50:15.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-11T15:50:15.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-11T15:50:15.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compression: NoCompression 2023-10-11T15:50:15.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-11T15:50:15.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-11T15:50:15.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T15:50:15.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.num_levels: 7 2023-10-11T15:50:15.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T15:50:15.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T15:50:15.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T15:50:15.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T15:50:15.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T15:50:15.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T15:50:15.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T15:50:15.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:50:15.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T15:50:15.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T15:50:15.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compression_opts.level: 32767 2023-10-11T15:50:15.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-11T15:50:15.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T15:50:15.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:50:15.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compression_opts.enabled: false 2023-10-11T15:50:15.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T15:50:15.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T15:50:15.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T15:50:15.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-11T15:50:15.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T15:50:15.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T15:50:15.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T15:50:15.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T15:50:15.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T15:50:15.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T15:50:15.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T15:50:15.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T15:50:15.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T15:50:15.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T15:50:15.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T15:50:15.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T15:50:15.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T15:50:15.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.arena_block_size: 4194304 2023-10-11T15:50:15.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T15:50:15.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T15:50:15.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-10-11T15:50:15.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-11T15:50:15.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T15:50:15.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T15:50:15.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T15:50:15.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T15:50:15.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T15:50:15.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T15:50:15.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T15:50:15.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T15:50:15.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T15:50:15.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T15:50:15.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.table_properties_collectors: 2023-10-11T15:50:15.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.inplace_update_support: 0 2023-10-11T15:50:15.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T15:50:15.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T15:50:15.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T15:50:15.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T15:50:15.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.bloom_locality: 0 2023-10-11T15:50:15.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.max_successive_merges: 0 2023-10-11T15:50:15.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T15:50:15.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-11T15:50:15.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.force_consistency_checks: 0 2023-10-11T15:50:15.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-11T15:50:15.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.ttl: 2592000 2023-10-11T15:50:15.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.605+0000 7f67a4b68700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T15:50:15.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.606+0000 7f67a4b68700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/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 2023-10-11T15:50:15.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.606+0000 7f67a4b68700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-10-11T15:50:15.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.606+0000 7f67a4b68700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697039414607086, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-10-11T15:50:15.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.606+0000 7f67a4b68700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-10-11T15:50:15.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.606+0000 7f67a4b68700 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. 2023-10-11T15:50:15.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.607+0000 7f67a4b68700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697039414608116, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77482, "table_properties": {"data_size": 75779, "index_size": 308, "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": 9398, "raw_average_key_size": 47, "raw_value_size": 70356, "raw_average_value_size": 357, "num_data_blocks": 10, "num_entries": 197, "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": 1697039414, "oldest_key_time": 3, "file_creation_time": 0}} 2023-10-11T15:50:15.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.607+0000 7f67a4b68700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-10-11T15:50:15.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.607+0000 7f67a4b68700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697039414608643, "job": 1, "event": "recovery_finished"} 2023-10-11T15:50:15.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.608+0000 7f67a4b68700 4 rocksdb: DB pointer 0x55b6371ab800 2023-10-11T15:50:15.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.608+0000 7f678b970700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-10-11T15:50:15.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.608+0000 7f678b970700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-10-11T15:50:15.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ** DB Stats ** 2023-10-11T15:50:15.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:50:15.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-11T15:50:15.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T15:50:15.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:50:15.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-11T15:50:15.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-10-11T15:50:15.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:50:15.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ** Compaction Stats [default] ** 2023-10-11T15:50:15.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 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 2023-10-11T15:50:15.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:50:15.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: L0 2/0 77.36 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.9 0.00 0.00 1 0.001 0 0 2023-10-11T15:50:15.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Sum 2/0 77.36 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.9 0.00 0.00 1 0.001 0 0 2023-10-11T15:50:15.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.9 0.00 0.00 1 0.001 0 0 2023-10-11T15:50:15.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ** Compaction Stats [default] ** 2023-10-11T15:50:15.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 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 2023-10-11T15:50:15.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:50:15.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 105.9 0.00 0.00 1 0.001 0 0 2023-10-11T15:50:15.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:50:15.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T15:50:15.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T15:50:15.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T15:50:15.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T15:50:15.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: AddFile(Keys): cumulative 0, interval 0 2023-10-11T15:50:15.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Cumulative compaction: 0.00 GB write, 21.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:50:15.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Interval compaction: 0.00 GB write, 21.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:50:15.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 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 2023-10-11T15:50:15.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ** File Read Latency Histogram By Level [default] ** 2023-10-11T15:50:15.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ** Compaction Stats [default] ** 2023-10-11T15:50:15.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 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 2023-10-11T15:50:15.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:50:15.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: L0 2/0 77.36 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.9 0.00 0.00 1 0.001 0 0 2023-10-11T15:50:15.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Sum 2/0 77.36 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 105.9 0.00 0.00 1 0.001 0 0 2023-10-11T15:50:15.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 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 2023-10-11T15:50:15.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ** Compaction Stats [default] ** 2023-10-11T15:50:15.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 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 2023-10-11T15:50:15.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:50:15.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 105.9 0.00 0.00 1 0.001 0 0 2023-10-11T15:50:15.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:50:15.074 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T15:50:15.074 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T15:50:15.074 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T15:50:15.074 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T15:50:15.074 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: AddFile(Keys): cumulative 0, interval 0 2023-10-11T15:50:15.075 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Cumulative compaction: 0.00 GB write, 21.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:50:15.075 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:50:15.075 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 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 2023-10-11T15:50:15.075 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: ** File Read Latency Histogram By Level [default] ** 2023-10-11T15:50:15.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.609+0000 7f67a4b68700 0 starting mon.smithi045 rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi045 fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:15.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 systemd[1]: Started Ceph mon.smithi045 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T15:50:15.076 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.610+0000 7f67a4b68700 1 mon.smithi045@-1(???) e1 preinit fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:15.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.610+0000 7f67a4b68700 0 mon.smithi045@-1(???).mds e1 new map 2023-10-11T15:50:15.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.610+0000 7f67a4b68700 0 mon.smithi045@-1(???).mds e1 print_map 2023-10-11T15:50:15.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: e1 2023-10-11T15:50:15.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-11T15:50:15.077 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 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} 2023-10-11T15:50:15.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: legacy client fscid: -1 2023-10-11T15:50:15.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: No filesystems configured 2023-10-11T15:50:15.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: 2023-10-11T15:50:15.078 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.611+0000 7f67a4b68700 0 mon.smithi045@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-11T15:50:15.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.611+0000 7f67a4b68700 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:50:15.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.611+0000 7f67a4b68700 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:50:15.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.611+0000 7f67a4b68700 0 mon.smithi045@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:50:15.079 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:12.489111+0000 mon.smithi045 (mon.0) 8 : audit [INF] from='client.? 172.21.15.45:0/841155699' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-11T15:50:15.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:12.491880+0000 mon.smithi045 (mon.0) 9 : audit [INF] from='client.? 172.21.15.45:0/841155699' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-11T15:50:15.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.611+0000 7f67a4b68700 1 mon.smithi045@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-11T15:50:15.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta expand map: {default=false} 2023-10-11T15:50:15.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta from 'false' to 'false' 2023-10-11T15:50:15.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta expanded map: {default=false} 2023-10-11T15:50:15.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta expand map: {default=info} 2023-10-11T15:50:15.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta from 'info' to 'info' 2023-10-11T15:50:15.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta expanded map: {default=info} 2023-10-11T15:50:15.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta expand map: {default=daemon} 2023-10-11T15:50:15.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-10-11T15:50:15.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta expanded map: {default=daemon} 2023-10-11T15:50:15.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta expand map: {default=debug} 2023-10-11T15:50:15.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta from 'debug' to 'debug' 2023-10-11T15:50:15.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:50:14.613+0000 7f67a4b68700 20 expand_channel_meta expanded map: {default=debug} 2023-10-11T15:50:15.082 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:14.629812+0000 mon.smithi045 (mon.0) 1 : cluster [INF] mon.smithi045 is new leader, mons smithi045 in quorum (ranks 0) 2023-10-11T15:50:15.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:14.629887+0000 mon.smithi045 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2023-10-11T15:50:15.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:14.629957+0000 mon.smithi045 (mon.0) 3 : cluster [DBG] fsmap 2023-10-11T15:50:15.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:14.629992+0000 mon.smithi045 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-10-11T15:50:15.083 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:14.630420+0000 mon.smithi045 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-10-11T15:50:15.503 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote config to /etc/ceph/ceph.conf 2023-10-11T15:50:15.503 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:50:15.503 INFO:teuthology.orchestra.run.smithi045.stderr:Creating mgr... 2023-10-11T15:50:15.504 INFO:teuthology.orchestra.run.smithi045.stderr:Verifying port 9283 ... 2023-10-11T15:50:15.507 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl daemon-reload 2023-10-11T15:50:15.621 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mgr.smithi045.vzhlsu 2023-10-11T15:50:15.649 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl reset-failed ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mgr.smithi045.vzhlsu 2023-10-11T15:50:15.655 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Failed to reset failed state of unit ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mgr.smithi045.vzhlsu.service: Unit ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mgr.smithi045.vzhlsu.service not loaded. 2023-10-11T15:50:15.656 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl enable ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mgr.smithi045.vzhlsu 2023-10-11T15:50:15.662 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7.target.wants/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mgr.smithi045.vzhlsu.service → /etc/systemd/system/ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@.service. 2023-10-11T15:50:15.756 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl start ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mgr.smithi045.vzhlsu 2023-10-11T15:50:16.121 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-10-11T15:50:16.131 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-10-11T15:50:16.132 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-10-11T15:50:16.140 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-10-11T15:50:16.141 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-10-11T15:50:16.142 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to enable service . firewalld.service is not available 2023-10-11T15:50:16.142 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-10-11T15:50:16.150 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-10-11T15:50:16.151 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-10-11T15:50:16.160 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-10-11T15:50:16.161 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-10-11T15:50:16.161 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-10-11T15:50:16.161 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr to start... 2023-10-11T15:50:16.161 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr... 2023-10-11T15:50:16.162 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-10-11T15:50:16.398 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:15.150486+0000 mon.smithi045 (mon.0) 6 : audit [INF] from='client.? 172.21.15.45:0/55022026' entity='client.admin' 2023-10-11T15:50:16.689 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:16.689 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-10-11T15:50:16.690 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "c8f3393c-684d-11ee-8db6-212e2dc638e7", 2023-10-11T15:50:16.690 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-10-11T15:50:16.690 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-11T15:50:16.690 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-10-11T15:50:16.690 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-10-11T15:50:16.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:16.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-11T15:50:16.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-10-11T15:50:16.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-10-11T15:50:16.691 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:16.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-11T15:50:16.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-10-11T15:50:16.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:16.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-10-11T15:50:16.692 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-10-11T15:50:16.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:16.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-11T15:50:16.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-11T15:50:16.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:16.693 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-10-11T15:50:16.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:16.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-11T15:50:16.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-11T15:50:16.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-11T15:50:16.694 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-11T15:50:16.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-11T15:50:16.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-11T15:50:16.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:16.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-10-11T15:50:16.695 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-11T15:50:16.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-11T15:50:16.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-11T15:50:16.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-11T15:50:16.696 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-11T15:50:16.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-11T15:50:16.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-11T15:50:16.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-11T15:50:16.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:16.697 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-10-11T15:50:16.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:16.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-11T15:50:16.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-11T15:50:16.698 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:16.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-11T15:50:16.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-10-11T15:50:16.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-11T15:50:16.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-10-11T15:50:16.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-10-11T15:50:16.699 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-10-11T15:50:16.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-10-11T15:50:16.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:16.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-10-11T15:50:16.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:16.700 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-10-11T15:50:16.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:16.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-10-11T15:50:11.035924+0000", 2023-10-11T15:50:16.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-10-11T15:50:16.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:16.701 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-11T15:50:16.702 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-10-11T15:50:17.051 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (1/15)... 2023-10-11T15:50:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:16.682418+0000 mon.smithi045 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.45:0/1033241618' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:50:19.054 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-10-11T15:50:20.027 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:20.027 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-10-11T15:50:20.028 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "c8f3393c-684d-11ee-8db6-212e2dc638e7", 2023-10-11T15:50:20.028 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-10-11T15:50:20.028 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-11T15:50:20.029 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-10-11T15:50:20.029 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-10-11T15:50:20.030 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:20.030 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-11T15:50:20.030 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-10-11T15:50:20.031 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-10-11T15:50:20.031 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:20.032 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-11T15:50:20.032 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-10-11T15:50:20.032 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:20.033 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-10-11T15:50:20.033 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-10-11T15:50:20.034 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:20.034 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-11T15:50:20.035 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-11T15:50:20.035 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:20.035 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-10-11T15:50:20.036 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:20.036 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-11T15:50:20.037 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-11T15:50:20.037 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-11T15:50:20.037 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-11T15:50:20.037 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-11T15:50:20.038 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-11T15:50:20.038 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:20.038 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-10-11T15:50:20.038 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-11T15:50:20.039 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-11T15:50:20.039 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-11T15:50:20.039 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-11T15:50:20.039 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-11T15:50:20.039 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-11T15:50:20.040 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-11T15:50:20.040 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-11T15:50:20.040 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:20.040 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-10-11T15:50:20.040 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:20.041 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-11T15:50:20.041 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-11T15:50:20.041 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:20.041 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-11T15:50:20.041 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-10-11T15:50:20.042 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-11T15:50:20.042 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-10-11T15:50:20.042 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-10-11T15:50:20.042 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-10-11T15:50:20.043 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-10-11T15:50:20.043 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:20.043 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-10-11T15:50:20.043 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:20.044 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-10-11T15:50:20.044 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:20.044 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-10-11T15:50:11.035924+0000", 2023-10-11T15:50:20.044 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-10-11T15:50:20.045 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:20.045 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-11T15:50:20.045 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-10-11T15:50:20.385 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (2/15)... 2023-10-11T15:50:21.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:20.012866+0000 mon.smithi045 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.45:0/380006340' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:50:22.387 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-10-11T15:50:22.517 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:21.968994+0000 mon.smithi045 (mon.0) 9 : cluster [INF] Activating manager daemon smithi045.vzhlsu 2023-10-11T15:50:22.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:21.971880+0000 mon.smithi045 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi045.vzhlsu(active, starting, since 0.00300812s) 2023-10-11T15:50:22.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:21.972920+0000 mon.smithi045 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:50:22.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:21.973063+0000 mon.smithi045 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:50:22.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:21.973272+0000 mon.smithi045 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:50:22.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:21.973479+0000 mon.smithi045 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:50:22.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:21.973811+0000 mon.smithi045 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T15:50:22.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:21.987427+0000 mon.smithi045 (mon.0) 16 : cluster [INF] Manager daemon smithi045.vzhlsu is now available 2023-10-11T15:50:22.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:21.995616+0000 mon.smithi045 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:22.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:22.001110+0000 mon.smithi045 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:50:22.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:22.002559+0000 mon.smithi045 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:50:22.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:22.007830+0000 mon.smithi045 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:22.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:22.009717+0000 mon.smithi045 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.45:0/1746165176' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:22.882 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:22.883 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-10-11T15:50:22.883 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "c8f3393c-684d-11ee-8db6-212e2dc638e7", 2023-10-11T15:50:22.883 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-10-11T15:50:22.883 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-11T15:50:22.883 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-10-11T15:50:22.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-10-11T15:50:22.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:22.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-11T15:50:22.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-10-11T15:50:22.884 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-10-11T15:50:22.885 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:22.885 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-11T15:50:22.885 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-10-11T15:50:22.885 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:22.885 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-10-11T15:50:22.886 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-10-11T15:50:22.886 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:22.886 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-11T15:50:22.886 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-11T15:50:22.886 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:22.887 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-10-11T15:50:22.887 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:22.887 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-11T15:50:22.887 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-11T15:50:22.887 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-11T15:50:22.891 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-11T15:50:22.891 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-11T15:50:22.891 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-11T15:50:22.891 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:22.891 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-10-11T15:50:22.892 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-11T15:50:22.892 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-11T15:50:22.892 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-11T15:50:22.892 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-11T15:50:22.893 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-11T15:50:22.893 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-11T15:50:22.893 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-11T15:50:22.893 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-11T15:50:22.893 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:22.894 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-10-11T15:50:22.894 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:22.894 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-11T15:50:22.894 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-11T15:50:22.894 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:22.895 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-11T15:50:22.895 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": false, 2023-10-11T15:50:22.895 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-11T15:50:22.895 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-10-11T15:50:22.895 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-10-11T15:50:22.896 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-10-11T15:50:22.896 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-10-11T15:50:22.896 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:22.896 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-10-11T15:50:22.896 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:22.897 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-10-11T15:50:22.897 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:22.897 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-10-11T15:50:11.035924+0000", 2023-10-11T15:50:22.897 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-10-11T15:50:22.897 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:22.897 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-11T15:50:22.898 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-10-11T15:50:23.179 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:22.879281+0000 mon.smithi045 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.45:0/1408332095' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:50:23.179 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:22.974539+0000 mon.smithi045 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi045.vzhlsu(active, since 1.00566s) 2023-10-11T15:50:23.234 INFO:teuthology.orchestra.run.smithi045.stderr:mgr not available, waiting (3/15)... 2023-10-11T15:50:25.236 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-10-11T15:50:25.366 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:24.024147+0000 mon.smithi045 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi045.vzhlsu(active, since 2s) 2023-10-11T15:50:25.928 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:25.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-10-11T15:50:25.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsid": "c8f3393c-684d-11ee-8db6-212e2dc638e7", 2023-10-11T15:50:25.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "health": { 2023-10-11T15:50:25.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-10-11T15:50:25.929 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "checks": {}, 2023-10-11T15:50:25.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mutes": [] 2023-10-11T15:50:25.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:25.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-10-11T15:50:25.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum": [ 2023-10-11T15:50:25.930 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 0 2023-10-11T15:50:25.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:25.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_names": [ 2023-10-11T15:50:25.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "smithi045" 2023-10-11T15:50:25.931 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:25.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-10-11T15:50:25.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "monmap": { 2023-10-11T15:50:25.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:25.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-10-11T15:50:25.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_mons": 1 2023-10-11T15:50:25.932 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:25.933 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osdmap": { 2023-10-11T15:50:25.933 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:25.933 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_osds": 0, 2023-10-11T15:50:25.933 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-10-11T15:50:25.933 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-10-11T15:50:25.937 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-10-11T15:50:25.937 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-10-11T15:50:25.937 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-10-11T15:50:25.938 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:25.938 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgmap": { 2023-10-11T15:50:25.938 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-10-11T15:50:25.938 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-10-11T15:50:25.938 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_pools": 0, 2023-10-11T15:50:25.939 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_objects": 0, 2023-10-11T15:50:25.939 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-10-11T15:50:25.939 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-10-11T15:50:25.939 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-10-11T15:50:25.939 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "bytes_total": 0 2023-10-11T15:50:25.940 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:25.940 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "fsmap": { 2023-10-11T15:50:25.940 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:25.940 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "by_rank": [], 2023-10-11T15:50:25.940 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "up:standby": 0 2023-10-11T15:50:25.941 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:25.941 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap": { 2023-10-11T15:50:25.941 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-10-11T15:50:25.941 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-10-11T15:50:25.941 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modules": [ 2023-10-11T15:50:25.942 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "iostat", 2023-10-11T15:50:25.942 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "nfs", 2023-10-11T15:50:25.942 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "restful" 2023-10-11T15:50:25.942 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ], 2023-10-11T15:50:25.942 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-10-11T15:50:25.943 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:25.943 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "servicemap": { 2023-10-11T15:50:25.943 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 1, 2023-10-11T15:50:25.943 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "modified": "2023-10-11T15:50:11.035924+0000", 2023-10-11T15:50:25.943 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "services": {} 2023-10-11T15:50:25.944 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: }, 2023-10-11T15:50:25.944 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "progress_events": {} 2023-10-11T15:50:25.944 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-10-11T15:50:26.245 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:25.925210+0000 mon.smithi045 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.45:0/3247298215' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:50:26.301 INFO:teuthology.orchestra.run.smithi045.stderr:mgr is available 2023-10-11T15:50:26.301 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z -v /tmp/tmpekjutbw4:/var/lib/ceph/user.conf:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-10-11T15:50:26.867 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:26.867 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [global] 2023-10-11T15:50:26.867 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: fsid = c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:26.867 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: log_to_journald = false 2023-10-11T15:50:26.868 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-10-11T15:50:26.868 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-10-11T15:50:26.868 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-10-11T15:50:26.868 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-10-11T15:50:26.868 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:26.869 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [mgr] 2023-10-11T15:50:26.869 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-10-11T15:50:26.869 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 2023-10-11T15:50:26.869 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: [osd] 2023-10-11T15:50:26.869 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-10-11T15:50:26.870 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-10-11T15:50:27.178 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:26.863645+0000 mon.smithi045 (mon.0) 26 : audit [INF] from='client.? 172.21.15.45:0/2486756300' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-11T15:50:27.234 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling cephadm module... 2023-10-11T15:50:27.235 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-10-11T15:50:28.344 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:27.878198+0000 mon.smithi045 (mon.0) 27 : audit [INF] from='client.? 172.21.15.45:0/892200796' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-11T15:50:28.400 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2023-10-11T15:50:28.980 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-10-11T15:50:28.980 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 5, 2023-10-11T15:50:28.981 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-10-11T15:50:28.981 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "smithi045.vzhlsu", 2023-10-11T15:50:28.981 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-11T15:50:28.981 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-10-11T15:50:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:28.028373+0000 mon.smithi045 (mon.0) 28 : audit [INF] from='client.? 172.21.15.45:0/892200796' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-11T15:50:29.400 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:28.028431+0000 mon.smithi045 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi045.vzhlsu(active, since 6s) 2023-10-11T15:50:29.401 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:28.978569+0000 mon.smithi045 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.45:0/3631386677' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-11T15:50:29.402 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-10-11T15:50:29.402 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 5... 2023-10-11T15:50:29.405 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-10-11T15:50:34.934 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-10-11T15:50:34.934 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-10-11T15:50:34.935 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-10-11T15:50:34.935 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-10-11T15:50:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:33.869987+0000 mon.smithi045 (mon.0) 31 : cluster [INF] Active manager daemon smithi045.vzhlsu restarted 2023-10-11T15:50:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:33.870464+0000 mon.smithi045 (mon.0) 32 : cluster [INF] Activating manager daemon smithi045.vzhlsu 2023-10-11T15:50:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:33.872468+0000 mon.smithi045 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-10-11T15:50:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:33.923109+0000 mon.smithi045 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi045.vzhlsu(active, starting, since 0.0527375s) 2023-10-11T15:50:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:33.924043+0000 mon.smithi045 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:50:35.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:33.924782+0000 mon.smithi045 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T15:50:35.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:33.925936+0000 mon.smithi045 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:50:35.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:33.926113+0000 mon.smithi045 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:50:35.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:33.926280+0000 mon.smithi045 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:50:35.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:33.940510+0000 mon.smithi045 (mon.0) 40 : cluster [INF] Manager daemon smithi045.vzhlsu is now available 2023-10-11T15:50:35.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:33.956709+0000 mon.smithi045 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:35.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:33.959548+0000 mon.smithi045 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:35.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:33.962365+0000 mon.smithi045 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:35.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:34.067419+0000 mon.smithi045 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:35.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:34.068239+0000 mon.smithi045 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:50:35.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:34.069820+0000 mon.smithi045 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:50:35.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:34.071746+0000 mon.smithi045 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:50:35.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:34.084811+0000 mon.smithi045 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:50:35.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:34.086165+0000 mon.smithi045 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:50:36.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:34.925419+0000 mgr.smithi045.vzhlsu (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-11T15:50:36.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:34.925815+0000 mon.smithi045 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi045.vzhlsu(active, since 1.05544s) 2023-10-11T15:50:36.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:34.932646+0000 mgr.smithi045.vzhlsu (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-11T15:50:36.934 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 5 is available 2023-10-11T15:50:36.935 INFO:teuthology.orchestra.run.smithi045.stderr:Setting orchestrator backend to cephadm... 2023-10-11T15:50:36.935 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-10-11T15:50:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:35.927944+0000 mon.smithi045 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi045.vzhlsu(active, since 2s) 2023-10-11T15:50:37.899 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-10-11T15:50:38.465 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: value unchanged 2023-10-11T15:50:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:37.527607+0000 mgr.smithi045.vzhlsu (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:37.531856+0000 mon.smithi045 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:37.536049+0000 mon.smithi045 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:50:38.841 INFO:teuthology.orchestra.run.smithi045.stderr:Generating ssh key... 2023-10-11T15:50:38.841 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-10-11T15:50:39.781 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:38.464429+0000 mgr.smithi045.vzhlsu (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:40.140 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-10-11T15:50:40.739 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLJob1/iXho/AIk4+tyw8v7ovJPqdsugkZuKjv880FmIhsR6xKeXlq740EHYxgXp4uhMGD7usdjuxwIFvJO4Mmm31cSEJfSspq4Z5BmbMKtC09u1a1s4/pguY/UiweYJQsro5S21s2ClaXKOIbRowRNcxUvfp5MHnXKEEQDsi6uMVHeVZFVBA4FVUpSsqVUsvt/wKOPNiHYDbDfHbbE9NwoqOON0IHPJ3GleSwja7duE685ssKwuZhUYxEVt5U7Flk/GiXH0/wSXpzAqrF/p0LpLsnnHMIuz1YHVKC32oOc7hVndOKhvWb6JHZVtJSnC6u+NeDkg5HO5RKAVQ1OVyjaxiP5ZNbhDoVprDlL76DiccDEEZ0TSNcJNW9pmhO4k/pHGZiac0poIgP+03P6Nkg+QQqZ1fm61awz1iHa17m/6YkaX40/7m8LnGZ/SGpXt2tul1wuB8WxfDJpAaupjT4IfgtPLKLTvKXTZZP2p//djBy+jbRKVf1RLRO+hvkK/8= ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:50:41.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:50:39.418029+0000 mgr.smithi045.vzhlsu (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2023-10-11T15:50:41.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:39.783582+0000 mon.smithi045 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:41.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:39.785388+0000 mon.smithi045 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:41.099 INFO:teuthology.orchestra.run.smithi045.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-11T15:50:41.099 INFO:teuthology.orchestra.run.smithi045.stderr:Adding key to root@localhost authorized_keys... 2023-10-11T15:50:41.101 INFO:teuthology.orchestra.run.smithi045.stderr:Adding host smithi045... 2023-10-11T15:50:41.101 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch host add smithi045 172.21.15.45 2023-10-11T15:50:42.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:40.738133+0000 mgr.smithi045.vzhlsu (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:42.324 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Added host 'smithi045' with addr '172.21.15.45' 2023-10-11T15:50:42.665 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying mon service with default placement... 2023-10-11T15:50:42.665 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mon 2023-10-11T15:50:43.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:41.673661+0000 mgr.smithi045.vzhlsu (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:43.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:42.321519+0000 mon.smithi045 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:43.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:42.322138+0000 mon.smithi045 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:50:43.281 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mon update... 2023-10-11T15:50:43.648 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying mgr service with default placement... 2023-10-11T15:50:43.648 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mgr 2023-10-11T15:50:43.970 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:50:42.321869+0000 mgr.smithi045.vzhlsu (mgr.14118) 9 : cephadm [INF] Added host smithi045 2023-10-11T15:50:43.970 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:43.279490+0000 mon.smithi045 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:44.328 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-10-11T15:50:44.881 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying crash service with default placement... 2023-10-11T15:50:44.881 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply crash 2023-10-11T15:50:45.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:43.276229+0000 mgr.smithi045.vzhlsu (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:45.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:50:43.277046+0000 mgr.smithi045.vzhlsu (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-10-11T15:50:45.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:44.327452+0000 mon.smithi045 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:45.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:44.668482+0000 mon.smithi045 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:45.467 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled crash update... 2023-10-11T15:50:45.983 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling mgr prometheus module... 2023-10-11T15:50:45.983 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-10-11T15:50:46.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:44.324529+0000 mgr.smithi045.vzhlsu (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:46.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:50:44.325186+0000 mgr.smithi045.vzhlsu (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-10-11T15:50:46.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:44.919008+0000 mon.smithi045 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:46.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:45.466147+0000 mon.smithi045 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:47.009 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:45.462939+0000 mgr.smithi045.vzhlsu (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:47.009 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:50:45.463646+0000 mgr.smithi045.vzhlsu (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2023-10-11T15:50:47.009 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:45.965687+0000 mon.smithi045 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.45:0/289513343' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:47.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:46.639761+0000 mon.smithi045 (mon.0) 64 : audit [INF] from='client.? 172.21.15.45:0/1104521081' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-11T15:50:47.330 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying prometheus service with default placement... 2023-10-11T15:50:47.331 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-10-11T15:50:48.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:46.970538+0000 mon.smithi045 (mon.0) 65 : audit [INF] from='client.? 172.21.15.45:0/1104521081' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-11T15:50:48.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:46.970599+0000 mon.smithi045 (mon.0) 66 : cluster [DBG] mgrmap e9: smithi045.vzhlsu(active, since 13s) 2023-10-11T15:50:53.845 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-10-11T15:50:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:52.784770+0000 mon.smithi045 (mon.0) 67 : cluster [INF] Active manager daemon smithi045.vzhlsu restarted 2023-10-11T15:50:54.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:52.785201+0000 mon.smithi045 (mon.0) 68 : cluster [INF] Activating manager daemon smithi045.vzhlsu 2023-10-11T15:50:54.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:52.786960+0000 mon.smithi045 (mon.0) 69 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-10-11T15:50:54.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:52.837970+0000 mon.smithi045 (mon.0) 70 : cluster [DBG] mgrmap e10: smithi045.vzhlsu(active, starting, since 0.0528669s) 2023-10-11T15:50:54.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:52.839111+0000 mon.smithi045 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:50:54.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:52.839996+0000 mon.smithi045 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T15:50:54.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:52.840749+0000 mon.smithi045 (mon.0) 73 : audit [DBG] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:50:54.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:52.840923+0000 mon.smithi045 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:50:54.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:52.841089+0000 mon.smithi045 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:50:54.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:52.854887+0000 mon.smithi045 (mon.0) 76 : cluster [INF] Manager daemon smithi045.vzhlsu is now available 2023-10-11T15:50:54.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:52.970575+0000 mon.smithi045 (mon.0) 77 : audit [DBG] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:50:54.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:52.972210+0000 mon.smithi045 (mon.0) 78 : audit [DBG] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:50:54.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:52.990591+0000 mon.smithi045 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:50:54.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:52.998854+0000 mon.smithi045 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:50:54.205 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying grafana service with default placement... 2023-10-11T15:50:54.205 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply grafana 2023-10-11T15:50:54.803 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-10-11T15:50:55.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:53.840791+0000 mon.smithi045 (mon.0) 81 : cluster [DBG] mgrmap e11: smithi045.vzhlsu(active, since 1.05569s) 2023-10-11T15:50:55.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:50:53.841751+0000 mgr.smithi045.vzhlsu (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-10-11T15:50:55.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:53.843804+0000 mon.smithi045 (mon.0) 82 : audit [INF] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:55.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:53.996365+0000 mon.smithi045 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:55.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:54.800805+0000 mon.smithi045 (mon.0) 84 : audit [INF] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:55.163 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying node-exporter service with default placement... 2023-10-11T15:50:55.164 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-10-11T15:50:55.744 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-10-11T15:50:56.105 INFO:teuthology.orchestra.run.smithi045.stderr:Deploying alertmanager service with default placement... 2023-10-11T15:50:56.106 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-10-11T15:50:56.228 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:54.797969+0000 mgr.smithi045.vzhlsu (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:56.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:50:54.798562+0000 mgr.smithi045.vzhlsu (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-10-11T15:50:56.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:50:55.627326+0000 mon.smithi045 (mon.0) 85 : cluster [DBG] mgrmap e12: smithi045.vzhlsu(active, since 2s) 2023-10-11T15:50:56.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:55.742351+0000 mon.smithi045 (mon.0) 86 : audit [INF] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:56.688 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-10-11T15:50:56.966 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:55.739217+0000 mgr.smithi045.vzhlsu (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:56.966 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:50:55.739978+0000 mgr.smithi045.vzhlsu (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-10-11T15:50:56.966 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:56.686431+0000 mon.smithi045 (mon.0) 87 : audit [INF] from='mgr.14146 172.21.15.45:0/3568394286' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:50:57.038 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-10-11T15:50:57.949 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:56.683440+0000 mgr.smithi045.vzhlsu (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:50:57.949 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:50:56.684052+0000 mgr.smithi045.vzhlsu (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-10-11T15:50:57.949 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:57.645131+0000 mon.smithi045 (mon.0) 88 : audit [INF] from='client.? 172.21.15.45:0/1234771638' entity='client.admin' 2023-10-11T15:50:57.996 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-10-11T15:50:58.980 INFO:teuthology.orchestra.run.smithi045.stderr:Enabling the dashboard module... 2023-10-11T15:50:58.980 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-10-11T15:51:00.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:50:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:58.589054+0000 mon.smithi045 (mon.0) 89 : audit [INF] from='client.? 172.21.15.45:0/3988416736' entity='client.admin' 2023-10-11T15:51:00.873 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:50:59.597256+0000 mon.smithi045 (mon.0) 90 : audit [INF] from='client.? 172.21.15.45:0/4147162852' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-11T15:51:00.946 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2023-10-11T15:51:01.579 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-10-11T15:51:01.579 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "epoch": 13, 2023-10-11T15:51:01.579 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "available": true, 2023-10-11T15:51:01.579 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "active_name": "smithi045.vzhlsu", 2023-10-11T15:51:01.580 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "num_standby": 0 2023-10-11T15:51:01.580 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-10-11T15:51:01.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:00.592652+0000 mon.smithi045 (mon.0) 91 : audit [INF] from='client.? 172.21.15.45:0/4147162852' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-11T15:51:01.890 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:00.592707+0000 mon.smithi045 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi045.vzhlsu(active, since 7s) 2023-10-11T15:51:01.890 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:01.577207+0000 mon.smithi045 (mon.0) 93 : audit [DBG] from='client.? 172.21.15.45:0/1630203780' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-11T15:51:01.920 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for the mgr to restart... 2023-10-11T15:51:01.921 INFO:teuthology.orchestra.run.smithi045.stderr:Waiting for mgr epoch 13... 2023-10-11T15:51:01.921 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-10-11T15:51:07.545 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: { 2023-10-11T15:51:07.546 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-10-11T15:51:07.546 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: "initialized": true 2023-10-11T15:51:07.546 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: } 2023-10-11T15:51:07.710 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:06.479951+0000 mon.smithi045 (mon.0) 94 : cluster [INF] Active manager daemon smithi045.vzhlsu restarted 2023-10-11T15:51:07.711 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:06.480410+0000 mon.smithi045 (mon.0) 95 : cluster [INF] Activating manager daemon smithi045.vzhlsu 2023-10-11T15:51:07.711 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:06.482103+0000 mon.smithi045 (mon.0) 96 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-10-11T15:51:07.711 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:06.533323+0000 mon.smithi045 (mon.0) 97 : cluster [DBG] mgrmap e14: smithi045.vzhlsu(active, starting, since 0.0530128s) 2023-10-11T15:51:07.711 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:06.534311+0000 mon.smithi045 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:51:07.711 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:06.535169+0000 mon.smithi045 (mon.0) 99 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T15:51:07.712 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:06.536088+0000 mon.smithi045 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:51:07.712 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:06.536383+0000 mon.smithi045 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:51:07.712 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:06.536640+0000 mon.smithi045 (mon.0) 102 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:51:07.712 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:06.551702+0000 mon.smithi045 (mon.0) 103 : cluster [INF] Manager daemon smithi045.vzhlsu is now available 2023-10-11T15:51:07.712 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:06.668093+0000 mon.smithi045 (mon.0) 104 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:51:07.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:06.670874+0000 mon.smithi045 (mon.0) 105 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:51:07.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:06.698032+0000 mon.smithi045 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:51:07.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:06.700579+0000 mon.smithi045 (mon.0) 107 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:51:07.945 INFO:teuthology.orchestra.run.smithi045.stderr:mgr epoch 13 is available 2023-10-11T15:51:07.945 INFO:teuthology.orchestra.run.smithi045.stderr:Generating a dashboard self-signed certificate... 2023-10-11T15:51:07.945 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-10-11T15:51:08.578 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: Self-signed certificate created 2023-10-11T15:51:08.606 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:07.535791+0000 mon.smithi045 (mon.0) 108 : cluster [DBG] mgrmap e15: smithi045.vzhlsu(active, since 1.05548s) 2023-10-11T15:51:08.607 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:07.536836+0000 mgr.smithi045.vzhlsu (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-11T15:51:08.607 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:07.543639+0000 mgr.smithi045.vzhlsu (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-11T15:51:08.607 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:07.618285+0000 mon.smithi045 (mon.0) 109 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:08.986 INFO:teuthology.orchestra.run.smithi045.stderr:Creating initial admin user... 2023-10-11T15:51:08.986 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi0jlpfz0:/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 2023-10-11T15:51:09.820 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$5.BmL8WTinPW9s1.qV3ZlOYWpSySxRdh3RbJ.tfTlGWScU.sD20eK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697039469, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-11T15:51:09.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:08.532511+0000 mgr.smithi045.vzhlsu (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:51:09.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:08.575139+0000 mon.smithi045 (mon.0) 110 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:09.851 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:08.577012+0000 mon.smithi045 (mon.0) 111 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:09.852 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:08.620045+0000 mon.smithi045 (mon.0) 112 : cluster [DBG] mgrmap e16: smithi045.vzhlsu(active, since 2s) 2023-10-11T15:51:10.195 INFO:teuthology.orchestra.run.smithi045.stderr:Fetching dashboard port number... 2023-10-11T15:51:10.195 INFO:teuthology.orchestra.run.smithi045.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=smithi045 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmp4p30kbi3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7zn8x0v0:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-10-11T15:51:10.782 INFO:teuthology.orchestra.run.smithi045.stderr:/usr/bin/ceph: 8443 2023-10-11T15:51:10.984 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:09.567204+0000 mgr.smithi045.vzhlsu (mgr.14166) 4 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:51:10.984 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:09.818657+0000 mon.smithi045 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:11.153 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-enabled firewalld.service 2023-10-11T15:51:11.163 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: disabled 2023-10-11T15:51:11.164 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: systemctl is-active firewalld.service 2023-10-11T15:51:11.173 INFO:teuthology.orchestra.run.smithi045.stderr:systemctl: inactive 2023-10-11T15:51:11.174 INFO:teuthology.orchestra.run.smithi045.stderr:firewalld.service is not enabled 2023-10-11T15:51:11.174 INFO:teuthology.orchestra.run.smithi045.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-11T15:51:11.178 INFO:teuthology.orchestra.run.smithi045.stderr:Ceph Dashboard is now available at: 2023-10-11T15:51:11.178 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-11T15:51:11.178 INFO:teuthology.orchestra.run.smithi045.stderr: URL: https://smithi045.front.sepia.ceph.com:8443/ 2023-10-11T15:51:11.179 INFO:teuthology.orchestra.run.smithi045.stderr: User: admin 2023-10-11T15:51:11.179 INFO:teuthology.orchestra.run.smithi045.stderr: Password: rgszxz0p4p 2023-10-11T15:51:11.179 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-11T15:51:11.179 INFO:teuthology.orchestra.run.smithi045.stderr:You can access the Ceph CLI with: 2023-10-11T15:51:11.179 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-11T15:51:11.180 INFO:teuthology.orchestra.run.smithi045.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:51:11.180 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-11T15:51:11.180 INFO:teuthology.orchestra.run.smithi045.stderr:Please consider enabling telemetry to help improve Ceph: 2023-10-11T15:51:11.180 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-11T15:51:11.180 INFO:teuthology.orchestra.run.smithi045.stderr: ceph telemetry on 2023-10-11T15:51:11.180 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-11T15:51:11.181 INFO:teuthology.orchestra.run.smithi045.stderr:For more information see: 2023-10-11T15:51:11.181 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-11T15:51:11.181 INFO:teuthology.orchestra.run.smithi045.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-10-11T15:51:11.181 INFO:teuthology.orchestra.run.smithi045.stderr: 2023-10-11T15:51:11.181 INFO:teuthology.orchestra.run.smithi045.stderr:Bootstrap complete. 2023-10-11T15:51:11.182 INFO:teuthology.orchestra.run.smithi045.stderr:Releasing lock 139675615092864 on /run/cephadm/c8f3393c-684d-11ee-8db6-212e2dc638e7.lock 2023-10-11T15:51:11.182 INFO:teuthology.orchestra.run.smithi045.stderr:Lock 139675615092864 released on /run/cephadm/c8f3393c-684d-11ee-8db6-212e2dc638e7.lock 2023-10-11T15:51:11.221 INFO:tasks.cephadm:Fetching config... 2023-10-11T15:51:11.222 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:51:11.222 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-11T15:51:11.245 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-11T15:51:11.246 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:51:11.246 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-11T15:51:11.307 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-11T15:51:11.308 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:51:11.308 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/keyring of=/dev/stdout 2023-10-11T15:51:11.381 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-11T15:51:11.382 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:51:11.382 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-11T15:51:11.445 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-11T15:51:11.445 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLJob1/iXho/AIk4+tyw8v7ovJPqdsugkZuKjv880FmIhsR6xKeXlq740EHYxgXp4uhMGD7usdjuxwIFvJO4Mmm31cSEJfSspq4Z5BmbMKtC09u1a1s4/pguY/UiweYJQsro5S21s2ClaXKOIbRowRNcxUvfp5MHnXKEEQDsi6uMVHeVZFVBA4FVUpSsqVUsvt/wKOPNiHYDbDfHbbE9NwoqOON0IHPJ3GleSwja7duE685ssKwuZhUYxEVt5U7Flk/GiXH0/wSXpzAqrF/p0LpLsnnHMIuz1YHVKC32oOc7hVndOKhvWb6JHZVtJSnC6u+NeDkg5HO5RKAVQ1OVyjaxiP5ZNbhDoVprDlL76DiccDEEZ0TSNcJNW9pmhO4k/pHGZiac0poIgP+03P6Nkg+QQqZ1fm61awz1iHa17m/6YkaX40/7m8LnGZ/SGpXt2tul1wuB8WxfDJpAaupjT4IfgtPLKLTvKXTZZP2p//djBy+jbRKVf1RLRO+hvkK/8= ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-11T15:51:11.527 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLJob1/iXho/AIk4+tyw8v7ovJPqdsugkZuKjv880FmIhsR6xKeXlq740EHYxgXp4uhMGD7usdjuxwIFvJO4Mmm31cSEJfSspq4Z5BmbMKtC09u1a1s4/pguY/UiweYJQsro5S21s2ClaXKOIbRowRNcxUvfp5MHnXKEEQDsi6uMVHeVZFVBA4FVUpSsqVUsvt/wKOPNiHYDbDfHbbE9NwoqOON0IHPJ3GleSwja7duE685ssKwuZhUYxEVt5U7Flk/GiXH0/wSXpzAqrF/p0LpLsnnHMIuz1YHVKC32oOc7hVndOKhvWb6JHZVtJSnC6u+NeDkg5HO5RKAVQ1OVyjaxiP5ZNbhDoVprDlL76DiccDEEZ0TSNcJNW9pmhO4k/pHGZiac0poIgP+03P6Nkg+QQqZ1fm61awz1iHa17m/6YkaX40/7m8LnGZ/SGpXt2tul1wuB8WxfDJpAaupjT4IfgtPLKLTvKXTZZP2p//djBy+jbRKVf1RLRO+hvkK/8= ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:51:11.540 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLJob1/iXho/AIk4+tyw8v7ovJPqdsugkZuKjv880FmIhsR6xKeXlq740EHYxgXp4uhMGD7usdjuxwIFvJO4Mmm31cSEJfSspq4Z5BmbMKtC09u1a1s4/pguY/UiweYJQsro5S21s2ClaXKOIbRowRNcxUvfp5MHnXKEEQDsi6uMVHeVZFVBA4FVUpSsqVUsvt/wKOPNiHYDbDfHbbE9NwoqOON0IHPJ3GleSwja7duE685ssKwuZhUYxEVt5U7Flk/GiXH0/wSXpzAqrF/p0LpLsnnHMIuz1YHVKC32oOc7hVndOKhvWb6JHZVtJSnC6u+NeDkg5HO5RKAVQ1OVyjaxiP5ZNbhDoVprDlL76DiccDEEZ0TSNcJNW9pmhO4k/pHGZiac0poIgP+03P6Nkg+QQqZ1fm61awz1iHa17m/6YkaX40/7m8LnGZ/SGpXt2tul1wuB8WxfDJpAaupjT4IfgtPLKLTvKXTZZP2p//djBy+jbRKVf1RLRO+hvkK/8= ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-11T15:51:11.585 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLJob1/iXho/AIk4+tyw8v7ovJPqdsugkZuKjv880FmIhsR6xKeXlq740EHYxgXp4uhMGD7usdjuxwIFvJO4Mmm31cSEJfSspq4Z5BmbMKtC09u1a1s4/pguY/UiweYJQsro5S21s2ClaXKOIbRowRNcxUvfp5MHnXKEEQDsi6uMVHeVZFVBA4FVUpSsqVUsvt/wKOPNiHYDbDfHbbE9NwoqOON0IHPJ3GleSwja7duE685ssKwuZhUYxEVt5U7Flk/GiXH0/wSXpzAqrF/p0LpLsnnHMIuz1YHVKC32oOc7hVndOKhvWb6JHZVtJSnC6u+NeDkg5HO5RKAVQ1OVyjaxiP5ZNbhDoVprDlL76DiccDEEZ0TSNcJNW9pmhO4k/pHGZiac0poIgP+03P6Nkg+QQqZ1fm61awz1iHa17m/6YkaX40/7m8LnGZ/SGpXt2tul1wuB8WxfDJpAaupjT4IfgtPLKLTvKXTZZP2p//djBy+jbRKVf1RLRO+hvkK/8= ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:51:11.597 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-11T15:51:11.926 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:10.780677+0000 mon.smithi045 (mon.0) 114 : audit [DBG] from='client.? 172.21.15.45:0/1304512438' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-11T15:51:13.631 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-11T15:51:13.632 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-11T15:51:13.985 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:12.630350+0000 mon.smithi045 (mon.0) 115 : cluster [DBG] mgrmap e17: smithi045.vzhlsu(active, since 6s) 2023-10-11T15:51:13.985 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:13.239770+0000 mon.smithi045 (mon.0) 116 : audit [INF] from='client.? 172.21.15.45:0/3140280437' entity='client.admin' 2023-10-11T15:51:15.784 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi079 2023-10-11T15:51:15.784 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-11T15:51:15.785 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.conf 2023-10-11T15:51:15.807 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-11T15:51:15.807 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:51:15.868 INFO:tasks.cephadm:Adding host smithi079 to orchestrator... 2023-10-11T15:51:15.868 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi079 2023-10-11T15:51:16.697 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:15.367496+0000 mgr.smithi045.vzhlsu (mgr.14166) 5 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:51:16.697 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:15.370058+0000 mon.smithi045 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:16.697 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:16.309371+0000 mon.smithi045 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:17.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:16.820485+0000 mon.smithi045 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:51:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:16.824035+0000 mon.smithi045 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:17.905 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi079' with addr '172.21.15.79' 2023-10-11T15:51:18.286 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-11T15:51:18.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:51:16.831453+0000 mgr.smithi045.vzhlsu (mgr.14166) 6 : cephadm [INF] Deploying daemon alertmanager.smithi045 on smithi045 2023-10-11T15:51:18.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:17.281906+0000 mgr.smithi045.vzhlsu (mgr.14166) 7 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:51:18.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:17.903835+0000 mon.smithi045 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:19.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:51:17.904258+0000 mgr.smithi045.vzhlsu (mgr.14166) 8 : cephadm [INF] Added host smithi079 2023-10-11T15:51:19.769 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:51:19.770 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}] 2023-10-11T15:51:20.138 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-11T15:51:20.138 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-11T15:51:20.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:19.768500+0000 mgr.smithi045.vzhlsu (mgr.14166) 9 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:51:21.696 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2023-10-11T15:51:21.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:21.522516+0000 mon.smithi045 (mon.0) 122 : audit [INF] from='client.? 172.21.15.45:0/2430114372' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-11T15:51:22.069 INFO:tasks.cephadm:Adding mon.smithi045 on smithi045 2023-10-11T15:51:22.069 INFO:tasks.cephadm:Adding mon.smithi079 on smithi079 2023-10-11T15:51:22.070 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi045:172.21.15.45=smithi045;smithi079:172.21.15.79=smithi079' 2023-10-11T15:51:23.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:21.691495+0000 mon.smithi045 (mon.0) 123 : audit [INF] from='client.? 172.21.15.45:0/2430114372' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-11T15:51:23.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:21.691568+0000 mon.smithi045 (mon.0) 124 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-10-11T15:51:23.408 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled mon update... 2023-10-11T15:51:23.788 DEBUG:teuthology.orchestra.run.smithi079:mon.smithi079> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi079.service 2023-10-11T15:51:23.790 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:23.791 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:23.820 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:-- Logs begin at Wed 2023-10-11 15:27:39 UTC. -- 2023-10-11T15:51:24.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:23.402172+0000 mgr.smithi045.vzhlsu (mgr.14166) 10 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi045:172.21.15.45=smithi045;smithi079:172.21.15.79=smithi079", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:51:24.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:51:23.403677+0000 mgr.smithi045.vzhlsu (mgr.14166) 11 : cephadm [INF] Saving service mon spec with placement smithi045:172.21.15.45=smithi045;smithi079:172.21.15.79=smithi079;count:2 2023-10-11T15:51:24.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:23.406597+0000 mon.smithi045 (mon.0) 125 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:25.188 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:25.188 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:25.189 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:26.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:25.186452+0000 mon.smithi045 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.79:0/3396284399' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:26.570 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:26.571 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:27.899 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:27.900 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:27.901 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:27.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:26.537183+0000 mgr.smithi045.vzhlsu (mgr.14166) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:28.932 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:27.897893+0000 mon.smithi045 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.79:0/2293868915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:28.932 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:28.185308+0000 mon.smithi045 (mon.0) 128 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:28.933 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:28.187161+0000 mon.smithi045 (mon.0) 129 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:51:28.933 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:28.188790+0000 mon.smithi045 (mon.0) 130 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-11T15:51:28.933 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:28.189454+0000 mon.smithi045 (mon.0) 131 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:51:29.288 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:29.288 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:30.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:51:28.190081+0000 mgr.smithi045.vzhlsu (mgr.14166) 13 : cephadm [INF] Deploying daemon crash.smithi045 on smithi045 2023-10-11T15:51:30.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:28.537446+0000 mgr.smithi045.vzhlsu (mgr.14166) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:30.669 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:30.669 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:30.670 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:31.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:29.779339+0000 mon.smithi045 (mon.0) 132 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:31.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:29.934608+0000 mon.smithi045 (mon.0) 133 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:31.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:29.936679+0000 mon.smithi045 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:31.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:29.937082+0000 mon.smithi045 (mon.0) 135 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:51:31.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:29.937434+0000 mgr.smithi045.vzhlsu (mgr.14166) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:51:31.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:29.939925+0000 mon.smithi045 (mon.0) 136 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:31.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:51:29.942957+0000 mgr.smithi045.vzhlsu (mgr.14166) 16 : cephadm [INF] Deploying daemon grafana.smithi045 on smithi045 2023-10-11T15:51:31.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:30.537745+0000 mgr.smithi045.vzhlsu (mgr.14166) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:31.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:30.667515+0000 mon.smithi045 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.79:0/1457740995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:32.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:32.071 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:33.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:31.687829+0000 mon.smithi045 (mon.0) 138 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:33.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:32.538008+0000 mgr.smithi045.vzhlsu (mgr.14166) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:33.458 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:33.459 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:33.460 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:33.457508+0000 mon.smithi045 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.79:0/3048175667' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:34.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:34.847 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:36.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:34.538360+0000 mgr.smithi045.vzhlsu (mgr.14166) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:36.225 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:36.225 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:36.227 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:37.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:36.223790+0000 mon.smithi045 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.79:0/2461885360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:37.624 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:37.625 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:38.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:36.538638+0000 mgr.smithi045.vzhlsu (mgr.14166) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:39.059 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:39.060 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:39.061 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:40.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:38.538865+0000 mgr.smithi045.vzhlsu (mgr.14166) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:40.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:39.058608+0000 mon.smithi045 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.79:0/3073116312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:40.472 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:40.472 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:41.856 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:41.856 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:41.857 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:42.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:40.539093+0000 mgr.smithi045.vzhlsu (mgr.14166) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:43.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:41.854618+0000 mon.smithi045 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.79:0/1763368676' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:43.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:42.539370+0000 mgr.smithi045.vzhlsu (mgr.14166) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:43.246 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:43.246 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:44.643 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:44.643 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:44.645 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:45.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:44.539753+0000 mgr.smithi045.vzhlsu (mgr.14166) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:45.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:44.641847+0000 mon.smithi045 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.79:0/3886749831' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:46.022 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:46.023 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:47.395 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:47.395 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:47.396 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:48.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:46.540047+0000 mgr.smithi045.vzhlsu (mgr.14166) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:48.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:46.738738+0000 mon.smithi045 (mon.0) 144 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:48.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:47.393602+0000 mon.smithi045 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.79:0/938421516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:48.784 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:48.785 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:49.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:51:46.740989+0000 mgr.smithi045.vzhlsu (mgr.14166) 26 : cephadm [INF] Deploying daemon node-exporter.smithi045 on smithi045 2023-10-11T15:51:50.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:48.540446+0000 mgr.smithi045.vzhlsu (mgr.14166) 27 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:50.165 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:50.166 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:50.167 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:50.164016+0000 mon.smithi045 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.79:0/3687913031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:51.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:51.562 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:52.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:50.540838+0000 mgr.smithi045.vzhlsu (mgr.14166) 28 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:52.937 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:52.937 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:52.939 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:53.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:51.691432+0000 mon.smithi045 (mon.0) 147 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:53.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:52.541175+0000 mgr.smithi045.vzhlsu (mgr.14166) 29 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:53.986 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:52.936026+0000 mon.smithi045 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.79:0/2462269045' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:54.326 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:54.327 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:55.693 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:55.693 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:55.694 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:55.958 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:54.541461+0000 mgr.smithi045.vzhlsu (mgr.14166) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:57.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:55.691552+0000 mon.smithi045 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.79:0/4189340658' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:57.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:56.056828+0000 mon.smithi045 (mon.0) 150 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:57.081 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:57.082 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:51:58.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:51:56.063225+0000 mgr.smithi045.vzhlsu (mgr.14166) 31 : cephadm [INF] Deploying daemon prometheus.smithi045 on smithi045 2023-10-11T15:51:58.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:56.541730+0000 mgr.smithi045.vzhlsu (mgr.14166) 32 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:51:58.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:56.694738+0000 mon.smithi045 (mon.0) 151 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:51:58.414 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:51:58.414 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:51:58.416 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:51:59.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:51:58.412924+0000 mon.smithi045 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.79:0/3393700073' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:51:59.812 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:51:59.813 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:52:00.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:51:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:51:58.542068+0000 mgr.smithi045.vzhlsu (mgr.14166) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:01.186 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:52:01.186 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:52:01.187 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:52:02.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:00.542337+0000 mgr.smithi045.vzhlsu (mgr.14166) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:02.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:01.184435+0000 mon.smithi045 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.79:0/1149870650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:52:02.581 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:52:02.582 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:52:03.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:02.542924+0000 mgr.smithi045.vzhlsu (mgr.14166) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:03.964 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:52:03.965 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:52:03.966 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:52:05.001 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:03.963650+0000 mon.smithi045 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.79:0/870428129' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:52:05.348 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:52:05.349 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:52:05.897 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:04.543191+0000 mgr.smithi045.vzhlsu (mgr.14166) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:06.836 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:52:06.836 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:52:06.838 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:52:07.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:05.861775+0000 mon.smithi045 (mon.0) 155 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:07.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:05.862730+0000 mon.smithi045 (mon.0) 156 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:52:07.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:05.863726+0000 mon.smithi045 (mon.0) 157 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:07.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:05.864403+0000 mon.smithi045 (mon.0) 158 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:52:07.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:06.295671+0000 mon.smithi045 (mon.0) 159 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:07.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:06.543530+0000 mgr.smithi045.vzhlsu (mgr.14166) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:07.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:06.575757+0000 mon.smithi045 (mon.0) 160 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:07.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:06.698271+0000 mon.smithi045 (mon.0) 161 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:07.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:06.700092+0000 mon.smithi045 (mon.0) 162 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:52:07.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:06.701823+0000 mon.smithi045 (mon.0) 163 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:52:07.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:06.835219+0000 mon.smithi045 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.79:0/2069967370' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:52:08.781 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:52:08.781 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:52:09.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:08.392524+0000 mon.smithi045 (mon.0) 165 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:09.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:08.393129+0000 mgr.smithi045.vzhlsu (mgr.14166) 38 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T15:52:09.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:08.408245+0000 mgr.smithi045.vzhlsu (mgr.14166) 39 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:52:09.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:08.436525+0000 mon.smithi045 (mon.0) 166 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:09.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:08.543980+0000 mgr.smithi045.vzhlsu (mgr.14166) 40 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:09.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:09.071196+0000 mon.smithi045 (mon.0) 167 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:10.271 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:52:10.272 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:52:10.274 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:52:11.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:09.748196+0000 mon.smithi045 (mon.0) 168 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:11.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:09.748968+0000 mon.smithi045 (mon.0) 169 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:52:11.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:09.752218+0000 mon.smithi045 (mon.0) 170 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:11.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:09.754344+0000 mon.smithi045 (mon.0) 171 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:52:11.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:09.756278+0000 mon.smithi045 (mon.0) 172 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-11T15:52:11.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:09.757128+0000 mon.smithi045 (mon.0) 173 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:11.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:09.758009+0000 mgr.smithi045.vzhlsu (mgr.14166) 41 : cephadm [INF] Deploying daemon crash.smithi079 on smithi079 2023-10-11T15:52:11.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:10.269883+0000 mon.smithi045 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.79:0/675911450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:52:11.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:10.544299+0000 mgr.smithi045.vzhlsu (mgr.14166) 42 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:11.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:52:11.790 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:52:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:11.932612+0000 mon.smithi045 (mon.0) 175 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:11.935097+0000 mon.smithi045 (mon.0) 176 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:52:13.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:11.937119+0000 mon.smithi045 (mon.0) 177 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-11T15:52:13.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:11.938002+0000 mon.smithi045 (mon.0) 178 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:52:13.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:11.939041+0000 mon.smithi045 (mon.0) 179 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:13.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:11.939905+0000 mgr.smithi045.vzhlsu (mgr.14166) 43 : cephadm [INF] Deploying daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T15:52:13.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:12.544629+0000 mgr.smithi045.vzhlsu (mgr.14166) 44 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:13.717 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:52:13.717 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:50:08.984316Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:52:13.719 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2023-10-11T15:52:14.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:13.715751+0000 mon.smithi045 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.79:0/3265769881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:52:14.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:13.857835+0000 mon.smithi045 (mon.0) 181 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:14.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:13.859996+0000 mon.smithi045 (mon.0) 182 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:52:14.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:13.860860+0000 mon.smithi045 (mon.0) 183 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:15.148 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:52:15.149 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:52:16.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:13.861572+0000 mgr.smithi045.vzhlsu (mgr.14166) 45 : cephadm [INF] Deploying daemon mon.smithi079 on smithi079 2023-10-11T15:52:16.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:14.545068+0000 mgr.smithi045.vzhlsu (mgr.14166) 46 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:16.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 systemd[1]: Started Ceph mon.smithi079 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T15:52:16.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.381+0000 7f1d98f39700 1 mon.smithi079@-1(???) e0 preinit fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:52:16.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.410+0000 7f1d82546700 0 mon.smithi079@-1(synchronizing).mds e1 new map 2023-10-11T15:52:16.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.410+0000 7f1d82546700 0 mon.smithi079@-1(synchronizing).mds e1 print_map 2023-10-11T15:52:16.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: e1 2023-10-11T15:52:16.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-11T15:52:16.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: 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} 2023-10-11T15:52:16.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: legacy client fscid: -1 2023-10-11T15:52:16.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: 2023-10-11T15:52:16.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: No filesystems configured 2023-10-11T15:52:16.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: 2023-10-11T15:52:16.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.410+0000 7f1d82546700 1 mon.smithi079@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-11T15:52:16.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.410+0000 7f1d82546700 1 mon.smithi079@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-11T15:52:16.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.410+0000 7f1d82546700 1 mon.smithi079@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-11T15:52:16.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.410+0000 7f1d82546700 1 mon.smithi079@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-11T15:52:16.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.410+0000 7f1d82546700 1 mon.smithi079@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-11T15:52:16.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.410+0000 7f1d82546700 1 mon.smithi079@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-11T15:52:16.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.410+0000 7f1d82546700 1 mon.smithi079@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-11T15:52:16.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.411+0000 7f1d82546700 0 mon.smithi079@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-11T15:52:16.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.411+0000 7f1d82546700 0 mon.smithi079@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:52:16.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.411+0000 7f1d82546700 0 mon.smithi079@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:52:16.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.411+0000 7f1d82546700 0 mon.smithi079@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:52:16.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:13.861572+0000 mgr.smithi045.vzhlsu (mgr.14166) 45 : cephadm [INF] Deploying daemon mon.smithi079 on smithi079 2023-10-11T15:52:16.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:14.545068+0000 mgr.smithi045.vzhlsu (mgr.14166) 46 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:16.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.411+0000 7f1d82546700 1 mon.smithi079@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2023-10-11T15:52:16.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta expand map: {default=false} 2023-10-11T15:52:16.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta from 'false' to 'false' 2023-10-11T15:52:16.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta expanded map: {default=false} 2023-10-11T15:52:16.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta expand map: {default=info} 2023-10-11T15:52:16.640 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta from 'info' to 'info' 2023-10-11T15:52:16.640 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta expanded map: {default=info} 2023-10-11T15:52:16.640 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta expand map: {default=daemon} 2023-10-11T15:52:16.640 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-10-11T15:52:16.640 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta expanded map: {default=daemon} 2023-10-11T15:52:16.640 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta expand map: {default=debug} 2023-10-11T15:52:16.641 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta from 'debug' to 'debug' 2023-10-11T15:52:16.641 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T15:52:16.413+0000 7f1d82546700 20 expand_channel_meta expanded map: {default=debug} 2023-10-11T15:52:21.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:16.419498+0000 mon.smithi045 (mon.0) 185 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:52:21.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:16.419711+0000 mon.smithi045 (mon.0) 186 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:16.419843+0000 mon.smithi045 (mon.0) 187 : cluster [INF] mon.smithi045 calling monitor election 2023-10-11T15:52:21.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:16.545283+0000 mgr.smithi045.vzhlsu (mgr.14166) 47 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:21.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:17.416281+0000 mon.smithi045 (mon.0) 188 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:18.416338+0000 mon.smithi045 (mon.0) 189 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:18.417788+0000 mon.smithi079 (mon.1) 1 : cluster [INF] mon.smithi079 calling monitor election 2023-10-11T15:52:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:18.545622+0000 mgr.smithi045.vzhlsu (mgr.14166) 48 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:18.947670+0000 mon.smithi045 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.79:0/618317512' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/crt"}]: dispatch 2023-10-11T15:52:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:19.416549+0000 mon.smithi045 (mon.0) 191 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:20.416587+0000 mon.smithi045 (mon.0) 192 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:20.546018+0000 mgr.smithi045.vzhlsu (mgr.14166) 49 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:21.416744+0000 mon.smithi045 (mon.0) 193 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:21.435244+0000 mon.smithi045 (mon.0) 194 : cluster [INF] mon.smithi045 is new leader, mons smithi045,smithi079 in quorum (ranks 0,1) 2023-10-11T15:52:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:21.438383+0000 mon.smithi045 (mon.0) 195 : cluster [DBG] monmap e2: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} 2023-10-11T15:52:21.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:21.438431+0000 mon.smithi045 (mon.0) 196 : cluster [DBG] fsmap 2023-10-11T15:52:21.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:21.438455+0000 mon.smithi045 (mon.0) 197 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-10-11T15:52:21.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:21.438687+0000 mon.smithi045 (mon.0) 198 : cluster [DBG] mgrmap e17: smithi045.vzhlsu(active, since 74s) 2023-10-11T15:52:21.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:21.439833+0000 mon.smithi045 (mon.0) 199 : cluster [DBG] Standby manager daemon smithi079.mdpxci started 2023-10-11T15:52:21.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:21.440855+0000 mon.smithi045 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.79:0/618317512' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:52:21.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:21.442600+0000 mon.smithi045 (mon.0) 201 : cluster [INF] overall HEALTH_OK 2023-10-11T15:52:21.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:21.443110+0000 mon.smithi045 (mon.0) 202 : audit [DBG] from='mgr.? 172.21.15.79:0/618317512' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/key"}]: dispatch 2023-10-11T15:52:21.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:21.444869+0000 mon.smithi045 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:21.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:21.445395+0000 mon.smithi045 (mon.0) 204 : audit [DBG] from='mgr.? 172.21.15.79:0/618317512' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:52:21.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:21.447259+0000 mon.smithi045 (mon.0) 205 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:21.818 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:16.419498+0000 mon.smithi045 (mon.0) 185 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:52:21.818 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:16.419711+0000 mon.smithi045 (mon.0) 186 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.819 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:16.419843+0000 mon.smithi045 (mon.0) 187 : cluster [INF] mon.smithi045 calling monitor election 2023-10-11T15:52:21.819 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:16.545283+0000 mgr.smithi045.vzhlsu (mgr.14166) 47 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:21.819 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:17.416281+0000 mon.smithi045 (mon.0) 188 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.819 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:18.416338+0000 mon.smithi045 (mon.0) 189 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.820 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:18.417788+0000 mon.smithi079 (mon.1) 1 : cluster [INF] mon.smithi079 calling monitor election 2023-10-11T15:52:21.820 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:18.545622+0000 mgr.smithi045.vzhlsu (mgr.14166) 48 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:21.820 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:18.947670+0000 mon.smithi045 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.79:0/618317512' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/crt"}]: dispatch 2023-10-11T15:52:21.820 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:19.416549+0000 mon.smithi045 (mon.0) 191 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.820 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:20.416587+0000 mon.smithi045 (mon.0) 192 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.820 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:20.546018+0000 mgr.smithi045.vzhlsu (mgr.14166) 49 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:21.821 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:21.416744+0000 mon.smithi045 (mon.0) 193 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:21.821 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:21.435244+0000 mon.smithi045 (mon.0) 194 : cluster [INF] mon.smithi045 is new leader, mons smithi045,smithi079 in quorum (ranks 0,1) 2023-10-11T15:52:21.821 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:21.438383+0000 mon.smithi045 (mon.0) 195 : cluster [DBG] monmap e2: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} 2023-10-11T15:52:21.821 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:21.438431+0000 mon.smithi045 (mon.0) 196 : cluster [DBG] fsmap 2023-10-11T15:52:21.821 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:21.438455+0000 mon.smithi045 (mon.0) 197 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-10-11T15:52:21.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:21.438687+0000 mon.smithi045 (mon.0) 198 : cluster [DBG] mgrmap e17: smithi045.vzhlsu(active, since 74s) 2023-10-11T15:52:21.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:21.439833+0000 mon.smithi045 (mon.0) 199 : cluster [DBG] Standby manager daemon smithi079.mdpxci started 2023-10-11T15:52:21.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:21.440855+0000 mon.smithi045 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.79:0/618317512' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:52:21.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:21.442600+0000 mon.smithi045 (mon.0) 201 : cluster [INF] overall HEALTH_OK 2023-10-11T15:52:21.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:21.443110+0000 mon.smithi045 (mon.0) 202 : audit [DBG] from='mgr.? 172.21.15.79:0/618317512' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/key"}]: dispatch 2023-10-11T15:52:21.823 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:21.444869+0000 mon.smithi045 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:21.823 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:21.445395+0000 mon.smithi045 (mon.0) 204 : audit [DBG] from='mgr.? 172.21.15.79:0/618317512' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:52:21.823 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:21.447259+0000 mon.smithi045 (mon.0) 205 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:22.760 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-10-11T15:52:22.761 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":2,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:52:16.416803Z","created":"2023-10-11T15:50:08.984316Z","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":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-11T15:52:22.762 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 2 2023-10-11T15:52:22.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:21.447121+0000 mgr.smithi045.vzhlsu (mgr.14166) 50 : cephadm [INF] Deploying daemon node-exporter.smithi079 on smithi079 2023-10-11T15:52:22.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:21.500047+0000 mon.smithi045 (mon.0) 206 : cluster [DBG] mgrmap e18: smithi045.vzhlsu(active, since 75s), standbys: smithi079.mdpxci 2023-10-11T15:52:22.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:21.500199+0000 mon.smithi045 (mon.0) 207 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi079.mdpxci", "id": "smithi079.mdpxci"}]: dispatch 2023-10-11T15:52:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:22.416842+0000 mon.smithi045 (mon.0) 208 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:22.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:21.447121+0000 mgr.smithi045.vzhlsu (mgr.14166) 50 : cephadm [INF] Deploying daemon node-exporter.smithi079 on smithi079 2023-10-11T15:52:22.789 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:21.500047+0000 mon.smithi045 (mon.0) 206 : cluster [DBG] mgrmap e18: smithi045.vzhlsu(active, since 75s), standbys: smithi079.mdpxci 2023-10-11T15:52:22.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:21.500199+0000 mon.smithi045 (mon.0) 207 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi079.mdpxci", "id": "smithi079.mdpxci"}]: dispatch 2023-10-11T15:52:22.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:22.416842+0000 mon.smithi045 (mon.0) 208 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:52:23.142 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-11T15:52:23.142 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-11T15:52:23.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:22.546272+0000 mgr.smithi045.vzhlsu (mgr.14166) 51 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:23.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:22.758189+0000 mon.smithi045 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.79:0/4143524751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:52:23.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:22.546272+0000 mgr.smithi045.vzhlsu (mgr.14166) 51 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:23.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:22.758189+0000 mon.smithi045 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.79:0/4143524751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:52:24.675 INFO:teuthology.orchestra.run.smithi045.stdout:# minimal ceph.conf for c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:52:24.676 INFO:teuthology.orchestra.run.smithi045.stdout:[global] 2023-10-11T15:52:24.676 INFO:teuthology.orchestra.run.smithi045.stdout: fsid = c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T15:52:24.676 INFO:teuthology.orchestra.run.smithi045.stdout: mon_host = [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] 2023-10-11T15:52:25.052 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-11T15:52:25.052 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:52:25.053 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2023-10-11T15:52:25.090 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:52:25.091 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:52:25.166 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-11T15:52:25.166 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2023-10-11T15:52:25.205 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-11T15:52:25.205 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:52:25.277 INFO:tasks.cephadm:Deploying OSDs... 2023-10-11T15:52:25.277 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:52:25.278 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:52:25.301 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-11T15:52:25.302 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2023-10-11T15:52:25.365 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-11T15:52:25.366 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:52:25.366 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 396129 Links: 1 2023-10-11T15:52:25.366 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:52:25.366 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:52:25.367 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-10-11 15:52:05.385410070 +0000 2023-10-11T15:52:25.367 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-10-11 15:48:33.297786323 +0000 2023-10-11T15:52:25.367 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-10-11 15:48:33.297786323 +0000 2023-10-11T15:52:25.367 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-10-11T15:52:25.367 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-11T15:52:25.440 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-10-11T15:52:25.440 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-10-11T15:52:25.440 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000130078 s, 3.9 MB/s 2023-10-11T15:52:25.441 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-11T15:52:25.506 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2023-10-11T15:52:25.570 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-11T15:52:25.571 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:52:25.571 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 397886 Links: 1 2023-10-11T15:52:25.571 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:52:25.571 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:52:25.571 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-10-11 15:52:05.385410070 +0000 2023-10-11T15:52:25.572 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-10-11 15:48:33.861776907 +0000 2023-10-11T15:52:25.572 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-10-11 15:48:33.861776907 +0000 2023-10-11T15:52:25.572 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-10-11T15:52:25.572 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-11T15:52:25.646 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-10-11T15:52:25.646 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-10-11T15:52:25.646 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000107752 s, 4.8 MB/s 2023-10-11T15:52:25.647 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-11T15:52:25.713 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2023-10-11T15:52:25.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:24.546540+0000 mgr.smithi045.vzhlsu (mgr.14166) 52 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:25.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:24.674665+0000 mon.smithi045 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.45:0/524873237' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:25.776 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-11T15:52:25.776 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:52:25.776 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 397958 Links: 1 2023-10-11T15:52:25.777 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:52:25.777 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:52:25.777 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-10-11 15:52:05.385410070 +0000 2023-10-11T15:52:25.777 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-10-11 15:48:34.427767457 +0000 2023-10-11T15:52:25.777 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-10-11 15:48:34.427767457 +0000 2023-10-11T15:52:25.778 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-10-11T15:52:25.778 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-11T15:52:25.850 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-10-11T15:52:25.850 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-10-11T15:52:25.851 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000123562 s, 4.1 MB/s 2023-10-11T15:52:25.852 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-11T15:52:25.916 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2023-10-11T15:52:25.980 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-11T15:52:25.980 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:52:25.980 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 6h/6d Inode: 400557 Links: 1 2023-10-11T15:52:25.981 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:52:25.981 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:52:25.981 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2023-10-11 15:52:05.385410070 +0000 2023-10-11T15:52:25.981 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2023-10-11 15:48:34.984758158 +0000 2023-10-11T15:52:25.981 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2023-10-11 15:48:34.984758158 +0000 2023-10-11T15:52:25.982 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: - 2023-10-11T15:52:25.982 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-11T15:52:26.054 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2023-10-11T15:52:26.055 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2023-10-11T15:52:26.055 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000130493 s, 3.9 MB/s 2023-10-11T15:52:26.056 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-11T15:52:26.123 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-10-11T15:52:26.123 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:52:26.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:24.546540+0000 mgr.smithi045.vzhlsu (mgr.14166) 52 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:26.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:24.674665+0000 mon.smithi045 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.45:0/524873237' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:26.146 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-11T15:52:26.147 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2023-10-11T15:52:26.208 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-11T15:52:26.209 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:52:26.209 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 395793 Links: 1 2023-10-11T15:52:26.209 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:52:26.209 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:52:26.210 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-10-11 15:52:21.869424547 +0000 2023-10-11T15:52:26.210 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-10-11 15:48:42.887817359 +0000 2023-10-11T15:52:26.210 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-10-11 15:48:42.887817359 +0000 2023-10-11T15:52:26.210 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-10-11T15:52:26.211 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-11T15:52:26.279 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-10-11T15:52:26.279 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-10-11T15:52:26.279 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.00025995 s, 2.0 MB/s 2023-10-11T15:52:26.281 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-11T15:52:26.343 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2023-10-11T15:52:26.403 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-11T15:52:26.403 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:52:26.404 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 395924 Links: 1 2023-10-11T15:52:26.404 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:52:26.404 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:52:26.404 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-10-11 15:52:21.869424547 +0000 2023-10-11T15:52:26.404 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-10-11 15:48:43.384805946 +0000 2023-10-11T15:52:26.405 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-10-11 15:48:43.384805946 +0000 2023-10-11T15:52:26.405 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-10-11T15:52:26.405 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-11T15:52:26.471 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-10-11T15:52:26.472 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-10-11T15:52:26.472 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000245537 s, 2.1 MB/s 2023-10-11T15:52:26.473 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-11T15:52:26.533 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2023-10-11T15:52:26.592 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-11T15:52:26.593 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:52:26.593 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 401450 Links: 1 2023-10-11T15:52:26.593 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:52:26.593 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:52:26.594 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-10-11 15:52:21.869424547 +0000 2023-10-11T15:52:26.594 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-10-11 15:48:43.902794050 +0000 2023-10-11T15:52:26.594 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-10-11 15:48:43.902794050 +0000 2023-10-11T15:52:26.594 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-10-11T15:52:26.595 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-11T15:52:26.659 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-10-11T15:52:26.660 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-10-11T15:52:26.660 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000237151 s, 2.2 MB/s 2023-10-11T15:52:26.661 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-11T15:52:26.720 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2023-10-11T15:52:26.778 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-11T15:52:26.778 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:52:26.779 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 396406 Links: 1 2023-10-11T15:52:26.779 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:52:26.779 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2023-10-11T15:52:26.779 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-10-11 15:52:21.869424547 +0000 2023-10-11T15:52:26.780 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-10-11 15:48:44.404782522 +0000 2023-10-11T15:52:26.780 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-10-11 15:48:44.404782522 +0000 2023-10-11T15:52:26.780 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-10-11T15:52:26.780 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-11T15:52:26.844 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-10-11T15:52:26.845 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-10-11T15:52:26.845 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000232643 s, 2.2 MB/s 2023-10-11T15:52:26.846 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-11T15:52:26.905 INFO:tasks.cephadm:Deploying osd.0 on smithi045 with /dev/vg_nvme/lv_4... 2023-10-11T15:52:26.906 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-11T15:52:27.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:26.546927+0000 mgr.smithi045.vzhlsu (mgr.14166) 53 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:27.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:26.546927+0000 mgr.smithi045.vzhlsu (mgr.14166) 53 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:28.406 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-11T15:52:28.406 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-11T15:52:28.406 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-10-11T15:52:28.407 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-10-11T15:52:28.407 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00887842 s, 1.2 GB/s 2023-10-11T15:52:28.407 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-10-11T15:52:28.803 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi045:vg_nvme/lv_4 2023-10-11T15:52:29.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:28.547233+0000 mgr.smithi045.vzhlsu (mgr.14166) 54 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:29.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:28.547233+0000 mgr.smithi045.vzhlsu (mgr.14166) 54 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:30.989 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:30.196665+0000 mon.smithi045 (mon.0) 211 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:52:30.990 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:30.198434+0000 mon.smithi045 (mon.0) 212 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:52:30.990 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:30.199053+0000 mon.smithi045 (mon.0) 213 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:30.990 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:30.515941+0000 mon.smithi045 (mon.0) 214 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:30.991 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:30.517362+0000 mon.smithi045 (mon.0) 215 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:52:30.991 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:30.518464+0000 mon.smithi045 (mon.0) 216 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:30.991 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:30.519297+0000 mon.smithi045 (mon.0) 217 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:52:31.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:30.196665+0000 mon.smithi045 (mon.0) 211 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:52:31.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:30.198434+0000 mon.smithi045 (mon.0) 212 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:52:31.053 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:30.199053+0000 mon.smithi045 (mon.0) 213 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:31.054 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:30.515941+0000 mon.smithi045 (mon.0) 214 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:31.054 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:30.517362+0000 mon.smithi045 (mon.0) 215 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:52:31.054 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:30.518464+0000 mon.smithi045 (mon.0) 216 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:31.054 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:30.519297+0000 mon.smithi045 (mon.0) 217 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:52:31.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:30.195641+0000 mgr.smithi045.vzhlsu (mgr.14166) 55 : audit [DBG] from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:52:31.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:30.547545+0000 mgr.smithi045.vzhlsu (mgr.14166) 56 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:31.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:31.452494+0000 mon.smithi045 (mon.0) 218 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:31.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:31.627186+0000 mon.smithi045 (mon.0) 219 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:32.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:30.195641+0000 mgr.smithi045.vzhlsu (mgr.14166) 55 : audit [DBG] from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:52:32.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:30.547545+0000 mgr.smithi045.vzhlsu (mgr.14166) 56 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:32.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:31.452494+0000 mon.smithi045 (mon.0) 218 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:32.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:31.627186+0000 mon.smithi045 (mon.0) 219 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:33.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:31.627845+0000 mgr.smithi045.vzhlsu (mgr.14166) 57 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T15:52:33.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:31.670800+0000 mon.smithi045 (mon.0) 220 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:33.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:32.333265+0000 mon.smithi045 (mon.0) 221 : audit [INF] from='client.? 172.21.15.45:0/3609157510' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9aff48a9-525d-46d2-9afd-03540c4bc558"}]: dispatch 2023-10-11T15:52:33.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:32.336645+0000 mon.smithi045 (mon.0) 222 : audit [INF] from='client.? 172.21.15.45:0/3609157510' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9aff48a9-525d-46d2-9afd-03540c4bc558"}]': finished 2023-10-11T15:52:33.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:32.336688+0000 mon.smithi045 (mon.0) 223 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-10-11T15:52:33.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:32.336797+0000 mon.smithi045 (mon.0) 224 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:33.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:31.627845+0000 mgr.smithi045.vzhlsu (mgr.14166) 57 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T15:52:33.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:31.670800+0000 mon.smithi045 (mon.0) 220 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:33.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:32.333265+0000 mon.smithi045 (mon.0) 221 : audit [INF] from='client.? 172.21.15.45:0/3609157510' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9aff48a9-525d-46d2-9afd-03540c4bc558"}]: dispatch 2023-10-11T15:52:33.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:32.336645+0000 mon.smithi045 (mon.0) 222 : audit [INF] from='client.? 172.21.15.45:0/3609157510' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9aff48a9-525d-46d2-9afd-03540c4bc558"}]': finished 2023-10-11T15:52:33.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:32.336688+0000 mon.smithi045 (mon.0) 223 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-10-11T15:52:33.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:32.336797+0000 mon.smithi045 (mon.0) 224 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:31.648322+0000 mgr.smithi045.vzhlsu (mgr.14166) 58 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:52:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:32.547824+0000 mgr.smithi045.vzhlsu (mgr.14166) 59 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:34.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:32.840097+0000 mon.smithi045 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.45:0/3158485923' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:52:34.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:31.648322+0000 mgr.smithi045.vzhlsu (mgr.14166) 58 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:52:34.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:32.547824+0000 mgr.smithi045.vzhlsu (mgr.14166) 59 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:34.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:32.840097+0000 mon.smithi045 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.45:0/3158485923' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:52:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:33.957279+0000 mon.smithi045 (mon.0) 226 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:34.242298+0000 mgr.smithi045.vzhlsu (mgr.14166) 60 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T15:52:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:34.269433+0000 mon.smithi045 (mon.0) 227 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:34.274373+0000 mon.smithi045 (mon.0) 228 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:35.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:34.277051+0000 mgr.smithi045.vzhlsu (mgr.14166) 61 : cephadm [INF] Reconfiguring mon.smithi045 (unknown last config time)... 2023-10-11T15:52:35.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:34.277297+0000 mon.smithi045 (mon.0) 229 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:52:35.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:34.277903+0000 mon.smithi045 (mon.0) 230 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:52:35.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:34.278507+0000 mon.smithi045 (mon.0) 231 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:35.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:34.279005+0000 mgr.smithi045.vzhlsu (mgr.14166) 62 : cephadm [INF] Reconfiguring daemon mon.smithi045 on smithi045 2023-10-11T15:52:35.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:34.548204+0000 mgr.smithi045.vzhlsu (mgr.14166) 63 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:33.957279+0000 mon.smithi045 (mon.0) 226 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:34.242298+0000 mgr.smithi045.vzhlsu (mgr.14166) 60 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T15:52:35.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:34.269433+0000 mon.smithi045 (mon.0) 227 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:35.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:34.274373+0000 mon.smithi045 (mon.0) 228 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:35.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:34.277051+0000 mgr.smithi045.vzhlsu (mgr.14166) 61 : cephadm [INF] Reconfiguring mon.smithi045 (unknown last config time)... 2023-10-11T15:52:35.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:34.277297+0000 mon.smithi045 (mon.0) 229 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:52:35.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:34.277903+0000 mon.smithi045 (mon.0) 230 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:52:35.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:34.278507+0000 mon.smithi045 (mon.0) 231 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:35.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:34.279005+0000 mgr.smithi045.vzhlsu (mgr.14166) 62 : cephadm [INF] Reconfiguring daemon mon.smithi045 on smithi045 2023-10-11T15:52:35.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:34.548204+0000 mgr.smithi045.vzhlsu (mgr.14166) 63 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:37.826 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:36.548558+0000 mgr.smithi045.vzhlsu (mgr.14166) 64 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:36.764360+0000 mon.smithi045 (mon.0) 232 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:36.765353+0000 mon.smithi045 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.vzhlsu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:52:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:36.766154+0000 mon.smithi045 (mon.0) 234 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:52:37.827 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:36.766765+0000 mon.smithi045 (mon.0) 235 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:37.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:36.548558+0000 mgr.smithi045.vzhlsu (mgr.14166) 64 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:37.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:36.764360+0000 mon.smithi045 (mon.0) 232 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:37.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:36.765353+0000 mon.smithi045 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.vzhlsu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:52:37.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:36.766154+0000 mon.smithi045 (mon.0) 234 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:52:37.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:36.766765+0000 mon.smithi045 (mon.0) 235 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:38.869 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:36.765059+0000 mgr.smithi045.vzhlsu (mgr.14166) 65 : cephadm [INF] Reconfiguring mgr.smithi045.vzhlsu (unknown last config time)... 2023-10-11T15:52:38.869 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:36.767331+0000 mgr.smithi045.vzhlsu (mgr.14166) 66 : cephadm [INF] Reconfiguring daemon mgr.smithi045.vzhlsu on smithi045 2023-10-11T15:52:38.869 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:37.854415+0000 mon.smithi045 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T15:52:38.870 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:37.855353+0000 mon.smithi045 (mon.0) 237 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:36.765059+0000 mgr.smithi045.vzhlsu (mgr.14166) 65 : cephadm [INF] Reconfiguring mgr.smithi045.vzhlsu (unknown last config time)... 2023-10-11T15:52:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:36.767331+0000 mgr.smithi045.vzhlsu (mgr.14166) 66 : cephadm [INF] Reconfiguring daemon mgr.smithi045.vzhlsu on smithi045 2023-10-11T15:52:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:37.854415+0000 mon.smithi045 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T15:52:38.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:37.855353+0000 mon.smithi045 (mon.0) 237 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:39.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:37.856095+0000 mgr.smithi045.vzhlsu (mgr.14166) 67 : cephadm [INF] Deploying daemon osd.0 on smithi045 2023-10-11T15:52:39.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:38.548895+0000 mgr.smithi045.vzhlsu (mgr.14166) 68 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:39.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:38.653212+0000 mon.smithi045 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:40.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:37.856095+0000 mgr.smithi045.vzhlsu (mgr.14166) 67 : cephadm [INF] Deploying daemon osd.0 on smithi045 2023-10-11T15:52:40.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:38.548895+0000 mgr.smithi045.vzhlsu (mgr.14166) 68 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:40.009 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:38.653212+0000 mon.smithi045 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:41.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:38.653854+0000 mgr.smithi045.vzhlsu (mgr.14166) 69 : cephadm [INF] Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-10-11T15:52:41.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:38.656134+0000 mgr.smithi045.vzhlsu (mgr.14166) 70 : cephadm [INF] Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-10-11T15:52:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:38.653854+0000 mgr.smithi045.vzhlsu (mgr.14166) 69 : cephadm [INF] Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-10-11T15:52:41.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:38.656134+0000 mgr.smithi045.vzhlsu (mgr.14166) 70 : cephadm [INF] Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-10-11T15:52:41.162 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 0 on host 'smithi045' 2023-10-11T15:52:41.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:40.549223+0000 mgr.smithi045.vzhlsu (mgr.14166) 71 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:41.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:41.154630+0000 mon.smithi045 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:41.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:41.159211+0000 mon.smithi045 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:42.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:40.549223+0000 mgr.smithi045.vzhlsu (mgr.14166) 71 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:42.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:41.154630+0000 mon.smithi045 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:42.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:41.159211+0000 mon.smithi045 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:42.188 DEBUG:teuthology.orchestra.run.smithi045:osd.0> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.0.service 2023-10-11T15:52:42.191 INFO:tasks.cephadm:Deploying osd.1 on smithi045 with /dev/vg_nvme/lv_3... 2023-10-11T15:52:42.191 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-11T15:52:42.228 INFO:journalctl@ceph.osd.0.smithi045.stdout:-- Logs begin at Wed 2023-10-11 15:27:34 UTC. -- 2023-10-11T15:52:42.917 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:42.549544+0000 mgr.smithi045.vzhlsu (mgr.14166) 72 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:43.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:42.549544+0000 mgr.smithi045.vzhlsu (mgr.14166) 72 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:44.739 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-11T15:52:44.739 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-11T15:52:44.740 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-10-11T15:52:44.740 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-10-11T15:52:44.740 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00997794 s, 1.1 GB/s 2023-10-11T15:52:44.740 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-10-11T15:52:44.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:44.379690+0000 mon.smithi045 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:52:44.769 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 15:52:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.0[119113]: debug 2023-10-11T15:52:44.374+0000 7f0e239d9080 -1 osd.0 0 log_to_monitors {default=true} 2023-10-11T15:52:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:44.379690+0000 mon.smithi045 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:52:45.403 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi045:vg_nvme/lv_3 2023-10-11T15:52:45.762 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.0[119113]: debug 2023-10-11T15:52:45.439+0000 7f0e19f3c700 -1 osd.0 0 waiting for initial osdmap 2023-10-11T15:52:45.763 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.0[119113]: debug 2023-10-11T15:52:45.445+0000 7f0e15eb7700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-10-11T15:52:45.763 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:44.434826+0000 mon.smithi045 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T15:52:45.763 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:44.434916+0000 mon.smithi045 (mon.0) 243 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-10-11T15:52:45.763 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:44.435525+0000 mon.smithi045 (mon.0) 244 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:45.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:44.435964+0000 mon.smithi045 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:52:45.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:44.462300+0000 mon.smithi045 (mon.0) 246 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:45.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:44.462945+0000 mgr.smithi045.vzhlsu (mgr.14166) 73 : cephadm [INF] Reconfiguring crash.smithi045 (monmap changed)... 2023-10-11T15:52:45.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:44.463242+0000 mon.smithi045 (mon.0) 247 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:52:45.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:44.464077+0000 mon.smithi045 (mon.0) 248 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:45.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:44.464772+0000 mgr.smithi045.vzhlsu (mgr.14166) 74 : cephadm [INF] Reconfiguring daemon crash.smithi045 on smithi045 2023-10-11T15:52:45.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:44.549786+0000 mgr.smithi045.vzhlsu (mgr.14166) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:45.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:45.435382+0000 mon.smithi045 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-10-11T15:52:45.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:45.435438+0000 mon.smithi045 (mon.0) 250 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-10-11T15:52:45.766 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:45.435572+0000 mon.smithi045 (mon.0) 251 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:44.434826+0000 mon.smithi045 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T15:52:45.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:44.434916+0000 mon.smithi045 (mon.0) 243 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-10-11T15:52:45.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:44.435525+0000 mon.smithi045 (mon.0) 244 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:45.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:44.435964+0000 mon.smithi045 (mon.0) 245 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:52:45.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:44.462300+0000 mon.smithi045 (mon.0) 246 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:45.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:44.462945+0000 mgr.smithi045.vzhlsu (mgr.14166) 73 : cephadm [INF] Reconfiguring crash.smithi045 (monmap changed)... 2023-10-11T15:52:45.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:44.463242+0000 mon.smithi045 (mon.0) 247 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:52:45.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:44.464077+0000 mon.smithi045 (mon.0) 248 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:45.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:44.464772+0000 mgr.smithi045.vzhlsu (mgr.14166) 74 : cephadm [INF] Reconfiguring daemon crash.smithi045 on smithi045 2023-10-11T15:52:45.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:44.549786+0000 mgr.smithi045.vzhlsu (mgr.14166) 75 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:45.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:45.435382+0000 mon.smithi045 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-10-11T15:52:45.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:45.435438+0000 mon.smithi045 (mon.0) 250 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-10-11T15:52:45.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:45.435572+0000 mon.smithi045 (mon.0) 251 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:46.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:45.442338+0000 mon.smithi045 (mon.0) 252 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:46.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:45.669845+0000 mon.smithi045 (mon.0) 253 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:46.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:45.442338+0000 mon.smithi045 (mon.0) 252 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:46.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:45.669845+0000 mon.smithi045 (mon.0) 253 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:47.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:45.332015+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:52:47.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:45.332140+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:52:47.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:45.670548+0000 mgr.smithi045.vzhlsu (mgr.14166) 76 : cephadm [INF] Reconfiguring grafana.smithi045 (dependencies changed)... 2023-10-11T15:52:47.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:45.675458+0000 mgr.smithi045.vzhlsu (mgr.14166) 77 : cephadm [INF] Reconfiguring daemon grafana.smithi045 on smithi045 2023-10-11T15:52:47.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:46.441861+0000 mon.smithi045 (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189] boot 2023-10-11T15:52:47.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:46.441891+0000 mon.smithi045 (mon.0) 255 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-10-11T15:52:47.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:46.442435+0000 mon.smithi045 (mon.0) 256 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:47.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:46.550065+0000 mgr.smithi045.vzhlsu (mgr.14166) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:47.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:46.874570+0000 mon.smithi045 (mon.0) 257 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:52:47.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:46.875857+0000 mon.smithi045 (mon.0) 258 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:52:47.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:46.876439+0000 mon.smithi045 (mon.0) 259 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:45.332015+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:52:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:45.332140+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:52:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:45.670548+0000 mgr.smithi045.vzhlsu (mgr.14166) 76 : cephadm [INF] Reconfiguring grafana.smithi045 (dependencies changed)... 2023-10-11T15:52:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:45.675458+0000 mgr.smithi045.vzhlsu (mgr.14166) 77 : cephadm [INF] Reconfiguring daemon grafana.smithi045 on smithi045 2023-10-11T15:52:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:46.441861+0000 mon.smithi045 (mon.0) 254 : cluster [INF] osd.0 [v2:172.21.15.45:6802/2356021189,v1:172.21.15.45:6803/2356021189] boot 2023-10-11T15:52:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:46.441891+0000 mon.smithi045 (mon.0) 255 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-10-11T15:52:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:46.442435+0000 mon.smithi045 (mon.0) 256 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:52:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:46.550065+0000 mgr.smithi045.vzhlsu (mgr.14166) 78 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:52:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:46.874570+0000 mon.smithi045 (mon.0) 257 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:52:47.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:46.875857+0000 mon.smithi045 (mon.0) 258 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:52:47.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:46.876439+0000 mon.smithi045 (mon.0) 259 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:48.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:46.873710+0000 mgr.smithi045.vzhlsu (mgr.14166) 79 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:52:48.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:47.449684+0000 mon.smithi045 (mon.0) 260 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-10-11T15:52:48.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:46.873710+0000 mgr.smithi045.vzhlsu (mgr.14166) 79 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:52:48.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:47.449684+0000 mon.smithi045 (mon.0) 260 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2023-10-11T15:52:49.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:48.550371+0000 mgr.smithi045.vzhlsu (mgr.14166) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:49.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:49.052978+0000 mon.smithi045 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:49.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:48.550371+0000 mgr.smithi045.vzhlsu (mgr.14166) 80 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:49.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:49.052978+0000 mon.smithi045 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:49.053776+0000 mgr.smithi045.vzhlsu (mgr.14166) 81 : cephadm [INF] Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T15:52:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:49.056147+0000 mgr.smithi045.vzhlsu (mgr.14166) 82 : cephadm [INF] Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T15:52:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:49.970212+0000 mon.smithi045 (mon.0) 262 : audit [INF] from='client.? 172.21.15.45:0/594893396' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec306d5e-ff30-493c-9fed-de0c362c9864"}]: dispatch 2023-10-11T15:52:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:49.974005+0000 mon.smithi045 (mon.0) 263 : audit [INF] from='client.? 172.21.15.45:0/594893396' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec306d5e-ff30-493c-9fed-de0c362c9864"}]': finished 2023-10-11T15:52:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:49.974068+0000 mon.smithi045 (mon.0) 264 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-10-11T15:52:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:49.974169+0000 mon.smithi045 (mon.0) 265 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:52:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:50.416576+0000 mon.smithi045 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.45:0/3771176984' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:52:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:49.053776+0000 mgr.smithi045.vzhlsu (mgr.14166) 81 : cephadm [INF] Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T15:52:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:49.056147+0000 mgr.smithi045.vzhlsu (mgr.14166) 82 : cephadm [INF] Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T15:52:51.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:49.970212+0000 mon.smithi045 (mon.0) 262 : audit [INF] from='client.? 172.21.15.45:0/594893396' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ec306d5e-ff30-493c-9fed-de0c362c9864"}]: dispatch 2023-10-11T15:52:51.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:49.974005+0000 mon.smithi045 (mon.0) 263 : audit [INF] from='client.? 172.21.15.45:0/594893396' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ec306d5e-ff30-493c-9fed-de0c362c9864"}]': finished 2023-10-11T15:52:51.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:49.974068+0000 mon.smithi045 (mon.0) 264 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-10-11T15:52:51.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:49.974169+0000 mon.smithi045 (mon.0) 265 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:52:51.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:50.416576+0000 mon.smithi045 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.45:0/3771176984' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:52:52.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:50.550692+0000 mgr.smithi045.vzhlsu (mgr.14166) 83 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:52.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:50.550692+0000 mgr.smithi045.vzhlsu (mgr.14166) 83 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:52.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:52.551009+0000 mgr.smithi045.vzhlsu (mgr.14166) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:53.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:52.551009+0000 mgr.smithi045.vzhlsu (mgr.14166) 84 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:55.995 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:54.551353+0000 mgr.smithi045.vzhlsu (mgr.14166) 85 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:56.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:54.551353+0000 mgr.smithi045.vzhlsu (mgr.14166) 85 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:57.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:55.681566+0000 mon.smithi045 (mon.0) 267 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:57.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:55.682169+0000 mgr.smithi045.vzhlsu (mgr.14166) 86 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2023-10-11T15:52:57.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:55.682484+0000 mon.smithi045 (mon.0) 268 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:52:57.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:55.683291+0000 mon.smithi045 (mon.0) 269 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:57.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:55.683898+0000 mgr.smithi045.vzhlsu (mgr.14166) 87 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2023-10-11T15:52:57.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:56.551710+0000 mgr.smithi045.vzhlsu (mgr.14166) 88 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:57.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:56.556790+0000 mon.smithi045 (mon.0) 270 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:57.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:56.557383+0000 mgr.smithi045.vzhlsu (mgr.14166) 89 : cephadm [INF] Reconfiguring mgr.smithi079.mdpxci (monmap changed)... 2023-10-11T15:52:57.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:56.557753+0000 mon.smithi045 (mon.0) 271 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:52:57.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:56.558766+0000 mon.smithi045 (mon.0) 272 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:52:57.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:56.559572+0000 mon.smithi045 (mon.0) 273 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:57.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:56.560262+0000 mgr.smithi045.vzhlsu (mgr.14166) 90 : cephadm [INF] Reconfiguring daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T15:52:57.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:56.654887+0000 mon.smithi045 (mon.0) 274 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T15:52:57.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:56.655700+0000 mon.smithi045 (mon.0) 275 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:57.021 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:55.681566+0000 mon.smithi045 (mon.0) 267 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:57.022 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:55.682169+0000 mgr.smithi045.vzhlsu (mgr.14166) 86 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2023-10-11T15:52:57.022 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:55.682484+0000 mon.smithi045 (mon.0) 268 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:52:57.022 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:55.683291+0000 mon.smithi045 (mon.0) 269 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:57.022 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:55.683898+0000 mgr.smithi045.vzhlsu (mgr.14166) 87 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2023-10-11T15:52:57.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:56.551710+0000 mgr.smithi045.vzhlsu (mgr.14166) 88 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:57.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:56.556790+0000 mon.smithi045 (mon.0) 270 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:57.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:56.557383+0000 mgr.smithi045.vzhlsu (mgr.14166) 89 : cephadm [INF] Reconfiguring mgr.smithi079.mdpxci (monmap changed)... 2023-10-11T15:52:57.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:56.557753+0000 mon.smithi045 (mon.0) 271 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:52:57.023 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:56.558766+0000 mon.smithi045 (mon.0) 272 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:52:57.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:56.559572+0000 mon.smithi045 (mon.0) 273 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:57.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:56.560262+0000 mgr.smithi045.vzhlsu (mgr.14166) 90 : cephadm [INF] Reconfiguring daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T15:52:57.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:56.654887+0000 mon.smithi045 (mon.0) 274 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T15:52:57.024 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:56.655700+0000 mon.smithi045 (mon.0) 275 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:58.760 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:56.656372+0000 mgr.smithi045.vzhlsu (mgr.14166) 91 : cephadm [INF] Deploying daemon osd.1 on smithi045 2023-10-11T15:52:58.761 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:57.398804+0000 mon.smithi045 (mon.0) 276 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:58.761 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:57.399444+0000 mgr.smithi045.vzhlsu (mgr.14166) 92 : cephadm [INF] Reconfiguring mon.smithi079 (monmap changed)... 2023-10-11T15:52:58.761 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:57.399728+0000 mon.smithi045 (mon.0) 277 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:52:58.761 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:57.400678+0000 mon.smithi045 (mon.0) 278 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:52:58.762 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:57.401625+0000 mon.smithi045 (mon.0) 279 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:58.762 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:52:57.402457+0000 mgr.smithi045.vzhlsu (mgr.14166) 93 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2023-10-11T15:52:58.762 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:58.240778+0000 mon.smithi045 (mon.0) 280 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:58.762 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:58.243649+0000 mon.smithi045 (mon.0) 281 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:52:58.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:56.656372+0000 mgr.smithi045.vzhlsu (mgr.14166) 91 : cephadm [INF] Deploying daemon osd.1 on smithi045 2023-10-11T15:52:58.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:57.398804+0000 mon.smithi045 (mon.0) 276 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:58.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:57.399444+0000 mgr.smithi045.vzhlsu (mgr.14166) 92 : cephadm [INF] Reconfiguring mon.smithi079 (monmap changed)... 2023-10-11T15:52:58.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:57.399728+0000 mon.smithi045 (mon.0) 277 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:52:58.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:57.400678+0000 mon.smithi045 (mon.0) 278 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:52:58.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:57.401625+0000 mon.smithi045 (mon.0) 279 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:58.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:52:57.402457+0000 mgr.smithi045.vzhlsu (mgr.14166) 93 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2023-10-11T15:52:58.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:58.240778+0000 mon.smithi045 (mon.0) 280 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:58.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:58.243649+0000 mon.smithi045 (mon.0) 281 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:52:59.309 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 1 on host 'smithi045' 2023-10-11T15:52:59.502 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:58.244080+0000 mgr.smithi045.vzhlsu (mgr.14166) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:52:59.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:52:58.551985+0000 mgr.smithi045.vzhlsu (mgr.14166) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:59.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.301714+0000 mon.smithi045 (mon.0) 282 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.305546+0000 mon.smithi045 (mon.0) 283 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.319481+0000 mon.smithi045 (mon.0) 284 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-10-11T15:52:59.503 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.323811+0000 mon.smithi045 (mon.0) 285 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.327633+0000 mon.smithi045 (mon.0) 286 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:52:59.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.333615+0000 mon.smithi045 (mon.0) 287 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.45:3000"}]: dispatch 2023-10-11T15:52:59.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.337809+0000 mon.smithi045 (mon.0) 288 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.504 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.340634+0000 mon.smithi045 (mon.0) 289 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:52:59.505 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.345622+0000 mon.smithi045 (mon.0) 290 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.45:9095"}]: dispatch 2023-10-11T15:52:59.505 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.349892+0000 mon.smithi045 (mon.0) 291 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.505 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.352419+0000 mon.smithi045 (mon.0) 292 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:52:59.505 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.353591+0000 mon.smithi045 (mon.0) 293 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:59.505 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.354433+0000 mon.smithi045 (mon.0) 294 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:52:59.654 DEBUG:teuthology.orchestra.run.smithi045:osd.1> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.1.service 2023-10-11T15:52:59.656 INFO:tasks.cephadm:Deploying osd.2 on smithi045 with /dev/vg_nvme/lv_2... 2023-10-11T15:52:59.657 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-11T15:52:59.699 INFO:journalctl@ceph.osd.1.smithi045.stdout:-- Logs begin at Wed 2023-10-11 15:27:34 UTC. -- 2023-10-11T15:52:59.871 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:58.244080+0000 mgr.smithi045.vzhlsu (mgr.14166) 94 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:52:59.871 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:52:58.551985+0000 mgr.smithi045.vzhlsu (mgr.14166) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:52:59.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.301714+0000 mon.smithi045 (mon.0) 282 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.305546+0000 mon.smithi045 (mon.0) 283 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.319481+0000 mon.smithi045 (mon.0) 284 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-10-11T15:52:59.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.323811+0000 mon.smithi045 (mon.0) 285 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.327633+0000 mon.smithi045 (mon.0) 286 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:52:59.873 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.333615+0000 mon.smithi045 (mon.0) 287 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.45:3000"}]: dispatch 2023-10-11T15:52:59.873 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.337809+0000 mon.smithi045 (mon.0) 288 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.873 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.340634+0000 mon.smithi045 (mon.0) 289 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:52:59.873 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.345622+0000 mon.smithi045 (mon.0) 290 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.45:9095"}]: dispatch 2023-10-11T15:52:59.873 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.349892+0000 mon.smithi045 (mon.0) 291 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:52:59.874 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.352419+0000 mon.smithi045 (mon.0) 292 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:52:59.874 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.353591+0000 mon.smithi045 (mon.0) 293 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:59.874 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:52:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.354433+0000 mon.smithi045 (mon.0) 294 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:00.102 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 15:52:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.1[122402]: debug 2023-10-11T15:52:59.766+0000 7f4baf191080 -1 Falling back to public interface 2023-10-11T15:53:00.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.319828+0000 mgr.smithi045.vzhlsu (mgr.14166) 96 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-10-11T15:53:00.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.327999+0000 mgr.smithi045.vzhlsu (mgr.14166) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:53:00.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.333953+0000 mgr.smithi045.vzhlsu (mgr.14166) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.45:3000"}]: dispatch 2023-10-11T15:53:00.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.341025+0000 mgr.smithi045.vzhlsu (mgr.14166) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:53:00.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:52:59.345910+0000 mgr.smithi045.vzhlsu (mgr.14166) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.45:9095"}]: dispatch 2023-10-11T15:53:00.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:00.462007+0000 mon.smithi045 (mon.0) 295 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.319828+0000 mgr.smithi045.vzhlsu (mgr.14166) 96 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.45:9093"}]: dispatch 2023-10-11T15:53:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.327999+0000 mgr.smithi045.vzhlsu (mgr.14166) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:53:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.333953+0000 mgr.smithi045.vzhlsu (mgr.14166) 98 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.45:3000"}]: dispatch 2023-10-11T15:53:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.341025+0000 mgr.smithi045.vzhlsu (mgr.14166) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:53:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:52:59.345910+0000 mgr.smithi045.vzhlsu (mgr.14166) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.45:9095"}]: dispatch 2023-10-11T15:53:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:00.462007+0000 mon.smithi045 (mon.0) 295 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:01.413 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-11T15:53:01.414 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-11T15:53:01.414 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-10-11T15:53:01.414 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-10-11T15:53:01.414 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00988012 s, 1.1 GB/s 2023-10-11T15:53:01.414 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-10-11T15:53:01.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:00.552241+0000 mgr.smithi045.vzhlsu (mgr.14166) 101 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:53:02.001 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi045:vg_nvme/lv_2 2023-10-11T15:53:02.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:00.552241+0000 mgr.smithi045.vzhlsu (mgr.14166) 101 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:53:02.768 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 15:53:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.1[122402]: debug 2023-10-11T15:53:02.497+0000 7f4baf191080 -1 osd.1 0 log_to_monitors {default=true} 2023-10-11T15:53:02.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:02.502059+0000 mon.smithi045 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T15:53:02.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:02.552499+0000 mgr.smithi045.vzhlsu (mgr.14166) 102 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:53:03.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:02.502059+0000 mon.smithi045 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T15:53:03.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:02.552499+0000 mgr.smithi045.vzhlsu (mgr.14166) 102 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:53:03.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:02.659312+0000 mon.smithi045 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T15:53:03.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:02.659429+0000 mon.smithi045 (mon.0) 298 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-10-11T15:53:03.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:02.659531+0000 mon.smithi045 (mon.0) 299 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:53:03.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:02.659902+0000 mon.smithi045 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:53:03.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:03.004689+0000 mon.smithi045 (mon.0) 301 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:04.018 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 15:53:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.1[122402]: debug 2023-10-11T15:53:03.664+0000 7f4ba56f4700 -1 osd.1 0 waiting for initial osdmap 2023-10-11T15:53:04.019 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 15:53:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.1[122402]: debug 2023-10-11T15:53:03.670+0000 7f4b9e669700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-10-11T15:53:04.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:02.659312+0000 mon.smithi045 (mon.0) 297 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T15:53:04.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:02.659429+0000 mon.smithi045 (mon.0) 298 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-10-11T15:53:04.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:02.659531+0000 mon.smithi045 (mon.0) 299 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:53:04.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:02.659902+0000 mon.smithi045 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:53:04.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:03.004689+0000 mon.smithi045 (mon.0) 301 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:04.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:03.661211+0000 mon.smithi045 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-10-11T15:53:04.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:03.661317+0000 mon.smithi045 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2023-10-11T15:53:04.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:03.661814+0000 mon.smithi045 (mon.0) 304 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:53:04.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:03.667728+0000 mon.smithi045 (mon.0) 305 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:53:04.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:04.189830+0000 mgr.smithi045.vzhlsu (mgr.14166) 103 : audit [DBG] from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:53:04.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:04.190658+0000 mon.smithi045 (mon.0) 306 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:53:04.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:04.192106+0000 mon.smithi045 (mon.0) 307 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:53:04.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:04.192736+0000 mon.smithi045 (mon.0) 308 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:04.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:04.552765+0000 mgr.smithi045.vzhlsu (mgr.14166) 104 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:53:05.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:03.661211+0000 mon.smithi045 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-10-11T15:53:05.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:03.661317+0000 mon.smithi045 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2023-10-11T15:53:05.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:03.661814+0000 mon.smithi045 (mon.0) 304 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:53:05.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:03.667728+0000 mon.smithi045 (mon.0) 305 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:53:05.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:04.189830+0000 mgr.smithi045.vzhlsu (mgr.14166) 103 : audit [DBG] from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:53:05.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:04.190658+0000 mon.smithi045 (mon.0) 306 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:53:05.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:04.192106+0000 mon.smithi045 (mon.0) 307 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:53:05.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:04.192736+0000 mon.smithi045 (mon.0) 308 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:05.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:04.552765+0000 mgr.smithi045.vzhlsu (mgr.14166) 104 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:53:05.763 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:03.536629+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:53:05.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:03.536815+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:53:05.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:04.667274+0000 mon.smithi045 (mon.0) 309 : cluster [INF] osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692] boot 2023-10-11T15:53:05.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:04.667321+0000 mon.smithi045 (mon.0) 310 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-10-11T15:53:05.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:04.668026+0000 mon.smithi045 (mon.0) 311 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:53:06.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:03.536629+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:53:06.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:03.536815+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:53:06.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:04.667274+0000 mon.smithi045 (mon.0) 309 : cluster [INF] osd.1 [v2:172.21.15.45:6810/1118679692,v1:172.21.15.45:6811/1118679692] boot 2023-10-11T15:53:06.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:04.667321+0000 mon.smithi045 (mon.0) 310 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-10-11T15:53:06.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:04.668026+0000 mon.smithi045 (mon.0) 311 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:53:07.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:05.679064+0000 mon.smithi045 (mon.0) 312 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2023-10-11T15:53:07.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:06.186452+0000 mgr.smithi045.vzhlsu (mgr.14166) 105 : cephadm [INF] Detected new or changed devices on smithi045 2023-10-11T15:53:07.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.191190+0000 mon.smithi045 (mon.0) 313 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:07.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.192130+0000 mon.smithi045 (mon.0) 314 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:07.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.192883+0000 mon.smithi045 (mon.0) 315 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:07.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:06.193417+0000 mgr.smithi045.vzhlsu (mgr.14166) 106 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 6447M 2023-10-11T15:53:07.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.196862+0000 mon.smithi045 (mon.0) 316 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:07.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.201815+0000 mon.smithi045 (mon.0) 317 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:07.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.204988+0000 mon.smithi045 (mon.0) 318 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:07.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.205973+0000 mon.smithi045 (mon.0) 319 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:07.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.206601+0000 mon.smithi045 (mon.0) 320 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:07.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:06.553051+0000 mgr.smithi045.vzhlsu (mgr.14166) 107 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:07.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:05.679064+0000 mon.smithi045 (mon.0) 312 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2023-10-11T15:53:07.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:06.186452+0000 mgr.smithi045.vzhlsu (mgr.14166) 105 : cephadm [INF] Detected new or changed devices on smithi045 2023-10-11T15:53:07.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.191190+0000 mon.smithi045 (mon.0) 313 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:07.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.192130+0000 mon.smithi045 (mon.0) 314 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:07.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.192883+0000 mon.smithi045 (mon.0) 315 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:07.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:06.193417+0000 mgr.smithi045.vzhlsu (mgr.14166) 106 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 6447M 2023-10-11T15:53:07.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.196862+0000 mon.smithi045 (mon.0) 316 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:07.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.201815+0000 mon.smithi045 (mon.0) 317 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:07.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.204988+0000 mon.smithi045 (mon.0) 318 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:07.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.205973+0000 mon.smithi045 (mon.0) 319 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:07.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.206601+0000 mon.smithi045 (mon.0) 320 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:07.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:06.553051+0000 mgr.smithi045.vzhlsu (mgr.14166) 107 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:08.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.701065+0000 mon.smithi045 (mon.0) 321 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:53:08.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.702587+0000 mon.smithi045 (mon.0) 322 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:53:08.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.776079+0000 mon.smithi045 (mon.0) 323 : audit [INF] from='client.? 172.21.15.45:0/3151942091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db2d1f6e-a77e-4b79-91a9-dc5b53b5df1f"}]: dispatch 2023-10-11T15:53:08.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.779805+0000 mon.smithi045 (mon.0) 324 : audit [INF] from='client.? 172.21.15.45:0/3151942091' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db2d1f6e-a77e-4b79-91a9-dc5b53b5df1f"}]': finished 2023-10-11T15:53:08.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:06.779850+0000 mon.smithi045 (mon.0) 325 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-10-11T15:53:08.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:06.779981+0000 mon.smithi045 (mon.0) 326 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:08.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:07.259830+0000 mon.smithi045 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.45:0/3731874419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:53:08.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:07.370961+0000 mon.smithi045 (mon.0) 328 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:08.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.701065+0000 mon.smithi045 (mon.0) 321 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:53:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.702587+0000 mon.smithi045 (mon.0) 322 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:53:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.776079+0000 mon.smithi045 (mon.0) 323 : audit [INF] from='client.? 172.21.15.45:0/3151942091' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db2d1f6e-a77e-4b79-91a9-dc5b53b5df1f"}]: dispatch 2023-10-11T15:53:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.779805+0000 mon.smithi045 (mon.0) 324 : audit [INF] from='client.? 172.21.15.45:0/3151942091' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db2d1f6e-a77e-4b79-91a9-dc5b53b5df1f"}]': finished 2023-10-11T15:53:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:06.779850+0000 mon.smithi045 (mon.0) 325 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-10-11T15:53:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:06.779981+0000 mon.smithi045 (mon.0) 326 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:08.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:07.259830+0000 mon.smithi045 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.45:0/3731874419' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:53:08.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:07.370961+0000 mon.smithi045 (mon.0) 328 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:09.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:08.553352+0000 mgr.smithi045.vzhlsu (mgr.14166) 108 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:09.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:08.553352+0000 mgr.smithi045.vzhlsu (mgr.14166) 108 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:10.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:08.846520+0000 mon.smithi045 (mon.0) 329 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:10.243 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:08.846520+0000 mon.smithi045 (mon.0) 329 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:10.553623+0000 mgr.smithi045.vzhlsu (mgr.14166) 109 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:11.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:10.553623+0000 mgr.smithi045.vzhlsu (mgr.14166) 109 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:13.153 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:11.880288+0000 mgr.smithi045.vzhlsu (mgr.14166) 110 : cephadm [INF] Detected new or changed devices on smithi045 2023-10-11T15:53:13.153 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:11.885144+0000 mon.smithi045 (mon.0) 330 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:13.153 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:11.888395+0000 mon.smithi045 (mon.0) 331 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:13.153 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:12.554090+0000 mgr.smithi045.vzhlsu (mgr.14166) 111 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:13.154 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:12.702571+0000 mon.smithi045 (mon.0) 332 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T15:53:13.154 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:12.703440+0000 mon.smithi045 (mon.0) 333 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:11.880288+0000 mgr.smithi045.vzhlsu (mgr.14166) 110 : cephadm [INF] Detected new or changed devices on smithi045 2023-10-11T15:53:13.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:11.885144+0000 mon.smithi045 (mon.0) 330 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:13.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:11.888395+0000 mon.smithi045 (mon.0) 331 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:13.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:12.554090+0000 mgr.smithi045.vzhlsu (mgr.14166) 111 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:13.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:12.702571+0000 mon.smithi045 (mon.0) 332 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T15:53:13.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:12.703440+0000 mon.smithi045 (mon.0) 333 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:14.186 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:12.704078+0000 mgr.smithi045.vzhlsu (mgr.14166) 112 : cephadm [INF] Deploying daemon osd.2 on smithi045 2023-10-11T15:53:14.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:12.704078+0000 mgr.smithi045.vzhlsu (mgr.14166) 112 : cephadm [INF] Deploying daemon osd.2 on smithi045 2023-10-11T15:53:15.337 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 2 on host 'smithi045' 2023-10-11T15:53:15.696 DEBUG:teuthology.orchestra.run.smithi045:osd.2> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.2.service 2023-10-11T15:53:15.699 INFO:tasks.cephadm:Deploying osd.3 on smithi045 with /dev/vg_nvme/lv_1... 2023-10-11T15:53:15.700 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-11T15:53:15.739 INFO:journalctl@ceph.osd.2.smithi045.stdout:-- Logs begin at Wed 2023-10-11 15:27:34 UTC. -- 2023-10-11T15:53:15.804 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:14.554424+0000 mgr.smithi045.vzhlsu (mgr.14166) 113 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:15.805 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:15.322851+0000 mon.smithi045 (mon.0) 334 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:15.805 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:15.324735+0000 mon.smithi045 (mon.0) 335 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:15.805 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:15.327199+0000 mon.smithi045 (mon.0) 336 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:15.805 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:15.327454+0000 mon.smithi045 (mon.0) 337 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:15.806 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:15.332710+0000 mon.smithi045 (mon.0) 338 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:15.806 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 15:53:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.2[126250]: debug 2023-10-11T15:53:15.802+0000 7fef15578080 -1 Falling back to public interface 2023-10-11T15:53:16.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:14.554424+0000 mgr.smithi045.vzhlsu (mgr.14166) 113 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:16.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:15.322851+0000 mon.smithi045 (mon.0) 334 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:16.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:15.324735+0000 mon.smithi045 (mon.0) 335 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:16.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:15.327199+0000 mon.smithi045 (mon.0) 336 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:16.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:15.327454+0000 mon.smithi045 (mon.0) 337 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:16.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:15.332710+0000 mon.smithi045 (mon.0) 338 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:17.435 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-11T15:53:17.435 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-11T15:53:17.435 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2023-10-11T15:53:17.435 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2023-10-11T15:53:17.436 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0114717 s, 914 MB/s 2023-10-11T15:53:17.436 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2023-10-11T15:53:17.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:16.475491+0000 mon.smithi045 (mon.0) 339 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:17.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:16.554691+0000 mgr.smithi045.vzhlsu (mgr.14166) 114 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:16.475491+0000 mon.smithi045 (mon.0) 339 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:16.554691+0000 mgr.smithi045.vzhlsu (mgr.14166) 114 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:17.905 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi045:vg_nvme/lv_1 2023-10-11T15:53:18.727 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 15:53:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.2[126250]: debug 2023-10-11T15:53:18.539+0000 7fef15578080 -1 osd.2 0 log_to_monitors {default=true} 2023-10-11T15:53:18.728 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:18.544679+0000 mon.smithi079 (mon.1) 2 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/4219120296,v1:172.21.15.45:6819/4219120296]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:53:18.728 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:18.545149+0000 mon.smithi045 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:53:18.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:18.544679+0000 mon.smithi079 (mon.1) 2 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/4219120296,v1:172.21.15.45:6819/4219120296]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:53:18.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:18.545149+0000 mon.smithi045 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:53:19.768 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 15:53:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.2[126250]: debug 2023-10-11T15:53:19.611+0000 7fef0badb700 -1 osd.2 0 waiting for initial osdmap 2023-10-11T15:53:19.768 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 15:53:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.2[126250]: debug 2023-10-11T15:53:19.616+0000 7fef0424f700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-10-11T15:53:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:18.555179+0000 mgr.smithi045.vzhlsu (mgr.14166) 115 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:18.599202+0000 mon.smithi045 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T15:53:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:18.599260+0000 mon.smithi045 (mon.0) 342 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-10-11T15:53:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:18.599540+0000 mon.smithi045 (mon.0) 343 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:18.602052+0000 mon.smithi079 (mon.1) 3 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/4219120296,v1:172.21.15.45:6819/4219120296]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:53:19.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:18.606303+0000 mon.smithi045 (mon.0) 344 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:53:19.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:19.479951+0000 mon.smithi045 (mon.0) 345 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:19.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:18.555179+0000 mgr.smithi045.vzhlsu (mgr.14166) 115 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:19.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:18.599202+0000 mon.smithi045 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T15:53:19.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:18.599260+0000 mon.smithi045 (mon.0) 342 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-10-11T15:53:19.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:18.599540+0000 mon.smithi045 (mon.0) 343 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:19.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:18.602052+0000 mon.smithi079 (mon.1) 3 : audit [INF] from='osd.2 [v2:172.21.15.45:6818/4219120296,v1:172.21.15.45:6819/4219120296]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:53:19.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:18.606303+0000 mon.smithi045 (mon.0) 344 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:53:19.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:19.479951+0000 mon.smithi045 (mon.0) 345 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:20.707 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:19.606320+0000 mon.smithi045 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-10-11T15:53:20.707 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:19.606387+0000 mon.smithi045 (mon.0) 347 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2023-10-11T15:53:20.707 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:19.606771+0000 mon.smithi045 (mon.0) 348 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:20.707 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:19.612479+0000 mon.smithi045 (mon.0) 349 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:20.708 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:20.133355+0000 mon.smithi045 (mon.0) 350 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:53:20.708 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:20.134623+0000 mon.smithi045 (mon.0) 351 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:53:20.708 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:20.135252+0000 mon.smithi045 (mon.0) 352 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:19.606320+0000 mon.smithi045 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-10-11T15:53:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:19.606387+0000 mon.smithi045 (mon.0) 347 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2023-10-11T15:53:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:19.606771+0000 mon.smithi045 (mon.0) 348 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:19.612479+0000 mon.smithi045 (mon.0) 349 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:20.133355+0000 mon.smithi045 (mon.0) 350 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:53:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:20.134623+0000 mon.smithi045 (mon.0) 351 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:53:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:20.135252+0000 mon.smithi045 (mon.0) 352 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:21.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:19.498962+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:53:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:19.499051+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:53:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:20.132539+0000 mgr.smithi045.vzhlsu (mgr.14166) 116 : audit [DBG] from='client.14296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:53:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:20.555638+0000 mgr.smithi045.vzhlsu (mgr.14166) 117 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:20.613040+0000 mon.smithi045 (mon.0) 353 : cluster [INF] osd.2 [v2:172.21.15.45:6818/4219120296,v1:172.21.15.45:6819/4219120296] boot 2023-10-11T15:53:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:20.613097+0000 mon.smithi045 (mon.0) 354 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-10-11T15:53:21.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:20.613709+0000 mon.smithi045 (mon.0) 355 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:22.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:19.498962+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:53:22.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:19.499051+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:53:22.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:20.132539+0000 mgr.smithi045.vzhlsu (mgr.14166) 116 : audit [DBG] from='client.14296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:53:22.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:20.555638+0000 mgr.smithi045.vzhlsu (mgr.14166) 117 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:53:22.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:20.613040+0000 mon.smithi045 (mon.0) 353 : cluster [INF] osd.2 [v2:172.21.15.45:6818/4219120296,v1:172.21.15.45:6819/4219120296] boot 2023-10-11T15:53:22.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:20.613097+0000 mon.smithi045 (mon.0) 354 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-10-11T15:53:22.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:20.613709+0000 mon.smithi045 (mon.0) 355 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:53:22.649 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:21.617962+0000 mon.smithi045 (mon.0) 356 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-10-11T15:53:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:21.617962+0000 mon.smithi045 (mon.0) 356 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-10-11T15:53:23.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:22.555956+0000 mgr.smithi045.vzhlsu (mgr.14166) 118 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:23.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:22.721692+0000 mon.smithi045 (mon.0) 357 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:23.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:22.722614+0000 mon.smithi045 (mon.0) 358 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:23.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:22.723298+0000 mon.smithi045 (mon.0) 359 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:23.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:22.723905+0000 mon.smithi045 (mon.0) 360 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:23.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:22.727574+0000 mon.smithi045 (mon.0) 361 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:23.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:22.730773+0000 mon.smithi045 (mon.0) 362 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:23.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:22.734057+0000 mon.smithi045 (mon.0) 363 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:23.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:22.734967+0000 mon.smithi045 (mon.0) 364 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:23.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:22.735536+0000 mon.smithi045 (mon.0) 365 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:23.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:23.454323+0000 mon.smithi045 (mon.0) 366 : audit [INF] from='client.? 172.21.15.45:0/1834825487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbacb414-5e20-4db6-9767-cc7b8822bd69"}]: dispatch 2023-10-11T15:53:23.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:23.458736+0000 mon.smithi045 (mon.0) 367 : audit [INF] from='client.? 172.21.15.45:0/1834825487' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbacb414-5e20-4db6-9767-cc7b8822bd69"}]': finished 2023-10-11T15:53:23.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:23.458786+0000 mon.smithi045 (mon.0) 368 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-10-11T15:53:23.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:23.458890+0000 mon.smithi045 (mon.0) 369 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:24.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:22.555956+0000 mgr.smithi045.vzhlsu (mgr.14166) 118 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:24.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:22.721692+0000 mon.smithi045 (mon.0) 357 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:24.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:22.722614+0000 mon.smithi045 (mon.0) 358 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:24.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:22.723298+0000 mon.smithi045 (mon.0) 359 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:24.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:22.723905+0000 mon.smithi045 (mon.0) 360 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:24.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:22.727574+0000 mon.smithi045 (mon.0) 361 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:24.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:22.730773+0000 mon.smithi045 (mon.0) 362 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:24.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:22.734057+0000 mon.smithi045 (mon.0) 363 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:24.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:22.734967+0000 mon.smithi045 (mon.0) 364 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:24.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:22.735536+0000 mon.smithi045 (mon.0) 365 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:24.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:23.454323+0000 mon.smithi045 (mon.0) 366 : audit [INF] from='client.? 172.21.15.45:0/1834825487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbacb414-5e20-4db6-9767-cc7b8822bd69"}]: dispatch 2023-10-11T15:53:24.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:23.458736+0000 mon.smithi045 (mon.0) 367 : audit [INF] from='client.? 172.21.15.45:0/1834825487' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbacb414-5e20-4db6-9767-cc7b8822bd69"}]': finished 2023-10-11T15:53:24.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:23.458786+0000 mon.smithi045 (mon.0) 368 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-10-11T15:53:24.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:23.458890+0000 mon.smithi045 (mon.0) 369 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:22.724399+0000 mgr.smithi045.vzhlsu (mgr.14166) 119 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 4298M 2023-10-11T15:53:24.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:23.932589+0000 mon.smithi045 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.45:0/4087741181' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:53:24.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:22.724399+0000 mgr.smithi045.vzhlsu (mgr.14166) 119 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 4298M 2023-10-11T15:53:24.999 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:23.932589+0000 mon.smithi045 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.45:0/4087741181' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:53:25.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:24.556360+0000 mgr.smithi045.vzhlsu (mgr.14166) 120 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:25.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:25.345292+0000 mon.smithi045 (mon.0) 371 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:25.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:25.348505+0000 mon.smithi045 (mon.0) 372 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:26.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:24.556360+0000 mgr.smithi045.vzhlsu (mgr.14166) 120 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:26.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:25.345292+0000 mon.smithi045 (mon.0) 371 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:26.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:25.348505+0000 mon.smithi045 (mon.0) 372 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:27.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:26.556705+0000 mgr.smithi045.vzhlsu (mgr.14166) 121 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:28.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:26.556705+0000 mgr.smithi045.vzhlsu (mgr.14166) 121 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:28.948 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:28.418121+0000 mon.smithi045 (mon.0) 373 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T15:53:28.948 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:28.419031+0000 mon.smithi045 (mon.0) 374 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:29.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:28.418121+0000 mon.smithi045 (mon.0) 373 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T15:53:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:28.419031+0000 mon.smithi045 (mon.0) 374 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:29.898 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:28.419776+0000 mgr.smithi045.vzhlsu (mgr.14166) 122 : cephadm [INF] Deploying daemon osd.3 on smithi045 2023-10-11T15:53:29.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:28.556991+0000 mgr.smithi045.vzhlsu (mgr.14166) 123 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:30.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:28.419776+0000 mgr.smithi045.vzhlsu (mgr.14166) 122 : cephadm [INF] Deploying daemon osd.3 on smithi045 2023-10-11T15:53:30.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:28.556991+0000 mgr.smithi045.vzhlsu (mgr.14166) 123 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:30.914 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:30.557406+0000 mgr.smithi045.vzhlsu (mgr.14166) 124 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:30.981 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 3 on host 'smithi045' 2023-10-11T15:53:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:30.557406+0000 mgr.smithi045.vzhlsu (mgr.14166) 124 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:31.367 DEBUG:teuthology.orchestra.run.smithi045:osd.3> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.3.service 2023-10-11T15:53:31.370 INFO:tasks.cephadm:Deploying osd.4 on smithi079 with /dev/vg_nvme/lv_4... 2023-10-11T15:53:31.370 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-11T15:53:31.408 INFO:journalctl@ceph.osd.3.smithi045.stdout:-- Logs begin at Wed 2023-10-11 15:27:34 UTC. -- 2023-10-11T15:53:31.665 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 15:53:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.3[129927]: debug 2023-10-11T15:53:31.440+0000 7ff3e57aa080 -1 Falling back to public interface 2023-10-11T15:53:32.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:30.968072+0000 mon.smithi045 (mon.0) 375 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:32.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:30.969887+0000 mon.smithi045 (mon.0) 376 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:32.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:30.972271+0000 mon.smithi045 (mon.0) 377 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:32.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:30.972523+0000 mon.smithi045 (mon.0) 378 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:32.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:30.977155+0000 mon.smithi045 (mon.0) 379 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:32.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:30.979419+0000 mon.smithi045 (mon.0) 380 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-10-11T15:53:32.030 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:30.968072+0000 mon.smithi045 (mon.0) 375 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:32.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:30.969887+0000 mon.smithi045 (mon.0) 376 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:32.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:30.972271+0000 mon.smithi045 (mon.0) 377 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:32.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:30.972523+0000 mon.smithi045 (mon.0) 378 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:32.031 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:30.977155+0000 mon.smithi045 (mon.0) 379 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:32.032 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:30.979419+0000 mon.smithi045 (mon.0) 380 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-10-11T15:53:32.767 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-11T15:53:32.767 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-11T15:53:32.768 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-10-11T15:53:32.768 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-10-11T15:53:32.768 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126926 s, 826 MB/s 2023-10-11T15:53:32.768 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-10-11T15:53:33.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:31.979514+0000 mon.smithi045 (mon.0) 381 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-10-11T15:53:33.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:31.979567+0000 mon.smithi045 (mon.0) 382 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-10-11T15:53:33.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:31.979726+0000 mon.smithi045 (mon.0) 383 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:33.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:31.980793+0000 mon.smithi045 (mon.0) 384 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-11T15:53:33.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:32.557947+0000 mgr.smithi045.vzhlsu (mgr.14166) 125 : cluster [DBG] pgmap v84: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:33.188 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_4 2023-10-11T15:53:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:31.979514+0000 mon.smithi045 (mon.0) 381 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-10-11T15:53:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:31.979567+0000 mon.smithi045 (mon.0) 382 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-10-11T15:53:33.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:31.979726+0000 mon.smithi045 (mon.0) 383 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:33.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:31.980793+0000 mon.smithi045 (mon.0) 384 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-10-11T15:53:33.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:32.557947+0000 mgr.smithi045.vzhlsu (mgr.14166) 125 : cluster [DBG] pgmap v84: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:34.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:32.984780+0000 mon.smithi045 (mon.0) 385 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-10-11T15:53:34.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:32.984829+0000 mon.smithi045 (mon.0) 386 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-10-11T15:53:34.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:32.985155+0000 mon.smithi045 (mon.0) 387 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:34.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:33.648768+0000 mon.smithi045 (mon.0) 388 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:34.190 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:33.911478+0000 mon.smithi045 (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T15:53:34.268 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 15:53:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.3[129927]: debug 2023-10-11T15:53:33.906+0000 7ff3e57aa080 -1 osd.3 0 log_to_monitors {default=true} 2023-10-11T15:53:34.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:32.984780+0000 mon.smithi045 (mon.0) 385 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-10-11T15:53:34.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:32.984829+0000 mon.smithi045 (mon.0) 386 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-10-11T15:53:34.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:32.985155+0000 mon.smithi045 (mon.0) 387 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:34.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:33.648768+0000 mon.smithi045 (mon.0) 388 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:34.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:33.911478+0000 mon.smithi045 (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T15:53:34.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:33.991171+0000 mon.smithi045 (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T15:53:34.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:33.991247+0000 mon.smithi045 (mon.0) 391 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-10-11T15:53:34.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:33.991391+0000 mon.smithi045 (mon.0) 392 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:34.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:33.991760+0000 mon.smithi045 (mon.0) 393 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:53:34.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:34.513514+0000 mgr.smithi045.vzhlsu (mgr.14166) 126 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:53:34.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:34.514527+0000 mon.smithi045 (mon.0) 394 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:53:34.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:34.516452+0000 mon.smithi045 (mon.0) 395 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:53:34.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:34.517253+0000 mon.smithi045 (mon.0) 396 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:34.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:34.558206+0000 mgr.smithi045.vzhlsu (mgr.14166) 127 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:35.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:33.991171+0000 mon.smithi045 (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T15:53:35.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:33.991247+0000 mon.smithi045 (mon.0) 391 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-10-11T15:53:35.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:33.991391+0000 mon.smithi045 (mon.0) 392 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:35.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:33.991760+0000 mon.smithi045 (mon.0) 393 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T15:53:35.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:34.513514+0000 mgr.smithi045.vzhlsu (mgr.14166) 126 : audit [DBG] from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:53:35.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:34.514527+0000 mon.smithi045 (mon.0) 394 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:53:35.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:34.516452+0000 mon.smithi045 (mon.0) 395 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:53:35.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:34.517253+0000 mon.smithi045 (mon.0) 396 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:35.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:34.558206+0000 mgr.smithi045.vzhlsu (mgr.14166) 127 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:35.268 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 15:53:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.3[129927]: debug 2023-10-11T15:53:34.994+0000 7ff3dbd0d700 -1 osd.3 0 waiting for initial osdmap 2023-10-11T15:53:35.269 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 15:53:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.3[129927]: debug 2023-10-11T15:53:34.998+0000 7ff3d7c88700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-10-11T15:53:36.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:34.991724+0000 mon.smithi045 (mon.0) 397 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-10-11T15:53:36.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:34.991777+0000 mon.smithi045 (mon.0) 398 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-10-11T15:53:36.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:34.992142+0000 mon.smithi045 (mon.0) 399 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:36.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:34.996324+0000 mon.smithi045 (mon.0) 400 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:36.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:34.991724+0000 mon.smithi045 (mon.0) 397 : audit [INF] from='osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2023-10-11T15:53:36.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:34.991777+0000 mon.smithi045 (mon.0) 398 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-10-11T15:53:36.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:34.992142+0000 mon.smithi045 (mon.0) 399 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:36.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:34.996324+0000 mon.smithi045 (mon.0) 400 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:34.904117+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:53:37.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:34.904225+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:53:37.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:35.995812+0000 mon.smithi045 (mon.0) 401 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:37.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:35.999412+0000 mon.smithi045 (mon.0) 402 : cluster [INF] osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915] boot 2023-10-11T15:53:37.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:35.999439+0000 mon.smithi045 (mon.0) 403 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-10-11T15:53:37.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:35.999899+0000 mon.smithi045 (mon.0) 404 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:37.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.158237+0000 mon.smithi079 (mon.1) 4 : audit [INF] from='client.? 172.21.15.79:0/3764561604' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55b41027-eb06-4f87-8915-61514e0c9ce4"}]: dispatch 2023-10-11T15:53:37.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.158729+0000 mon.smithi045 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55b41027-eb06-4f87-8915-61514e0c9ce4"}]: dispatch 2023-10-11T15:53:37.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.163073+0000 mon.smithi045 (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55b41027-eb06-4f87-8915-61514e0c9ce4"}]': finished 2023-10-11T15:53:37.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:36.163127+0000 mon.smithi045 (mon.0) 407 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-10-11T15:53:37.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.163277+0000 mon.smithi045 (mon.0) 408 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:37.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:36.217483+0000 mgr.smithi045.vzhlsu (mgr.14166) 128 : cephadm [INF] Detected new or changed devices on smithi045 2023-10-11T15:53:37.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.222616+0000 mon.smithi045 (mon.0) 409 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:37.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.491318+0000 mon.smithi045 (mon.0) 410 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:37.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.492123+0000 mon.smithi045 (mon.0) 411 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:37.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.492808+0000 mon.smithi045 (mon.0) 412 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:37.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.493463+0000 mon.smithi045 (mon.0) 413 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:37.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:36.493977+0000 mgr.smithi045.vzhlsu (mgr.14166) 129 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 3223M 2023-10-11T15:53:37.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.497819+0000 mon.smithi045 (mon.0) 414 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:37.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.500911+0000 mon.smithi045 (mon.0) 415 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:37.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.504153+0000 mon.smithi045 (mon.0) 416 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:37.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.505081+0000 mon.smithi045 (mon.0) 417 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:37.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.505667+0000 mon.smithi045 (mon.0) 418 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:37.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:36.558514+0000 mgr.smithi045.vzhlsu (mgr.14166) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:37.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:36.571743+0000 mon.smithi079 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.79:0/4229873832' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:53:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:34.904117+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:53:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:34.904225+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:53:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:35.995812+0000 mon.smithi045 (mon.0) 401 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:35.999412+0000 mon.smithi045 (mon.0) 402 : cluster [INF] osd.3 [v2:172.21.15.45:6826/1550855915,v1:172.21.15.45:6827/1550855915] boot 2023-10-11T15:53:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:35.999439+0000 mon.smithi045 (mon.0) 403 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-10-11T15:53:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:35.999899+0000 mon.smithi045 (mon.0) 404 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:53:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.158237+0000 mon.smithi079 (mon.1) 4 : audit [INF] from='client.? 172.21.15.79:0/3764561604' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55b41027-eb06-4f87-8915-61514e0c9ce4"}]: dispatch 2023-10-11T15:53:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.158729+0000 mon.smithi045 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "55b41027-eb06-4f87-8915-61514e0c9ce4"}]: dispatch 2023-10-11T15:53:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.163073+0000 mon.smithi045 (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "55b41027-eb06-4f87-8915-61514e0c9ce4"}]': finished 2023-10-11T15:53:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:36.163127+0000 mon.smithi045 (mon.0) 407 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-10-11T15:53:37.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.163277+0000 mon.smithi045 (mon.0) 408 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:37.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:36.217483+0000 mgr.smithi045.vzhlsu (mgr.14166) 128 : cephadm [INF] Detected new or changed devices on smithi045 2023-10-11T15:53:37.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.222616+0000 mon.smithi045 (mon.0) 409 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:37.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.491318+0000 mon.smithi045 (mon.0) 410 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:37.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.492123+0000 mon.smithi045 (mon.0) 411 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:37.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.492808+0000 mon.smithi045 (mon.0) 412 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:37.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.493463+0000 mon.smithi045 (mon.0) 413 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:37.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:36.493977+0000 mgr.smithi045.vzhlsu (mgr.14166) 129 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 3223M 2023-10-11T15:53:37.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.497819+0000 mon.smithi045 (mon.0) 414 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:37.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.500911+0000 mon.smithi045 (mon.0) 415 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:37.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.504153+0000 mon.smithi045 (mon.0) 416 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:37.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.505081+0000 mon.smithi045 (mon.0) 417 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:37.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.505667+0000 mon.smithi045 (mon.0) 418 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:37.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:36.558514+0000 mgr.smithi045.vzhlsu (mgr.14166) 130 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:53:37.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:36.571743+0000 mon.smithi079 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.79:0/4229873832' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:53:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:37.508528+0000 mon.smithi045 (mon.0) 419 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-10-11T15:53:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:37.508643+0000 mon.smithi045 (mon.0) 420 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:37.508528+0000 mon.smithi045 (mon.0) 419 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-10-11T15:53:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:37.508643+0000 mon.smithi045 (mon.0) 420 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:39.721 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:38.558870+0000 mgr.smithi045.vzhlsu (mgr.14166) 131 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:39.721 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:39.217275+0000 mon.smithi045 (mon.0) 421 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:39.721 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:39.220383+0000 mon.smithi045 (mon.0) 422 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:39.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:38.558870+0000 mgr.smithi045.vzhlsu (mgr.14166) 131 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:39.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:39.217275+0000 mon.smithi045 (mon.0) 421 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:39.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:39.220383+0000 mon.smithi045 (mon.0) 422 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:41.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:40.559239+0000 mgr.smithi045.vzhlsu (mgr.14166) 132 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:41.076 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:40.559239+0000 mgr.smithi045.vzhlsu (mgr.14166) 132 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:42.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:40.757369+0000 mon.smithi045 (mon.0) 423 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T15:53:42.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:40.758268+0000 mon.smithi045 (mon.0) 424 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:42.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:40.758999+0000 mgr.smithi045.vzhlsu (mgr.14166) 133 : cephadm [INF] Deploying daemon osd.4 on smithi079 2023-10-11T15:53:42.026 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:40.757369+0000 mon.smithi045 (mon.0) 423 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T15:53:42.026 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:40.758268+0000 mon.smithi045 (mon.0) 424 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:42.026 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:40.758999+0000 mgr.smithi045.vzhlsu (mgr.14166) 133 : cephadm [INF] Deploying daemon osd.4 on smithi079 2023-10-11T15:53:42.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:42.559631+0000 mgr.smithi045.vzhlsu (mgr.14166) 134 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:43.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:42.559631+0000 mgr.smithi045.vzhlsu (mgr.14166) 134 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:43.054 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 4 on host 'smithi079' 2023-10-11T15:53:43.484 DEBUG:teuthology.orchestra.run.smithi079:osd.4> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.4.service 2023-10-11T15:53:43.487 INFO:tasks.cephadm:Deploying osd.5 on smithi079 with /dev/vg_nvme/lv_3... 2023-10-11T15:53:43.487 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-11T15:53:43.519 INFO:journalctl@ceph.osd.4.smithi079.stdout:-- Logs begin at Wed 2023-10-11 15:27:39 UTC. -- 2023-10-11T15:53:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:43.042014+0000 mon.smithi045 (mon.0) 425 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:43.045171+0000 mon.smithi045 (mon.0) 426 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:43.045503+0000 mon.smithi045 (mon.0) 427 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:43.047573+0000 mon.smithi045 (mon.0) 428 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:43.050845+0000 mon.smithi045 (mon.0) 429 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:43.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:43.042014+0000 mon.smithi045 (mon.0) 425 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:43.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:43.045171+0000 mon.smithi045 (mon.0) 426 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:43.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:43.045503+0000 mon.smithi045 (mon.0) 427 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:43.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:43.047573+0000 mon.smithi045 (mon.0) 428 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:43.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:43.050845+0000 mon.smithi045 (mon.0) 429 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:45.580 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-11T15:53:45.581 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-11T15:53:45.581 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-10-11T15:53:45.581 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-10-11T15:53:45.581 INFO:teuthology.orchestra.run.smithi079.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0130193 s, 805 MB/s 2023-10-11T15:53:45.582 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-10-11T15:53:45.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:44.522369+0000 mon.smithi045 (mon.0) 430 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:45.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:44.560182+0000 mgr.smithi045.vzhlsu (mgr.14166) 135 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:44.522369+0000 mon.smithi045 (mon.0) 430 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:44.560182+0000 mgr.smithi045.vzhlsu (mgr.14166) 135 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:46.002 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_3 2023-10-11T15:53:46.545 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 15:53:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.4[115892]: debug 2023-10-11T15:53:46.242+0000 7f5c0cbef080 -1 osd.4 0 log_to_monitors {default=true} 2023-10-11T15:53:46.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:45.677937+0000 mon.smithi045 (mon.0) 431 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:46.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:46.246425+0000 mon.smithi079 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/502745233,v1:172.21.15.79:6801/502745233]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:53:46.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:46.247045+0000 mon.smithi045 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:53:46.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:46.560753+0000 mgr.smithi045.vzhlsu (mgr.14166) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:47.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:45.677937+0000 mon.smithi045 (mon.0) 431 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:47.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:46.246425+0000 mon.smithi079 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/502745233,v1:172.21.15.79:6801/502745233]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:53:47.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:46.247045+0000 mon.smithi045 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:53:47.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:46.560753+0000 mgr.smithi045.vzhlsu (mgr.14166) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:47.969 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:46.683480+0000 mon.smithi045 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T15:53:47.970 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:46.683542+0000 mon.smithi045 (mon.0) 434 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-10-11T15:53:47.970 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:46.683728+0000 mon.smithi045 (mon.0) 435 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:47.970 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:46.684036+0000 mon.smithi079 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/502745233,v1:172.21.15.79:6801/502745233]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:53:47.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:46.684375+0000 mon.smithi045 (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:53:47.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:47.401128+0000 mgr.smithi045.vzhlsu (mgr.14166) 137 : cephadm [INF] Detected new or changed devices on smithi079 2023-10-11T15:53:47.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.405851+0000 mon.smithi045 (mon.0) 437 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:47.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.406843+0000 mon.smithi045 (mon.0) 438 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:47.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:47.407518+0000 mgr.smithi045.vzhlsu (mgr.14166) 138 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 15962M 2023-10-11T15:53:47.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.414484+0000 mon.smithi045 (mon.0) 439 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:47.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.418434+0000 mon.smithi045 (mon.0) 440 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:47.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.422511+0000 mon.smithi045 (mon.0) 441 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:47.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.423648+0000 mon.smithi045 (mon.0) 442 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:47.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.424684+0000 mon.smithi045 (mon.0) 443 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:47.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.575629+0000 mgr.smithi045.vzhlsu (mgr.14166) 139 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:53:47.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.576471+0000 mon.smithi045 (mon.0) 444 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:53:47.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.577872+0000 mon.smithi045 (mon.0) 445 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:53:47.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.578663+0000 mon.smithi045 (mon.0) 446 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:47.974 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.4[115892]: debug 2023-10-11T15:53:47.689+0000 7f5c03152700 -1 osd.4 0 waiting for initial osdmap 2023-10-11T15:53:47.974 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.4[115892]: debug 2023-10-11T15:53:47.695+0000 7f5bfd8ca700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-10-11T15:53:47.975 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:46.683480+0000 mon.smithi045 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T15:53:47.975 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:46.683542+0000 mon.smithi045 (mon.0) 434 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-10-11T15:53:47.975 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:46.683728+0000 mon.smithi045 (mon.0) 435 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:47.975 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:46.684036+0000 mon.smithi079 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/502745233,v1:172.21.15.79:6801/502745233]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:53:47.975 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:46.684375+0000 mon.smithi045 (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:53:47.976 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:47.401128+0000 mgr.smithi045.vzhlsu (mgr.14166) 137 : cephadm [INF] Detected new or changed devices on smithi079 2023-10-11T15:53:47.976 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.405851+0000 mon.smithi045 (mon.0) 437 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:47.976 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.406843+0000 mon.smithi045 (mon.0) 438 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:53:47.976 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:47.407518+0000 mgr.smithi045.vzhlsu (mgr.14166) 138 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 15962M 2023-10-11T15:53:47.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.414484+0000 mon.smithi045 (mon.0) 439 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:47.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.418434+0000 mon.smithi045 (mon.0) 440 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:47.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.422511+0000 mon.smithi045 (mon.0) 441 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:47.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.423648+0000 mon.smithi045 (mon.0) 442 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:47.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.424684+0000 mon.smithi045 (mon.0) 443 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:47.977 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.575629+0000 mgr.smithi045.vzhlsu (mgr.14166) 139 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:53:47.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.576471+0000 mon.smithi045 (mon.0) 444 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:53:47.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.577872+0000 mon.smithi045 (mon.0) 445 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:53:47.978 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.578663+0000 mon.smithi045 (mon.0) 446 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:48.695 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.685015+0000 mon.smithi045 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-11T15:53:48.696 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:47.685106+0000 mon.smithi045 (mon.0) 448 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-10-11T15:53:48.696 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.686054+0000 mon.smithi045 (mon.0) 449 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:48.696 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:47.690383+0000 mon.smithi045 (mon.0) 450 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:48.697 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:48.561169+0000 mgr.smithi045.vzhlsu (mgr.14166) 140 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:48.697 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:48.686217+0000 mon.smithi045 (mon.0) 451 : cluster [INF] osd.4 [v2:172.21.15.79:6800/502745233,v1:172.21.15.79:6801/502745233] boot 2023-10-11T15:53:49.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.685015+0000 mon.smithi045 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-11T15:53:49.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:47.685106+0000 mon.smithi045 (mon.0) 448 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-10-11T15:53:49.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.686054+0000 mon.smithi045 (mon.0) 449 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:49.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:47.690383+0000 mon.smithi045 (mon.0) 450 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:49.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:48.561169+0000 mgr.smithi045.vzhlsu (mgr.14166) 140 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-10-11T15:53:49.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:48.686217+0000 mon.smithi045 (mon.0) 451 : cluster [INF] osd.4 [v2:172.21.15.79:6800/502745233,v1:172.21.15.79:6801/502745233] boot 2023-10-11T15:53:50.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:47.226764+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:53:50.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:47.226855+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:53:50.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:48.686271+0000 mon.smithi045 (mon.0) 452 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-10-11T15:53:50.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:48.686452+0000 mon.smithi045 (mon.0) 453 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:50.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:49.107027+0000 mon.smithi079 (mon.1) 8 : audit [INF] from='client.? 172.21.15.79:0/2117161875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b0dd4fd-90a4-4758-99b7-242cf2cd424a"}]: dispatch 2023-10-11T15:53:50.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:49.107450+0000 mon.smithi045 (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b0dd4fd-90a4-4758-99b7-242cf2cd424a"}]: dispatch 2023-10-11T15:53:50.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:49.112147+0000 mon.smithi045 (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b0dd4fd-90a4-4758-99b7-242cf2cd424a"}]': finished 2023-10-11T15:53:50.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:49.112249+0000 mon.smithi045 (mon.0) 456 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-10-11T15:53:50.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:49.112405+0000 mon.smithi045 (mon.0) 457 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:53:50.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:49.518125+0000 mon.smithi079 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.79:0/1206196846' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:53:50.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:47.226764+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:53:50.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:47.226855+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:53:50.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:48.686271+0000 mon.smithi045 (mon.0) 452 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-10-11T15:53:50.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:48.686452+0000 mon.smithi045 (mon.0) 453 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:53:50.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:49.107027+0000 mon.smithi079 (mon.1) 8 : audit [INF] from='client.? 172.21.15.79:0/2117161875' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b0dd4fd-90a4-4758-99b7-242cf2cd424a"}]: dispatch 2023-10-11T15:53:50.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:49.107450+0000 mon.smithi045 (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7b0dd4fd-90a4-4758-99b7-242cf2cd424a"}]: dispatch 2023-10-11T15:53:50.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:49.112147+0000 mon.smithi045 (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7b0dd4fd-90a4-4758-99b7-242cf2cd424a"}]': finished 2023-10-11T15:53:50.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:49.112249+0000 mon.smithi045 (mon.0) 456 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-10-11T15:53:50.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:49.112405+0000 mon.smithi045 (mon.0) 457 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:53:50.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:49.518125+0000 mon.smithi079 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.79:0/1206196846' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:53:51.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:50.113082+0000 mon.smithi045 (mon.0) 458 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2023-10-11T15:53:51.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:50.113229+0000 mon.smithi045 (mon.0) 459 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:53:51.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:50.271960+0000 mon.smithi045 (mon.0) 460 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:51.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:50.275388+0000 mon.smithi045 (mon.0) 461 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:51.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:50.561565+0000 mgr.smithi045.vzhlsu (mgr.14166) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:51.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:50.113082+0000 mon.smithi045 (mon.0) 458 : cluster [DBG] osdmap e33: 6 total, 5 up, 6 in 2023-10-11T15:53:51.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:50.113229+0000 mon.smithi045 (mon.0) 459 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:53:51.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:50.271960+0000 mon.smithi045 (mon.0) 460 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:51.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:50.275388+0000 mon.smithi045 (mon.0) 461 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:51.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:50.561565+0000 mgr.smithi045.vzhlsu (mgr.14166) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:53.696 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:52.562093+0000 mgr.smithi045.vzhlsu (mgr.14166) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:52.562093+0000 mgr.smithi045.vzhlsu (mgr.14166) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:54.803 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:53.780148+0000 mon.smithi045 (mon.0) 462 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T15:53:54.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:53.781093+0000 mon.smithi045 (mon.0) 463 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:55.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:53.780148+0000 mon.smithi045 (mon.0) 462 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T15:53:55.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:53.781093+0000 mon.smithi045 (mon.0) 463 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:55.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:53:53.781833+0000 mgr.smithi045.vzhlsu (mgr.14166) 143 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-10-11T15:53:55.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:54.562410+0000 mgr.smithi045.vzhlsu (mgr.14166) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:56.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:53:53.781833+0000 mgr.smithi045.vzhlsu (mgr.14166) 143 : cephadm [INF] Deploying daemon osd.5 on smithi079 2023-10-11T15:53:56.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:54.562410+0000 mgr.smithi045.vzhlsu (mgr.14166) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:56.134 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 5 on host 'smithi079' 2023-10-11T15:53:56.516 DEBUG:teuthology.orchestra.run.smithi079:osd.5> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.5.service 2023-10-11T15:53:56.518 INFO:tasks.cephadm:Deploying osd.6 on smithi079 with /dev/vg_nvme/lv_2... 2023-10-11T15:53:56.519 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-10-11T15:53:56.550 INFO:journalctl@ceph.osd.5.smithi079.stdout:-- Logs begin at Wed 2023-10-11 15:27:39 UTC. -- 2023-10-11T15:53:56.689 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 15:53:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.5[118736]: debug 2023-10-11T15:53:56.596+0000 7f796305a080 -1 Falling back to public interface 2023-10-11T15:53:56.690 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:56.121630+0000 mon.smithi045 (mon.0) 464 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:56.690 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:56.123672+0000 mon.smithi045 (mon.0) 465 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:56.690 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:56.126459+0000 mon.smithi045 (mon.0) 466 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:56.691 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:56.128512+0000 mon.smithi045 (mon.0) 467 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:56.691 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:56.131024+0000 mon.smithi045 (mon.0) 468 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:57.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:56.121630+0000 mon.smithi045 (mon.0) 464 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:53:57.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:56.123672+0000 mon.smithi045 (mon.0) 465 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:53:57.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:56.126459+0000 mon.smithi045 (mon.0) 466 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:57.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:56.128512+0000 mon.smithi045 (mon.0) 467 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:53:57.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:56.131024+0000 mon.smithi045 (mon.0) 468 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:57.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:56.563025+0000 mgr.smithi045.vzhlsu (mgr.14166) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:57.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:56.563025+0000 mgr.smithi045.vzhlsu (mgr.14166) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:58.483 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-10-11T15:53:58.484 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-10-11T15:53:58.484 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-10-11T15:53:58.484 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-10-11T15:53:58.484 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0153161 s, 685 MB/s 2023-10-11T15:53:58.485 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-10-11T15:53:59.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:57.876576+0000 mon.smithi045 (mon.0) 469 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:59.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:53:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:53:58.563423+0000 mgr.smithi045.vzhlsu (mgr.14166) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:59.022 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_2 2023-10-11T15:53:59.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:57.876576+0000 mon.smithi045 (mon.0) 469 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:53:59.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:53:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:53:58.563423+0000 mgr.smithi045.vzhlsu (mgr.14166) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:53:59.633 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 15:53:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.5[118736]: debug 2023-10-11T15:53:59.311+0000 7f796305a080 -1 osd.5 0 log_to_monitors {default=true} 2023-10-11T15:54:00.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:59.068935+0000 mon.smithi045 (mon.0) 470 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:00.201 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:59.316677+0000 mon.smithi079 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/3717107368,v1:172.21.15.79:6809/3717107368]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T15:54:00.201 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:53:59.317112+0000 mon.smithi045 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T15:54:00.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:59.068935+0000 mon.smithi045 (mon.0) 470 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:00.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:59.316677+0000 mon.smithi079 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/3717107368,v1:172.21.15.79:6809/3717107368]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T15:54:00.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:53:59.317112+0000 mon.smithi045 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T15:54:01.384 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.5[118736]: debug 2023-10-11T15:54:01.079+0000 7f79595bd700 -1 osd.5 0 waiting for initial osdmap 2023-10-11T15:54:01.384 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.5[118736]: debug 2023-10-11T15:54:01.084+0000 7f7954536700 -1 osd.5 35 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-10-11T15:54:01.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.073559+0000 mon.smithi045 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T15:54:01.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:00.073632+0000 mon.smithi045 (mon.0) 473 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2023-10-11T15:54:01.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.073821+0000 mon.smithi045 (mon.0) 474 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:54:01.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.074178+0000 mon.smithi079 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/3717107368,v1:172.21.15.79:6809/3717107368]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:01.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.074509+0000 mon.smithi045 (mon.0) 475 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:01.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.336642+0000 mgr.smithi045.vzhlsu (mgr.14166) 147 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:54:01.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.337610+0000 mon.smithi045 (mon.0) 476 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:54:01.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.339470+0000 mon.smithi045 (mon.0) 477 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:54:01.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.340403+0000 mon.smithi045 (mon.0) 478 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:01.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:00.563779+0000 mgr.smithi045.vzhlsu (mgr.14166) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:54:01.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.706274+0000 mon.smithi045 (mon.0) 479 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:01.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.707293+0000 mon.smithi045 (mon.0) 480 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:01.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.708237+0000 mon.smithi045 (mon.0) 481 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:01.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.712767+0000 mon.smithi045 (mon.0) 482 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:01.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.716553+0000 mon.smithi045 (mon.0) 483 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:01.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.720748+0000 mon.smithi045 (mon.0) 484 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:01.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.721987+0000 mon.smithi045 (mon.0) 485 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:01.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:00.722795+0000 mon.smithi045 (mon.0) 486 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:01.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.073559+0000 mon.smithi045 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T15:54:01.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:00.073632+0000 mon.smithi045 (mon.0) 473 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2023-10-11T15:54:01.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.073821+0000 mon.smithi045 (mon.0) 474 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:54:01.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.074178+0000 mon.smithi079 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/3717107368,v1:172.21.15.79:6809/3717107368]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:01.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.074509+0000 mon.smithi045 (mon.0) 475 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:01.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.336642+0000 mgr.smithi045.vzhlsu (mgr.14166) 147 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:54:01.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.337610+0000 mon.smithi045 (mon.0) 476 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:54:01.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.339470+0000 mon.smithi045 (mon.0) 477 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:54:01.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.340403+0000 mon.smithi045 (mon.0) 478 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:01.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:00.563779+0000 mgr.smithi045.vzhlsu (mgr.14166) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-10-11T15:54:01.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.706274+0000 mon.smithi045 (mon.0) 479 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:01.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.707293+0000 mon.smithi045 (mon.0) 480 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:01.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.708237+0000 mon.smithi045 (mon.0) 481 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:01.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.712767+0000 mon.smithi045 (mon.0) 482 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:01.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.716553+0000 mon.smithi045 (mon.0) 483 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:01.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.720748+0000 mon.smithi045 (mon.0) 484 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:01.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.721987+0000 mon.smithi045 (mon.0) 485 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:01.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:00.722795+0000 mon.smithi045 (mon.0) 486 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:02.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:54:00.700628+0000 mgr.smithi045.vzhlsu (mgr.14166) 149 : cephadm [INF] Detected new or changed devices on smithi079 2023-10-11T15:54:02.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:54:00.708981+0000 mgr.smithi045.vzhlsu (mgr.14166) 150 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 7981M 2023-10-11T15:54:02.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:01.075482+0000 mon.smithi045 (mon.0) 487 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-11T15:54:02.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:01.075587+0000 mon.smithi045 (mon.0) 488 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-10-11T15:54:02.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:01.075971+0000 mon.smithi045 (mon.0) 489 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:54:02.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:01.080197+0000 mon.smithi045 (mon.0) 490 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:54:02.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:01.952515+0000 mon.smithi079 (mon.1) 12 : audit [INF] from='client.? 172.21.15.79:0/3676704600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da56b87b-ee15-4cee-a12e-dc506f8239bb"}]: dispatch 2023-10-11T15:54:02.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:01.952874+0000 mon.smithi045 (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da56b87b-ee15-4cee-a12e-dc506f8239bb"}]: dispatch 2023-10-11T15:54:02.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:01.958215+0000 mon.smithi045 (mon.0) 492 : cluster [INF] osd.5 [v2:172.21.15.79:6808/3717107368,v1:172.21.15.79:6809/3717107368] boot 2023-10-11T15:54:02.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:01.958293+0000 mon.smithi045 (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da56b87b-ee15-4cee-a12e-dc506f8239bb"}]': finished 2023-10-11T15:54:02.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:01.958373+0000 mon.smithi045 (mon.0) 494 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-10-11T15:54:02.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:01.958503+0000 mon.smithi045 (mon.0) 495 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:54:02.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:01.958972+0000 mon.smithi045 (mon.0) 496 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:02.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:54:00.700628+0000 mgr.smithi045.vzhlsu (mgr.14166) 149 : cephadm [INF] Detected new or changed devices on smithi079 2023-10-11T15:54:02.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:54:00.708981+0000 mgr.smithi045.vzhlsu (mgr.14166) 150 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 7981M 2023-10-11T15:54:02.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:01.075482+0000 mon.smithi045 (mon.0) 487 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-11T15:54:02.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:01.075587+0000 mon.smithi045 (mon.0) 488 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2023-10-11T15:54:02.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:01.075971+0000 mon.smithi045 (mon.0) 489 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:54:02.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:01.080197+0000 mon.smithi045 (mon.0) 490 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:54:02.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:01.952515+0000 mon.smithi079 (mon.1) 12 : audit [INF] from='client.? 172.21.15.79:0/3676704600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da56b87b-ee15-4cee-a12e-dc506f8239bb"}]: dispatch 2023-10-11T15:54:02.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:01.952874+0000 mon.smithi045 (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da56b87b-ee15-4cee-a12e-dc506f8239bb"}]: dispatch 2023-10-11T15:54:02.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:01.958215+0000 mon.smithi045 (mon.0) 492 : cluster [INF] osd.5 [v2:172.21.15.79:6808/3717107368,v1:172.21.15.79:6809/3717107368] boot 2023-10-11T15:54:02.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:01.958293+0000 mon.smithi045 (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da56b87b-ee15-4cee-a12e-dc506f8239bb"}]': finished 2023-10-11T15:54:02.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:01.958373+0000 mon.smithi045 (mon.0) 494 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-10-11T15:54:02.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:01.958503+0000 mon.smithi045 (mon.0) 495 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:54:02.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:01.958972+0000 mon.smithi045 (mon.0) 496 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:03.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:00.289437+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:54:03.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:00.289532+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:54:03.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:02.386073+0000 mon.smithi079 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.79:0/3636746904' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:54:03.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:02.564119+0000 mgr.smithi045.vzhlsu (mgr.14166) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:03.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:02.958500+0000 mon.smithi045 (mon.0) 497 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-10-11T15:54:03.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:02.958619+0000 mon.smithi045 (mon.0) 498 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:03.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:00.289437+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:54:03.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:00.289532+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:54:03.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:02.386073+0000 mon.smithi079 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.79:0/3636746904' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:54:03.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:02.564119+0000 mgr.smithi045.vzhlsu (mgr.14166) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:03.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:02.958500+0000 mon.smithi045 (mon.0) 497 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-10-11T15:54:03.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:02.958619+0000 mon.smithi045 (mon.0) 498 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:03.466892+0000 mon.smithi045 (mon.0) 499 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:03.469986+0000 mon.smithi045 (mon.0) 500 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:03.960684+0000 mon.smithi045 (mon.0) 501 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2023-10-11T15:54:04.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:03.960849+0000 mon.smithi045 (mon.0) 502 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:04.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:03.466892+0000 mon.smithi045 (mon.0) 499 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:04.790 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:03.469986+0000 mon.smithi045 (mon.0) 500 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:04.791 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:03.960684+0000 mon.smithi045 (mon.0) 501 : cluster [DBG] osdmap e38: 7 total, 6 up, 7 in 2023-10-11T15:54:04.791 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:03.960849+0000 mon.smithi045 (mon.0) 502 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:05.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:04.564604+0000 mgr.smithi045.vzhlsu (mgr.14166) 152 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:05.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:04.564604+0000 mgr.smithi045.vzhlsu (mgr.14166) 152 : cluster [DBG] pgmap v116: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:07.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:06.565175+0000 mgr.smithi045.vzhlsu (mgr.14166) 153 : cluster [DBG] pgmap v117: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:07.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:06.652442+0000 mon.smithi045 (mon.0) 503 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T15:54:07.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:06.653382+0000 mon.smithi045 (mon.0) 504 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:07.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:54:06.654094+0000 mgr.smithi045.vzhlsu (mgr.14166) 154 : cephadm [INF] Deploying daemon osd.6 on smithi079 2023-10-11T15:54:07.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:06.707358+0000 mon.smithi045 (mon.0) 505 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:54:07.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:06.708161+0000 mon.smithi045 (mon.0) 506 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:54:07.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:06.565175+0000 mgr.smithi045.vzhlsu (mgr.14166) 153 : cluster [DBG] pgmap v117: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:07.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:06.652442+0000 mon.smithi045 (mon.0) 503 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T15:54:07.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:06.653382+0000 mon.smithi045 (mon.0) 504 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:07.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:54:06.654094+0000 mgr.smithi045.vzhlsu (mgr.14166) 154 : cephadm [INF] Deploying daemon osd.6 on smithi079 2023-10-11T15:54:07.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:06.707358+0000 mon.smithi045 (mon.0) 505 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:54:07.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:06.708161+0000 mon.smithi045 (mon.0) 506 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:54:08.967 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 6 on host 'smithi079' 2023-10-11T15:54:09.339 DEBUG:teuthology.orchestra.run.smithi079:osd.6> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.6.service 2023-10-11T15:54:09.341 INFO:tasks.cephadm:Deploying osd.7 on smithi079 with /dev/vg_nvme/lv_1... 2023-10-11T15:54:09.342 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-10-11T15:54:09.370 INFO:journalctl@ceph.osd.6.smithi079.stdout:-- Logs begin at Wed 2023-10-11 15:27:39 UTC. -- 2023-10-11T15:54:09.582 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 15:54:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.6[121597]: debug 2023-10-11T15:54:09.418+0000 7f354ee10080 -1 Falling back to public interface 2023-10-11T15:54:09.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:08.565533+0000 mgr.smithi045.vzhlsu (mgr.14166) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:09.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:08.953630+0000 mon.smithi045 (mon.0) 507 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:09.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:08.955508+0000 mon.smithi045 (mon.0) 508 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:09.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:08.957938+0000 mon.smithi045 (mon.0) 509 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:09.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:08.959209+0000 mon.smithi045 (mon.0) 510 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:09.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:08.962843+0000 mon.smithi045 (mon.0) 511 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:10.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:08.565533+0000 mgr.smithi045.vzhlsu (mgr.14166) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:08.953630+0000 mon.smithi045 (mon.0) 507 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:08.955508+0000 mon.smithi045 (mon.0) 508 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:08.957938+0000 mon.smithi045 (mon.0) 509 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:08.959209+0000 mon.smithi045 (mon.0) 510 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:08.962843+0000 mon.smithi045 (mon.0) 511 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:10.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:10.566083+0000 mgr.smithi045.vzhlsu (mgr.14166) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:11.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:10.566083+0000 mgr.smithi045.vzhlsu (mgr.14166) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:11.049 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-10-11T15:54:11.050 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-10-11T15:54:11.050 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-10-11T15:54:11.050 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-10-11T15:54:11.050 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0154276 s, 680 MB/s 2023-10-11T15:54:11.051 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-10-11T15:54:11.632 DEBUG:teuthology.orchestra.run.smithi079:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi079:vg_nvme/lv_1 2023-10-11T15:54:12.037 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:10.834595+0000 mon.smithi045 (mon.0) 512 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:12.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:10.834595+0000 mon.smithi045 (mon.0) 512 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:12.590 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 15:54:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.6[121597]: debug 2023-10-11T15:54:12.177+0000 7f354ee10080 -1 osd.6 0 log_to_monitors {default=true} 2023-10-11T15:54:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.181470+0000 mon.smithi079 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/3335024011,v1:172.21.15.79:6817/3335024011]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:54:13.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.181826+0000 mon.smithi045 (mon.0) 513 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:54:13.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:12.566624+0000 mgr.smithi045.vzhlsu (mgr.14166) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.181470+0000 mon.smithi079 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/3335024011,v1:172.21.15.79:6817/3335024011]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:54:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.181826+0000 mon.smithi045 (mon.0) 513 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:54:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:12.566624+0000 mgr.smithi045.vzhlsu (mgr.14166) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:14.134 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.6[121597]: debug 2023-10-11T15:54:13.846+0000 7f3545373700 -1 osd.6 0 waiting for initial osdmap 2023-10-11T15:54:14.134 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.6[121597]: debug 2023-10-11T15:54:13.852+0000 7f35412ee700 -1 osd.6 40 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-10-11T15:54:14.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.841643+0000 mon.smithi045 (mon.0) 514 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T15:54:14.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:12.841741+0000 mon.smithi045 (mon.0) 515 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2023-10-11T15:54:14.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.841876+0000 mon.smithi045 (mon.0) 516 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:14.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.842288+0000 mon.smithi079 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/3335024011,v1:172.21.15.79:6817/3335024011]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:14.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.842668+0000 mon.smithi045 (mon.0) 517 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:14.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.958056+0000 mgr.smithi045.vzhlsu (mgr.14166) 158 : audit [DBG] from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:54:14.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.958975+0000 mon.smithi045 (mon.0) 518 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:54:14.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.960812+0000 mon.smithi045 (mon.0) 519 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:54:14.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:12.961648+0000 mon.smithi045 (mon.0) 520 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:14.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:54:13.540692+0000 mgr.smithi045.vzhlsu (mgr.14166) 159 : cephadm [INF] Detected new or changed devices on smithi079 2023-10-11T15:54:14.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.546285+0000 mon.smithi045 (mon.0) 521 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:14.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.547335+0000 mon.smithi045 (mon.0) 522 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:14.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.548256+0000 mon.smithi045 (mon.0) 523 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:14.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.549109+0000 mon.smithi045 (mon.0) 524 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:14.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:54:13.549765+0000 mgr.smithi045.vzhlsu (mgr.14166) 160 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 5320M 2023-10-11T15:54:14.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.553320+0000 mon.smithi045 (mon.0) 525 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:14.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.556813+0000 mon.smithi045 (mon.0) 526 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:14.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.560868+0000 mon.smithi045 (mon.0) 527 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:14.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.562006+0000 mon.smithi045 (mon.0) 528 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:14.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.562762+0000 mon.smithi045 (mon.0) 529 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:14.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.566840+0000 mon.smithi045 (mon.0) 530 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:14.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.841643+0000 mon.smithi045 (mon.0) 514 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T15:54:14.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:12.841741+0000 mon.smithi045 (mon.0) 515 : cluster [DBG] osdmap e39: 7 total, 6 up, 7 in 2023-10-11T15:54:14.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.841876+0000 mon.smithi045 (mon.0) 516 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:14.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.842288+0000 mon.smithi079 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/3335024011,v1:172.21.15.79:6817/3335024011]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:14.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.842668+0000 mon.smithi045 (mon.0) 517 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:14.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.958056+0000 mgr.smithi045.vzhlsu (mgr.14166) 158 : audit [DBG] from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:54:14.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.958975+0000 mon.smithi045 (mon.0) 518 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:54:14.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.960812+0000 mon.smithi045 (mon.0) 519 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:54:14.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:12.961648+0000 mon.smithi045 (mon.0) 520 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:14.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:54:13.540692+0000 mgr.smithi045.vzhlsu (mgr.14166) 159 : cephadm [INF] Detected new or changed devices on smithi079 2023-10-11T15:54:14.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.546285+0000 mon.smithi045 (mon.0) 521 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:14.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.547335+0000 mon.smithi045 (mon.0) 522 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:14.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.548256+0000 mon.smithi045 (mon.0) 523 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:14.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.549109+0000 mon.smithi045 (mon.0) 524 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:14.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:54:13.549765+0000 mgr.smithi045.vzhlsu (mgr.14166) 160 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 5320M 2023-10-11T15:54:14.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.553320+0000 mon.smithi045 (mon.0) 525 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:14.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.556813+0000 mon.smithi045 (mon.0) 526 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:14.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.560868+0000 mon.smithi045 (mon.0) 527 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:14.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.562006+0000 mon.smithi045 (mon.0) 528 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:14.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.562762+0000 mon.smithi045 (mon.0) 529 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:14.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.566840+0000 mon.smithi045 (mon.0) 530 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:15.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.842837+0000 mon.smithi045 (mon.0) 531 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-11T15:54:15.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:13.842904+0000 mon.smithi045 (mon.0) 532 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2023-10-11T15:54:15.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.843293+0000 mon.smithi045 (mon.0) 533 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:15.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:13.847344+0000 mon.smithi045 (mon.0) 534 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:15.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:14.567106+0000 mgr.smithi045.vzhlsu (mgr.14166) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:14.669528+0000 mon.smithi045 (mon.0) 535 : cluster [INF] osd.6 [v2:172.21.15.79:6816/3335024011,v1:172.21.15.79:6817/3335024011] boot 2023-10-11T15:54:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:14.669655+0000 mon.smithi045 (mon.0) 536 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2023-10-11T15:54:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:14.670065+0000 mon.smithi045 (mon.0) 537 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:14.693643+0000 mon.smithi079 (mon.1) 16 : audit [INF] from='client.? 172.21.15.79:0/1415749719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ebb06a3-fce9-44e1-96e9-c74f3a6198ec"}]: dispatch 2023-10-11T15:54:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:14.694102+0000 mon.smithi045 (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ebb06a3-fce9-44e1-96e9-c74f3a6198ec"}]: dispatch 2023-10-11T15:54:15.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:14.698598+0000 mon.smithi045 (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ebb06a3-fce9-44e1-96e9-c74f3a6198ec"}]': finished 2023-10-11T15:54:15.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:14.698713+0000 mon.smithi045 (mon.0) 540 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-10-11T15:54:15.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:14.698872+0000 mon.smithi045 (mon.0) 541 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.842837+0000 mon.smithi045 (mon.0) 531 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-11T15:54:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:13.842904+0000 mon.smithi045 (mon.0) 532 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2023-10-11T15:54:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.843293+0000 mon.smithi045 (mon.0) 533 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:13.847344+0000 mon.smithi045 (mon.0) 534 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:14.567106+0000 mgr.smithi045.vzhlsu (mgr.14166) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:54:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:14.669528+0000 mon.smithi045 (mon.0) 535 : cluster [INF] osd.6 [v2:172.21.15.79:6816/3335024011,v1:172.21.15.79:6817/3335024011] boot 2023-10-11T15:54:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:14.669655+0000 mon.smithi045 (mon.0) 536 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2023-10-11T15:54:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:14.670065+0000 mon.smithi045 (mon.0) 537 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:54:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:14.693643+0000 mon.smithi079 (mon.1) 16 : audit [INF] from='client.? 172.21.15.79:0/1415749719' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ebb06a3-fce9-44e1-96e9-c74f3a6198ec"}]: dispatch 2023-10-11T15:54:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:14.694102+0000 mon.smithi045 (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ebb06a3-fce9-44e1-96e9-c74f3a6198ec"}]: dispatch 2023-10-11T15:54:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:14.698598+0000 mon.smithi045 (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ebb06a3-fce9-44e1-96e9-c74f3a6198ec"}]': finished 2023-10-11T15:54:15.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:14.698713+0000 mon.smithi045 (mon.0) 540 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-10-11T15:54:15.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:14.698872+0000 mon.smithi045 (mon.0) 541 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:16.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:13.204230+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:54:16.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:13.204370+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:54:16.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:15.102284+0000 mon.smithi079 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.79:0/371863640' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:54:16.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:15.700358+0000 mon.smithi045 (mon.0) 542 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2023-10-11T15:54:16.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:15.700493+0000 mon.smithi045 (mon.0) 543 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:16.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:13.204230+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:54:16.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:13.204370+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:54:16.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:15.102284+0000 mon.smithi079 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.79:0/371863640' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:54:16.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:15.700358+0000 mon.smithi045 (mon.0) 542 : cluster [DBG] osdmap e43: 8 total, 7 up, 8 in 2023-10-11T15:54:16.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:15.700493+0000 mon.smithi045 (mon.0) 543 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:16.567486+0000 mgr.smithi045.vzhlsu (mgr.14166) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:17.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:16.567486+0000 mgr.smithi045.vzhlsu (mgr.14166) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:19.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:18.567868+0000 mgr.smithi045.vzhlsu (mgr.14166) 163 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:19.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:19.317774+0000 mon.smithi045 (mon.0) 544 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T15:54:19.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:19.318750+0000 mon.smithi045 (mon.0) 545 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:20.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:18.567868+0000 mgr.smithi045.vzhlsu (mgr.14166) 163 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:20.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:19.317774+0000 mon.smithi045 (mon.0) 544 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T15:54:20.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:19.318750+0000 mon.smithi045 (mon.0) 545 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:54:19.319488+0000 mgr.smithi045.vzhlsu (mgr.14166) 164 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-10-11T15:54:21.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:54:19.319488+0000 mgr.smithi045.vzhlsu (mgr.14166) 164 : cephadm [INF] Deploying daemon osd.7 on smithi079 2023-10-11T15:54:21.529 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 7 on host 'smithi079' 2023-10-11T15:54:21.821 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:20.568453+0000 mgr.smithi045.vzhlsu (mgr.14166) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:21.821 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:21.516319+0000 mon.smithi045 (mon.0) 546 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:21.821 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:21.518387+0000 mon.smithi045 (mon.0) 547 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:21.821 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:21.520869+0000 mon.smithi045 (mon.0) 548 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:21.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:21.523039+0000 mon.smithi045 (mon.0) 549 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:21.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:21.525770+0000 mon.smithi045 (mon.0) 550 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:21.888 DEBUG:teuthology.orchestra.run.smithi079:osd.7> sudo journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.7.service 2023-10-11T15:54:21.890 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-11T15:54:21.891 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:54:21.921 INFO:journalctl@ceph.osd.7.smithi079.stdout:-- Logs begin at Wed 2023-10-11 15:27:39 UTC. -- 2023-10-11T15:54:21.928 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:20.568453+0000 mgr.smithi045.vzhlsu (mgr.14166) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:21.928 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:21.516319+0000 mon.smithi045 (mon.0) 546 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:21.928 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:21.518387+0000 mon.smithi045 (mon.0) 547 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:21.928 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:21.520869+0000 mon.smithi045 (mon.0) 548 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:21.929 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:21.523039+0000 mon.smithi045 (mon.0) 549 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:21.929 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:21.525770+0000 mon.smithi045 (mon.0) 550 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:22.133 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 15:54:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.7[124469]: debug 2023-10-11T15:54:21.995+0000 7fca494a2080 -1 Falling back to public interface 2023-10-11T15:54:23.385 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:54:23.753 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:22.568884+0000 mgr.smithi045.vzhlsu (mgr.14166) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:23.753 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:22.849233+0000 mon.smithi045 (mon.0) 551 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:23.753 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:23.383324+0000 mon.smithi045 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.45:0/327003170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:54:23.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:22.568884+0000 mgr.smithi045.vzhlsu (mgr.14166) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:23.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:22.849233+0000 mon.smithi045 (mon.0) 551 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:23.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:23.383324+0000 mon.smithi045 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.45:0/327003170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:54:23.818 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1697039654,"num_in_osds":8,"osd_in_since":1697039654,"num_remapped_pgs":0} 2023-10-11T15:54:24.819 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:54:24.974 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 15:54:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.7[124469]: debug 2023-10-11T15:54:24.707+0000 7fca494a2080 -1 osd.7 0 log_to_monitors {default=true} 2023-10-11T15:54:25.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:24.569286+0000 mgr.smithi045.vzhlsu (mgr.14166) 167 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:25.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:24.711305+0000 mon.smithi079 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2943538255,v1:172.21.15.79:6825/2943538255]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T15:54:25.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:24.711814+0000 mon.smithi045 (mon.0) 553 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T15:54:25.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.125794+0000 mon.smithi045 (mon.0) 554 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:25.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.360928+0000 mon.smithi045 (mon.0) 555 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:25.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.361848+0000 mon.smithi045 (mon.0) 556 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:25.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.362724+0000 mon.smithi045 (mon.0) 557 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:25.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.363659+0000 mon.smithi045 (mon.0) 558 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:25.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.368514+0000 mon.smithi045 (mon.0) 559 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:25.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.376288+0000 mon.smithi045 (mon.0) 560 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:25.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.381869+0000 mon.smithi045 (mon.0) 561 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:25.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.383258+0000 mon.smithi045 (mon.0) 562 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:25.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.384294+0000 mon.smithi045 (mon.0) 563 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:25.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.389459+0000 mon.smithi045 (mon.0) 564 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:25.914 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:24.569286+0000 mgr.smithi045.vzhlsu (mgr.14166) 167 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:25.915 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:24.711305+0000 mon.smithi079 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2943538255,v1:172.21.15.79:6825/2943538255]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T15:54:25.915 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:24.711814+0000 mon.smithi045 (mon.0) 553 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T15:54:25.915 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.125794+0000 mon.smithi045 (mon.0) 554 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:25.915 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.360928+0000 mon.smithi045 (mon.0) 555 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:25.915 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.361848+0000 mon.smithi045 (mon.0) 556 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:25.916 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.362724+0000 mon.smithi045 (mon.0) 557 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:25.916 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.363659+0000 mon.smithi045 (mon.0) 558 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:54:25.916 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.368514+0000 mon.smithi045 (mon.0) 559 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:25.916 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.376288+0000 mon.smithi045 (mon.0) 560 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:25.916 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.381869+0000 mon.smithi045 (mon.0) 561 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:54:25.917 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.383258+0000 mon.smithi045 (mon.0) 562 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:54:25.917 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.384294+0000 mon.smithi045 (mon.0) 563 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:54:25.917 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.389459+0000 mon.smithi045 (mon.0) 564 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:54:26.461 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:54:26.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:54:25.121177+0000 mgr.smithi045.vzhlsu (mgr.14166) 168 : cephadm [INF] Detected new or changed devices on smithi079 2023-10-11T15:54:26.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:54:25.364248+0000 mgr.smithi045.vzhlsu (mgr.14166) 169 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3990M 2023-10-11T15:54:26.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.674323+0000 mon.smithi045 (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T15:54:26.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:25.674397+0000 mon.smithi045 (mon.0) 566 : cluster [DBG] osdmap e44: 8 total, 7 up, 8 in 2023-10-11T15:54:26.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.674588+0000 mon.smithi045 (mon.0) 567 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:26.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.674979+0000 mon.smithi079 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2943538255,v1:172.21.15.79:6825/2943538255]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:26.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:25.675272+0000 mon.smithi045 (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:26.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:26.459928+0000 mon.smithi045 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.45:0/3248326768' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:54:26.961 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":44,"num_osds":8,"num_up_osds":7,"osd_up_since":1697039654,"num_in_osds":8,"osd_in_since":1697039654,"num_remapped_pgs":0} 2023-10-11T15:54:27.133 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.7[124469]: debug 2023-10-11T15:54:26.680+0000 7fca41208700 -1 osd.7 0 waiting for initial osdmap 2023-10-11T15:54:27.134 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.7[124469]: debug 2023-10-11T15:54:26.687+0000 7fca3c181700 -1 osd.7 45 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2023-10-11T15:54:27.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:54:25.121177+0000 mgr.smithi045.vzhlsu (mgr.14166) 168 : cephadm [INF] Detected new or changed devices on smithi079 2023-10-11T15:54:27.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:54:25.364248+0000 mgr.smithi045.vzhlsu (mgr.14166) 169 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3990M 2023-10-11T15:54:27.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.674323+0000 mon.smithi045 (mon.0) 565 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T15:54:27.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:25.674397+0000 mon.smithi045 (mon.0) 566 : cluster [DBG] osdmap e44: 8 total, 7 up, 8 in 2023-10-11T15:54:27.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.674588+0000 mon.smithi045 (mon.0) 567 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:27.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.674979+0000 mon.smithi079 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/2943538255,v1:172.21.15.79:6825/2943538255]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:27.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:25.675272+0000 mon.smithi045 (mon.0) 568 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T15:54:27.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:26.459928+0000 mon.smithi045 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.45:0/3248326768' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:54:27.962 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:54:27.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:26.569675+0000 mgr.smithi045.vzhlsu (mgr.14166) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:27.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:26.677567+0000 mon.smithi045 (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-11T15:54:27.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:26.677678+0000 mon.smithi045 (mon.0) 571 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2023-10-11T15:54:27.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:26.677833+0000 mon.smithi045 (mon.0) 572 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:27.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:26.681346+0000 mon.smithi045 (mon.0) 573 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:28.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:26.569675+0000 mgr.smithi045.vzhlsu (mgr.14166) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:54:28.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:26.677567+0000 mon.smithi045 (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-10-11T15:54:28.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:26.677678+0000 mon.smithi045 (mon.0) 571 : cluster [DBG] osdmap e45: 8 total, 7 up, 8 in 2023-10-11T15:54:28.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:26.677833+0000 mon.smithi045 (mon.0) 572 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:28.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:26.681346+0000 mon.smithi045 (mon.0) 573 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:29.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:25.699996+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:54:29.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:25.700167+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:54:29.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:27.679824+0000 mon.smithi045 (mon.0) 574 : cluster [INF] osd.7 [v2:172.21.15.79:6824/2943538255,v1:172.21.15.79:6825/2943538255] boot 2023-10-11T15:54:29.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:27.679879+0000 mon.smithi045 (mon.0) 575 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-10-11T15:54:29.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:27.680108+0000 mon.smithi045 (mon.0) 576 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:29.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:28.570101+0000 mgr.smithi045.vzhlsu (mgr.14166) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:29.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:25.699996+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-10-11T15:54:29.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:25.700167+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-10-11T15:54:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:27.679824+0000 mon.smithi045 (mon.0) 574 : cluster [INF] osd.7 [v2:172.21.15.79:6824/2943538255,v1:172.21.15.79:6825/2943538255] boot 2023-10-11T15:54:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:27.679879+0000 mon.smithi045 (mon.0) 575 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-10-11T15:54:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:27.680108+0000 mon.smithi045 (mon.0) 576 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:54:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:28.570101+0000 mgr.smithi045.vzhlsu (mgr.14166) 171 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:29.483 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:54:29.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:28.685580+0000 mon.smithi045 (mon.0) 577 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-10-11T15:54:29.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:29.482444+0000 mon.smithi045 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.45:0/1486762515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:54:29.942 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":47,"num_osds":8,"num_up_osds":8,"osd_up_since":1697039667,"num_in_osds":8,"osd_in_since":1697039654,"num_remapped_pgs":0} 2023-10-11T15:54:29.943 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T15:54:30.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:28.685580+0000 mon.smithi045 (mon.0) 577 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-10-11T15:54:30.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:29.482444+0000 mon.smithi045 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.45:0/1486762515' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:54:30.243 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:30.984 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:29.685800+0000 mon.smithi045 (mon.0) 579 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-10-11T15:54:30.984 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:30.570574+0000 mgr.smithi045.vzhlsu (mgr.14166) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:29.685800+0000 mon.smithi045 (mon.0) 579 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-10-11T15:54:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:30.570574+0000 mgr.smithi045.vzhlsu (mgr.14166) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:31.528 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:54:31.528 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":48,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","created":"2023-10-11T15:50:11.035280+0000","modified":"2023-10-11T15:54:29.682186+0000","last_up_change":"2023-10-11T15:54:27.675525+0000","last_in_change":"2023-10-11T15:54:14.694702+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":"2023-10-11T15:53:31.479189+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":"24","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":"9aff48a9-525d-46d2-9afd-03540c4bc558","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6803","nonce":2356021189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6805","nonce":2356021189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6809","nonce":2356021189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6807","nonce":2356021189}]},"public_addr":"172.21.15.45:6803/2356021189","cluster_addr":"172.21.15.45:6805/2356021189","heartbeat_back_addr":"172.21.15.45:6809/2356021189","heartbeat_front_addr":"172.21.15.45:6807/2356021189","state":["exists","up"]},{"osd":1,"uuid":"ec306d5e-ff30-493c-9fed-de0c362c9864","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.45:6810","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6811","nonce":1118679692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6813","nonce":1118679692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6817","nonce":1118679692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6815","nonce":1118679692}]},"public_addr":"172.21.15.45:6811/1118679692","cluster_addr":"172.21.15.45:6813/1118679692","heartbeat_back_addr":"172.21.15.45:6817/1118679692","heartbeat_front_addr":"172.21.15.45:6815/1118679692","state":["exists","up"]},{"osd":2,"uuid":"db2d1f6e-a77e-4b79-91a9-dc5b53b5df1f","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.45:6818","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6819","nonce":4219120296}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6821","nonce":4219120296}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6825","nonce":4219120296}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6823","nonce":4219120296}]},"public_addr":"172.21.15.45:6819/4219120296","cluster_addr":"172.21.15.45:6821/4219120296","heartbeat_back_addr":"172.21.15.45:6825/4219120296","heartbeat_front_addr":"172.21.15.45:6823/4219120296","state":["exists","up"]},{"osd":3,"uuid":"dbacb414-5e20-4db6-9767-cc7b8822bd69","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.45:6826","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6827","nonce":1550855915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6829","nonce":1550855915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6833","nonce":1550855915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6831","nonce":1550855915}]},"public_addr":"172.21.15.45:6827/1550855915","cluster_addr":"172.21.15.45:6829/1550855915","heartbeat_back_addr":"172.21.15.45:6833/1550855915","heartbeat_front_addr":"172.21.15.45:6831/1550855915","state":["exists","up"]},{"osd":4,"uuid":"55b41027-eb06-4f87-8915-61514e0c9ce4","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.79:6800","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6801","nonce":502745233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6803","nonce":502745233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6807","nonce":502745233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6805","nonce":502745233}]},"public_addr":"172.21.15.79:6801/502745233","cluster_addr":"172.21.15.79:6803/502745233","heartbeat_back_addr":"172.21.15.79:6807/502745233","heartbeat_front_addr":"172.21.15.79:6805/502745233","state":["exists","up"]},{"osd":5,"uuid":"7b0dd4fd-90a4-4758-99b7-242cf2cd424a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6809","nonce":3717107368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6811","nonce":3717107368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6815","nonce":3717107368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6813","nonce":3717107368}]},"public_addr":"172.21.15.79:6809/3717107368","cluster_addr":"172.21.15.79:6811/3717107368","heartbeat_back_addr":"172.21.15.79:6815/3717107368","heartbeat_front_addr":"172.21.15.79:6813/3717107368","state":["exists","up"]},{"osd":6,"uuid":"da56b87b-ee15-4cee-a12e-dc506f8239bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6817","nonce":3335024011}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6819","nonce":3335024011}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6823","nonce":3335024011}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6821","nonce":3335024011}]},"public_addr":"172.21.15.79:6817/3335024011","cluster_addr":"172.21.15.79:6819/3335024011","heartbeat_back_addr":"172.21.15.79:6823/3335024011","heartbeat_front_addr":"172.21.15.79:6821/3335024011","state":["exists","up"]},{"osd":7,"uuid":"1ebb06a3-fce9-44e1-96e9-c74f3a6198ec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6825","nonce":2943538255}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6827","nonce":2943538255}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6831","nonce":2943538255}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6829","nonce":2943538255}]},"public_addr":"172.21.15.79:6825/2943538255","cluster_addr":"172.21.15.79:6827/2943538255","heartbeat_back_addr":"172.21.15.79:6831/2943538255","heartbeat_front_addr":"172.21.15.79:6829/2943538255","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":"2023-10-11T15:52:45.332143+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":"2023-10-11T15:53:03.536820+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":"2023-10-11T15:53:19.499054+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":"2023-10-11T15:53:34.904228+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":"2023-10-11T15:53:47.226858+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":"2023-10-11T15:54:00.289534+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":"2023-10-11T15:54:13.204374+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":"2023-10-11T15:54:25.700172+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2344363853":"2023-10-12T15:51:06.479971+0000","172.21.15.45:6801/174676504":"2023-10-12T15:51:06.479971+0000","172.21.15.45:0/2773280434":"2023-10-12T15:51:06.479971+0000","172.21.15.45:6800/174676504":"2023-10-12T15:51:06.479971+0000","172.21.15.45:0/3222518417":"2023-10-12T15:50:52.784788+0000","172.21.15.45:6801/2448326732":"2023-10-12T15:50:52.784788+0000","172.21.15.45:0/2230384923":"2023-10-12T15:50:52.784788+0000","172.21.15.45:6800/3800746796":"2023-10-12T15:50:33.870013+0000","172.21.15.45:0/2650808378":"2023-10-12T15:50:33.870013+0000","172.21.15.45:6800/2448326732":"2023-10-12T15:50:52.784788+0000","172.21.15.45:6801/3800746796":"2023-10-12T15:50:33.870013+0000","172.21.15.45:0/2939847329":"2023-10-12T15:50:33.870013+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}} 2023-10-11T15:54:31.908 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:31.525810+0000 mon.smithi045 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.45:0/3985771537' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:54:31.942 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-10-11T15:53:31.479189+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': '24', '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': {}}}] 2023-10-11T15:54:31.943 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-10-11T15:54:32.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:31.525810+0000 mon.smithi045 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.45:0/3985771537' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:54:32.200 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:33.008 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:32.571025+0000 mgr.smithi045.vzhlsu (mgr.14166) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:33.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:32.571025+0000 mgr.smithi045.vzhlsu (mgr.14166) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:33.553 INFO:teuthology.orchestra.run.smithi045.stdout:pg_num: 1 2023-10-11T15:54:33.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:33.551651+0000 mon.smithi045 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.45:0/2291066953' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-10-11T15:54:33.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:33.551651+0000 mon.smithi045 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.45:0/2291066953' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-10-11T15:54:33.974 INFO:tasks.cephadm:Setting up client nodes... 2023-10-11T15:54:33.975 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-11T15:54:35.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:34.571486+0000 mgr.smithi045.vzhlsu (mgr.14166) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:35.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:34.571486+0000 mgr.smithi045.vzhlsu (mgr.14166) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:35.556 INFO:teuthology.orchestra.run.smithi045.stdout:[client.0] 2023-10-11T15:54:35.556 INFO:teuthology.orchestra.run.smithi045.stdout: key = AQA7xSZl6GrjIBAAockaELyur8dIisTCebo7Bw== 2023-10-11T15:54:35.983 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:35.551561+0000 mon.smithi045 (mon.0) 582 : audit [INF] from='client.? 172.21.15.45:0/578757903' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:54:35.984 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:35.555232+0000 mon.smithi045 (mon.0) 583 : audit [INF] from='client.? 172.21.15.45:0/578757903' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T15:54:36.008 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2023-10-11T15:54:36.008 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-11T15:54:36.009 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-11T15:54:36.058 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-11T15:54:36.059 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-11T15:54:36.060 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-11T15:54:36.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:35.551561+0000 mon.smithi045 (mon.0) 582 : audit [INF] from='client.? 172.21.15.45:0/578757903' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:54:36.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:35.555232+0000 mon.smithi045 (mon.0) 583 : audit [INF] from='client.? 172.21.15.45:0/578757903' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T15:54:36.354 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:36.571808+0000 mgr.smithi045.vzhlsu (mgr.14166) 175 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:37.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:36.571808+0000 mgr.smithi045.vzhlsu (mgr.14166) 175 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:37.663 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:54:38.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:37.658198+0000 mon.smithi045 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.45:0/2685196553' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-11T15:54:38.115 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":18,"active_gid":14166,"active_name":"smithi045.vzhlsu","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":1681869503},{"type":"v1","addr":"172.21.15.45:6801","nonce":1681869503}]},"active_addr":"172.21.15.45:6801/1681869503","active_change":"2023-10-11T15:51:06.480299+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14230,"name":"smithi079.mdpxci","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.45:8443/","prometheus":"http://172.21.15.45: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.45:0","nonce":2523096033}]},{"addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":2157708990}]}]}} 2023-10-11T15:54:38.121 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-11T15:54:38.121 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-11T15:54:38.122 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T15:54:38.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:37.658198+0000 mon.smithi045 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.45:0/2685196553' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-11T15:54:38.376 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:38.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:38.572389+0000 mgr.smithi045.vzhlsu (mgr.14166) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:39.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:38.572389+0000 mgr.smithi045.vzhlsu (mgr.14166) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:39.654 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:54:39.654 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":48,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","created":"2023-10-11T15:50:11.035280+0000","modified":"2023-10-11T15:54:29.682186+0000","last_up_change":"2023-10-11T15:54:27.675525+0000","last_in_change":"2023-10-11T15:54:14.694702+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":"2023-10-11T15:53:31.479189+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":"24","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":"9aff48a9-525d-46d2-9afd-03540c4bc558","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6803","nonce":2356021189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6805","nonce":2356021189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6809","nonce":2356021189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6807","nonce":2356021189}]},"public_addr":"172.21.15.45:6803/2356021189","cluster_addr":"172.21.15.45:6805/2356021189","heartbeat_back_addr":"172.21.15.45:6809/2356021189","heartbeat_front_addr":"172.21.15.45:6807/2356021189","state":["exists","up"]},{"osd":1,"uuid":"ec306d5e-ff30-493c-9fed-de0c362c9864","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.45:6810","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6811","nonce":1118679692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6813","nonce":1118679692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6817","nonce":1118679692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6815","nonce":1118679692}]},"public_addr":"172.21.15.45:6811/1118679692","cluster_addr":"172.21.15.45:6813/1118679692","heartbeat_back_addr":"172.21.15.45:6817/1118679692","heartbeat_front_addr":"172.21.15.45:6815/1118679692","state":["exists","up"]},{"osd":2,"uuid":"db2d1f6e-a77e-4b79-91a9-dc5b53b5df1f","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.45:6818","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6819","nonce":4219120296}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6821","nonce":4219120296}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6825","nonce":4219120296}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6823","nonce":4219120296}]},"public_addr":"172.21.15.45:6819/4219120296","cluster_addr":"172.21.15.45:6821/4219120296","heartbeat_back_addr":"172.21.15.45:6825/4219120296","heartbeat_front_addr":"172.21.15.45:6823/4219120296","state":["exists","up"]},{"osd":3,"uuid":"dbacb414-5e20-4db6-9767-cc7b8822bd69","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.45:6826","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6827","nonce":1550855915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6829","nonce":1550855915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6833","nonce":1550855915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6831","nonce":1550855915}]},"public_addr":"172.21.15.45:6827/1550855915","cluster_addr":"172.21.15.45:6829/1550855915","heartbeat_back_addr":"172.21.15.45:6833/1550855915","heartbeat_front_addr":"172.21.15.45:6831/1550855915","state":["exists","up"]},{"osd":4,"uuid":"55b41027-eb06-4f87-8915-61514e0c9ce4","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.79:6800","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6801","nonce":502745233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6803","nonce":502745233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6807","nonce":502745233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6805","nonce":502745233}]},"public_addr":"172.21.15.79:6801/502745233","cluster_addr":"172.21.15.79:6803/502745233","heartbeat_back_addr":"172.21.15.79:6807/502745233","heartbeat_front_addr":"172.21.15.79:6805/502745233","state":["exists","up"]},{"osd":5,"uuid":"7b0dd4fd-90a4-4758-99b7-242cf2cd424a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6809","nonce":3717107368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6811","nonce":3717107368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6815","nonce":3717107368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6813","nonce":3717107368}]},"public_addr":"172.21.15.79:6809/3717107368","cluster_addr":"172.21.15.79:6811/3717107368","heartbeat_back_addr":"172.21.15.79:6815/3717107368","heartbeat_front_addr":"172.21.15.79:6813/3717107368","state":["exists","up"]},{"osd":6,"uuid":"da56b87b-ee15-4cee-a12e-dc506f8239bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6817","nonce":3335024011}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6819","nonce":3335024011}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6823","nonce":3335024011}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6821","nonce":3335024011}]},"public_addr":"172.21.15.79:6817/3335024011","cluster_addr":"172.21.15.79:6819/3335024011","heartbeat_back_addr":"172.21.15.79:6823/3335024011","heartbeat_front_addr":"172.21.15.79:6821/3335024011","state":["exists","up"]},{"osd":7,"uuid":"1ebb06a3-fce9-44e1-96e9-c74f3a6198ec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6825","nonce":2943538255}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6827","nonce":2943538255}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6831","nonce":2943538255}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6829","nonce":2943538255}]},"public_addr":"172.21.15.79:6825/2943538255","cluster_addr":"172.21.15.79:6827/2943538255","heartbeat_back_addr":"172.21.15.79:6831/2943538255","heartbeat_front_addr":"172.21.15.79:6829/2943538255","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":"2023-10-11T15:52:45.332143+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":"2023-10-11T15:53:03.536820+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":"2023-10-11T15:53:19.499054+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":"2023-10-11T15:53:34.904228+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":"2023-10-11T15:53:47.226858+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":"2023-10-11T15:54:00.289534+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":"2023-10-11T15:54:13.204374+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":"2023-10-11T15:54:25.700172+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2344363853":"2023-10-12T15:51:06.479971+0000","172.21.15.45:6801/174676504":"2023-10-12T15:51:06.479971+0000","172.21.15.45:0/2773280434":"2023-10-12T15:51:06.479971+0000","172.21.15.45:6800/174676504":"2023-10-12T15:51:06.479971+0000","172.21.15.45:0/3222518417":"2023-10-12T15:50:52.784788+0000","172.21.15.45:6801/2448326732":"2023-10-12T15:50:52.784788+0000","172.21.15.45:0/2230384923":"2023-10-12T15:50:52.784788+0000","172.21.15.45:6800/3800746796":"2023-10-12T15:50:33.870013+0000","172.21.15.45:0/2650808378":"2023-10-12T15:50:33.870013+0000","172.21.15.45:6800/2448326732":"2023-10-12T15:50:52.784788+0000","172.21.15.45:6801/3800746796":"2023-10-12T15:50:33.870013+0000","172.21.15.45:0/2939847329":"2023-10-12T15:50:33.870013+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}} 2023-10-11T15:54:40.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:39.651588+0000 mon.smithi045 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.45:0/4143473175' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:54:40.124 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-11T15:54:40.124 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T15:54:40.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:39.651588+0000 mon.smithi045 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.45:0/4143473175' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:54:40.380 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:40.936 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:40.572750+0000 mgr.smithi045.vzhlsu (mgr.14166) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:40.572750+0000 mgr.smithi045.vzhlsu (mgr.14166) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:41.687 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:54:41.688 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":48,"fsid":"c8f3393c-684d-11ee-8db6-212e2dc638e7","created":"2023-10-11T15:50:11.035280+0000","modified":"2023-10-11T15:54:29.682186+0000","last_up_change":"2023-10-11T15:54:27.675525+0000","last_in_change":"2023-10-11T15:54:14.694702+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":"2023-10-11T15:53:31.479189+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":"24","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":"9aff48a9-525d-46d2-9afd-03540c4bc558","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6803","nonce":2356021189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6805","nonce":2356021189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6809","nonce":2356021189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":2356021189},{"type":"v1","addr":"172.21.15.45:6807","nonce":2356021189}]},"public_addr":"172.21.15.45:6803/2356021189","cluster_addr":"172.21.15.45:6805/2356021189","heartbeat_back_addr":"172.21.15.45:6809/2356021189","heartbeat_front_addr":"172.21.15.45:6807/2356021189","state":["exists","up"]},{"osd":1,"uuid":"ec306d5e-ff30-493c-9fed-de0c362c9864","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.45:6810","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6811","nonce":1118679692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6813","nonce":1118679692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6817","nonce":1118679692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":1118679692},{"type":"v1","addr":"172.21.15.45:6815","nonce":1118679692}]},"public_addr":"172.21.15.45:6811/1118679692","cluster_addr":"172.21.15.45:6813/1118679692","heartbeat_back_addr":"172.21.15.45:6817/1118679692","heartbeat_front_addr":"172.21.15.45:6815/1118679692","state":["exists","up"]},{"osd":2,"uuid":"db2d1f6e-a77e-4b79-91a9-dc5b53b5df1f","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.45:6818","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6819","nonce":4219120296}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6821","nonce":4219120296}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6825","nonce":4219120296}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":4219120296},{"type":"v1","addr":"172.21.15.45:6823","nonce":4219120296}]},"public_addr":"172.21.15.45:6819/4219120296","cluster_addr":"172.21.15.45:6821/4219120296","heartbeat_back_addr":"172.21.15.45:6825/4219120296","heartbeat_front_addr":"172.21.15.45:6823/4219120296","state":["exists","up"]},{"osd":3,"uuid":"dbacb414-5e20-4db6-9767-cc7b8822bd69","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.45:6826","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6827","nonce":1550855915}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6829","nonce":1550855915}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6832","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6833","nonce":1550855915}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":1550855915},{"type":"v1","addr":"172.21.15.45:6831","nonce":1550855915}]},"public_addr":"172.21.15.45:6827/1550855915","cluster_addr":"172.21.15.45:6829/1550855915","heartbeat_back_addr":"172.21.15.45:6833/1550855915","heartbeat_front_addr":"172.21.15.45:6831/1550855915","state":["exists","up"]},{"osd":4,"uuid":"55b41027-eb06-4f87-8915-61514e0c9ce4","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.79:6800","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6801","nonce":502745233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6803","nonce":502745233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6807","nonce":502745233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":502745233},{"type":"v1","addr":"172.21.15.79:6805","nonce":502745233}]},"public_addr":"172.21.15.79:6801/502745233","cluster_addr":"172.21.15.79:6803/502745233","heartbeat_back_addr":"172.21.15.79:6807/502745233","heartbeat_front_addr":"172.21.15.79:6805/502745233","state":["exists","up"]},{"osd":5,"uuid":"7b0dd4fd-90a4-4758-99b7-242cf2cd424a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6809","nonce":3717107368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6811","nonce":3717107368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6815","nonce":3717107368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":3717107368},{"type":"v1","addr":"172.21.15.79:6813","nonce":3717107368}]},"public_addr":"172.21.15.79:6809/3717107368","cluster_addr":"172.21.15.79:6811/3717107368","heartbeat_back_addr":"172.21.15.79:6815/3717107368","heartbeat_front_addr":"172.21.15.79:6813/3717107368","state":["exists","up"]},{"osd":6,"uuid":"da56b87b-ee15-4cee-a12e-dc506f8239bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6817","nonce":3335024011}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6819","nonce":3335024011}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6823","nonce":3335024011}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":3335024011},{"type":"v1","addr":"172.21.15.79:6821","nonce":3335024011}]},"public_addr":"172.21.15.79:6817/3335024011","cluster_addr":"172.21.15.79:6819/3335024011","heartbeat_back_addr":"172.21.15.79:6823/3335024011","heartbeat_front_addr":"172.21.15.79:6821/3335024011","state":["exists","up"]},{"osd":7,"uuid":"1ebb06a3-fce9-44e1-96e9-c74f3a6198ec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6825","nonce":2943538255}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6827","nonce":2943538255}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6831","nonce":2943538255}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":2943538255},{"type":"v1","addr":"172.21.15.79:6829","nonce":2943538255}]},"public_addr":"172.21.15.79:6825/2943538255","cluster_addr":"172.21.15.79:6827/2943538255","heartbeat_back_addr":"172.21.15.79:6831/2943538255","heartbeat_front_addr":"172.21.15.79:6829/2943538255","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":"2023-10-11T15:52:45.332143+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":"2023-10-11T15:53:03.536820+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":"2023-10-11T15:53:19.499054+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":"2023-10-11T15:53:34.904228+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":"2023-10-11T15:53:47.226858+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":"2023-10-11T15:54:00.289534+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":"2023-10-11T15:54:13.204374+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":"2023-10-11T15:54:25.700172+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2344363853":"2023-10-12T15:51:06.479971+0000","172.21.15.45:6801/174676504":"2023-10-12T15:51:06.479971+0000","172.21.15.45:0/2773280434":"2023-10-12T15:51:06.479971+0000","172.21.15.45:6800/174676504":"2023-10-12T15:51:06.479971+0000","172.21.15.45:0/3222518417":"2023-10-12T15:50:52.784788+0000","172.21.15.45:6801/2448326732":"2023-10-12T15:50:52.784788+0000","172.21.15.45:0/2230384923":"2023-10-12T15:50:52.784788+0000","172.21.15.45:6800/3800746796":"2023-10-12T15:50:33.870013+0000","172.21.15.45:0/2650808378":"2023-10-12T15:50:33.870013+0000","172.21.15.45:6800/2448326732":"2023-10-12T15:50:52.784788+0000","172.21.15.45:6801/3800746796":"2023-10-12T15:50:33.870013+0000","172.21.15.45:0/2939847329":"2023-10-12T15:50:33.870013+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}} 2023-10-11T15:54:42.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:41.685602+0000 mon.smithi045 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.45:0/3187631897' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:54:42.132 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-11T15:54:42.133 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-11T15:54:42.133 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-11T15:54:42.134 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-11T15:54:42.135 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-11T15:54:42.135 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-11T15:54:42.136 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-11T15:54:42.137 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-11T15:54:42.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:41.685602+0000 mon.smithi045 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.45:0/3187631897' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:54:42.823 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:42.977 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:43.010 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:42.573088+0000 mgr.smithi045.vzhlsu (mgr.14166) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:43.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:42.573088+0000 mgr.smithi045.vzhlsu (mgr.14166) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:43.277 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:43.428 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:43.884 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:44.587 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:44.638 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:44.791 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:45.667 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:44.573460+0000 mgr.smithi045.vzhlsu (mgr.14166) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:44.573460+0000 mgr.smithi045.vzhlsu (mgr.14166) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:47.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:46.573778+0000 mgr.smithi045.vzhlsu (mgr.14166) 180 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:46.573778+0000 mgr.smithi045.vzhlsu (mgr.14166) 180 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:48.140 INFO:teuthology.orchestra.run.smithi045.stdout:111669149713 2023-10-11T15:54:48.141 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-11T15:54:48.371 INFO:teuthology.orchestra.run.smithi045.stdout:60129542168 2023-10-11T15:54:48.371 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-11T15:54:48.510 INFO:teuthology.orchestra.run.smithi045.stdout:197568495622 2023-10-11T15:54:48.510 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-11T15:54:48.555 INFO:teuthology.orchestra.run.smithi045.stdout:154618822667 2023-10-11T15:54:48.556 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-11T15:54:49.522 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:49.829 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:49.831 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:48.574112+0000 mgr.smithi045.vzhlsu (mgr.14166) 181 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:50.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:48.574112+0000 mgr.smithi045.vzhlsu (mgr.14166) 181 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:50.158 INFO:teuthology.orchestra.run.smithi045.stdout:81604378644 2023-10-11T15:54:50.159 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-11T15:54:50.339 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:50.686 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:50.702 INFO:teuthology.orchestra.run.smithi045.stdout:38654705692 2023-10-11T15:54:50.703 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-11T15:54:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:50.574466+0000 mgr.smithi045.vzhlsu (mgr.14166) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:51.043 INFO:teuthology.orchestra.run.smithi045.stdout:176093659146 2023-10-11T15:54:51.044 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-11T15:54:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:50.574466+0000 mgr.smithi045.vzhlsu (mgr.14166) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:51.523 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:51.729 INFO:teuthology.orchestra.run.smithi045.stdout:133143986191 2023-10-11T15:54:51.730 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-11T15:54:52.360 INFO:teuthology.orchestra.run.smithi045.stdout:60129542168 2023-10-11T15:54:52.715 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:52.358900+0000 mon.smithi045 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.45:0/511998083' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-11T15:54:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:52.358900+0000 mon.smithi045 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.45:0/511998083' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-11T15:54:53.412 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542168 got 60129542168 for osd.1 2023-10-11T15:54:53.413 DEBUG:teuthology.parallel:result is None 2023-10-11T15:54:53.536 INFO:teuthology.orchestra.run.smithi045.stdout:197568495623 2023-10-11T15:54:53.697 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:52.574815+0000 mgr.smithi045.vzhlsu (mgr.14166) 183 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:53.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:52.574815+0000 mgr.smithi045.vzhlsu (mgr.14166) 183 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:53.884 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:54.112 INFO:teuthology.orchestra.run.smithi045.stdout:81604378645 2023-10-11T15:54:54.271 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495622 got 197568495623 for osd.7 2023-10-11T15:54:54.272 DEBUG:teuthology.parallel:result is None 2023-10-11T15:54:54.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:53.535364+0000 mon.smithi045 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.45:0/3552001475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-11T15:54:54.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:54.111210+0000 mon.smithi045 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.45:0/2007556931' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-11T15:54:54.698 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378644 got 81604378645 for osd.2 2023-10-11T15:54:54.698 DEBUG:teuthology.parallel:result is None 2023-10-11T15:54:54.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:53.535364+0000 mon.smithi045 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.45:0/3552001475' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-11T15:54:54.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:54.111210+0000 mon.smithi045 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.45:0/2007556931' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-11T15:54:54.920 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:54.921 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:55.144 INFO:teuthology.orchestra.run.smithi045.stdout:154618822669 2023-10-11T15:54:55.254 INFO:teuthology.orchestra.run.smithi045.stdout:111669149715 2023-10-11T15:54:55.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:54.575197+0000 mgr.smithi045.vzhlsu (mgr.14166) 184 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:55.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:55.143532+0000 mon.smithi045 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.45:0/3480710822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-11T15:54:55.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:55.253170+0000 mon.smithi045 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.45:0/2852379209' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-11T15:54:55.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:54.575197+0000 mgr.smithi045.vzhlsu (mgr.14166) 184 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:55.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:55.143532+0000 mon.smithi045 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.45:0/3480710822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-11T15:54:55.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:55.253170+0000 mon.smithi045 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.45:0/2852379209' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-11T15:54:56.563 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149713 got 111669149715 for osd.3 2023-10-11T15:54:56.563 DEBUG:teuthology.parallel:result is None 2023-10-11T15:54:56.597 INFO:teuthology.orchestra.run.smithi045.stdout:133143986192 2023-10-11T15:54:56.890 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:56.596377+0000 mon.smithi045 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.45:0/540703067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-11T15:54:56.915 INFO:teuthology.orchestra.run.smithi045.stdout:38654705693 2023-10-11T15:54:57.001 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822667 got 154618822669 for osd.5 2023-10-11T15:54:57.001 DEBUG:teuthology.parallel:result is None 2023-10-11T15:54:57.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:56.596377+0000 mon.smithi045 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.45:0/540703067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-11T15:54:57.401 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986191 got 133143986192 for osd.4 2023-10-11T15:54:57.402 DEBUG:teuthology.parallel:result is None 2023-10-11T15:54:57.604 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705692 got 38654705693 for osd.0 2023-10-11T15:54:57.605 DEBUG:teuthology.parallel:result is None 2023-10-11T15:54:57.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:56.575502+0000 mgr.smithi045.vzhlsu (mgr.14166) 185 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:57.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:56.914686+0000 mon.smithi045 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.45:0/47174703' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-11T15:54:58.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:56.575502+0000 mgr.smithi045.vzhlsu (mgr.14166) 185 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:54:58.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:56.914686+0000 mon.smithi045 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.45:0/47174703' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-11T15:54:58.613 INFO:teuthology.orchestra.run.smithi045.stdout:176093659147 2023-10-11T15:54:58.966 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:54:58.611998+0000 mon.smithi045 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.45:0/1370072891' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-11T15:54:59.003 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659146 got 176093659147 for osd.6 2023-10-11T15:54:59.004 DEBUG:teuthology.parallel:result is None 2023-10-11T15:54:59.004 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-11T15:54:59.004 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-11T15:54:59.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:54:58.611998+0000 mon.smithi045 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.45:0/1370072891' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-11T15:54:59.263 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:54:59.930 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:54:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:54:58.575836+0000 mgr.smithi045.vzhlsu (mgr.14166) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:00.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:54:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:54:58.575836+0000 mgr.smithi045.vzhlsu (mgr.14166) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:00.497 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:55:00.498 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2023-10-11T15:55:00.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:00.493945+0000 mgr.smithi045.vzhlsu (mgr.14166) 187 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:55:00.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:00.576162+0000 mgr.smithi045.vzhlsu (mgr.14166) 188 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:00.895 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":153,"stamp":"2023-10-11T15:54:58.575674+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":42960,"kb_used_data":3664,"kb_used_omap":0,"kb_used_meta":39232,"kb_avail":749918256,"statfs":{"total":767960285184,"available":767916294144,"internally_reserved":0,"allocated":3751936,"data_stored":1475184,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40173568},"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":48,"state":"active+clean","last_fresh":"2023-10-11T15:54:29.824045+0000","last_change":"2023-10-11T15:54:29.824045+0000","last_active":"2023-10-11T15:54:29.824045+0000","last_peered":"2023-10-11T15:54:29.824045+0000","last_clean":"2023-10-11T15:54:29.824045+0000","last_became_active":"2023-10-11T15:54:29.823593+0000","last_became_peered":"2023-10-11T15:54:29.823593+0000","last_unstale":"2023-10-11T15:54:29.824045+0000","last_undegraded":"2023-10-11T15:54:29.824045+0000","last_fullsized":"2023-10-11T15:54:29.824045+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-11T15:53:31.975555+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-11T15:53:31.975555+0000","last_clean_scrub_stamp":"2023-10-11T15:53:31.975555+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":46,"seq":197568495625,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5204,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739948,"statfs":{"total":95995035648,"available":95989706752,"internally_reserved":0,"allocated":471040,"data_stored":184552,"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.65900000000000003}]},{"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.61899999999999999}]},{"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.69499999999999995}]},{"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.75800000000000001}]},{"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.48499999999999999}]},{"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.54600000000000004}]},{"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.58699999999999997}]}]},{"osd":6,"up_from":41,"seq":176093659147,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5264,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739888,"statfs":{"total":95995035648,"available":95989645312,"internally_reserved":0,"allocated":466944,"data_stored":184251,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.66800000000000004}]},{"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.53200000000000003}]},{"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.503}]},{"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.58999999999999997}]},{"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.51400000000000001}]},{"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.61399999999999999}]},{"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.71399999999999997}]}]},{"osd":1,"up_from":14,"seq":60129542170,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5456,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739696,"statfs":{"total":95995035648,"available":95989448704,"internally_reserved":0,"allocated":466944,"data_stored":184237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":"Wed Oct 11 15:54:08 2023","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.41999999999999998}]},{"osd":2,"last update":"Wed Oct 11 15:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.438},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.63}]},{"osd":3,"last update":"Wed Oct 11 15:54:37 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.504},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.51800000000000002}]},{"osd":4,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.748},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.73099999999999998}]},{"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.86199999999999999}]},{"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.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.80700000000000005}]}]},{"osd":0,"up_from":9,"seq":38654705694,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5524,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739628,"statfs":{"total":95995035648,"available":95989379072,"internally_reserved":0,"allocated":471040,"data_stored":184552,"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":"Wed Oct 11 15:54:06 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.44700000000000001}]},{"osd":2,"last update":"Wed Oct 11 15:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.41099999999999998}]},{"osd":3,"last update":"Wed Oct 11 15:54:37 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.624},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.60999999999999999}]},{"osd":4,"last update":"Wed Oct 11 15:54:48 2023","interfaces":[{"interface":"back","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.52500000000000002}]},{"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.64800000000000002}]},{"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.56599999999999995}]},{"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.66400000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378646,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5460,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739692,"statfs":{"total":95995035648,"available":95989444608,"internally_reserved":0,"allocated":471040,"data_stored":184552,"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":"Wed Oct 11 15:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.59499999999999997}]},{"osd":1,"last update":"Wed Oct 11 15:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.61499999999999999}]},{"osd":3,"last update":"Wed Oct 11 15:54:36 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.70699999999999996}]},{"osd":4,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.504,"5min":0.504,"15min":0.504},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.83099999999999996}]},{"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.80100000000000005}]},{"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.81299999999999994}]},{"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.82299999999999995}]}]},{"osd":3,"up_from":26,"seq":111669149716,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5396,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739756,"statfs":{"total":95995035648,"available":95989510144,"internally_reserved":0,"allocated":471040,"data_stored":184552,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:54:36 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.63300000000000001}]},{"osd":1,"last update":"Wed Oct 11 15:54:36 2023","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":1.387,"5min":1.387,"15min":1.387},"last":0.65400000000000003}]},{"osd":2,"last update":"Wed Oct 11 15:54:36 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.77000000000000002}]},{"osd":4,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.90200000000000002}]},{"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.78700000000000003}]},{"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.80600000000000005}]},{"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.81799999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986192,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5328,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739824,"statfs":{"total":95995035648,"available":95989579776,"internally_reserved":0,"allocated":466944,"data_stored":184251,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.60499999999999998}]},{"osd":1,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.61399999999999999}]},{"osd":2,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.56799999999999995}]},{"osd":3,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.70099999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52100000000000002}]},{"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.49399999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5328,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739824,"statfs":{"total":95995035648,"available":95989579776,"internally_reserved":0,"allocated":466944,"data_stored":184237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.40300000000000002}]},{"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.44600000000000001}]},{"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.50900000000000001}]},{"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.70699999999999996}]},{"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.57499999999999996}]},{"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.64200000000000002}]},{"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.69499999999999995}]}]}],"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}]}} 2023-10-11T15:55:00.896 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-11T15:55:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:00.493945+0000 mgr.smithi045.vzhlsu (mgr.14166) 187 : audit [DBG] from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:55:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:00.576162+0000 mgr.smithi045.vzhlsu (mgr.14166) 188 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:01.156 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:55:02.501 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:55:02.502 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2023-10-11T15:55:02.895 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":154,"stamp":"2023-10-11T15:55:00.576014+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":42960,"kb_used_data":3664,"kb_used_omap":0,"kb_used_meta":39232,"kb_avail":749918256,"statfs":{"total":767960285184,"available":767916294144,"internally_reserved":0,"allocated":3751936,"data_stored":1475184,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40173568},"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":48,"state":"active+clean","last_fresh":"2023-10-11T15:54:29.824045+0000","last_change":"2023-10-11T15:54:29.824045+0000","last_active":"2023-10-11T15:54:29.824045+0000","last_peered":"2023-10-11T15:54:29.824045+0000","last_clean":"2023-10-11T15:54:29.824045+0000","last_became_active":"2023-10-11T15:54:29.823593+0000","last_became_peered":"2023-10-11T15:54:29.823593+0000","last_unstale":"2023-10-11T15:54:29.824045+0000","last_undegraded":"2023-10-11T15:54:29.824045+0000","last_fullsized":"2023-10-11T15:54:29.824045+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-11T15:53:31.975555+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-11T15:53:31.975555+0000","last_clean_scrub_stamp":"2023-10-11T15:53:31.975555+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":46,"seq":197568495625,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5204,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739948,"statfs":{"total":95995035648,"available":95989706752,"internally_reserved":0,"allocated":471040,"data_stored":184552,"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.65900000000000003}]},{"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.61899999999999999}]},{"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.69499999999999995}]},{"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.75800000000000001}]},{"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.48499999999999999}]},{"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.54600000000000004}]},{"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.58699999999999997}]}]},{"osd":6,"up_from":41,"seq":176093659148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5264,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739888,"statfs":{"total":95995035648,"available":95989645312,"internally_reserved":0,"allocated":466944,"data_stored":184251,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.71299999999999997}]},{"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.55400000000000005}]},{"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.56000000000000005}]},{"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.57899999999999996}]},{"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.38200000000000001}]},{"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.437}]},{"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.45500000000000002}]}]},{"osd":1,"up_from":14,"seq":60129542170,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5456,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739696,"statfs":{"total":95995035648,"available":95989448704,"internally_reserved":0,"allocated":466944,"data_stored":184237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"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":"Wed Oct 11 15:54:08 2023","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.41999999999999998}]},{"osd":2,"last update":"Wed Oct 11 15:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.438},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.63}]},{"osd":3,"last update":"Wed Oct 11 15:54:37 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.504},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.51800000000000002}]},{"osd":4,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.748},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.73099999999999998}]},{"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.86199999999999999}]},{"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.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.80700000000000005}]}]},{"osd":0,"up_from":9,"seq":38654705694,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5524,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739628,"statfs":{"total":95995035648,"available":95989379072,"internally_reserved":0,"allocated":471040,"data_stored":184552,"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":"Wed Oct 11 15:54:06 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.44700000000000001}]},{"osd":2,"last update":"Wed Oct 11 15:54:22 2023","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.41099999999999998}]},{"osd":3,"last update":"Wed Oct 11 15:54:37 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.624},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.60999999999999999}]},{"osd":4,"last update":"Wed Oct 11 15:54:48 2023","interfaces":[{"interface":"back","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.52500000000000002}]},{"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.64800000000000002}]},{"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.56599999999999995}]},{"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.66400000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378646,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5460,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739692,"statfs":{"total":95995035648,"available":95989444608,"internally_reserved":0,"allocated":471040,"data_stored":184552,"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":"Wed Oct 11 15:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.59499999999999997}]},{"osd":1,"last update":"Wed Oct 11 15:54:26 2023","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.61499999999999999}]},{"osd":3,"last update":"Wed Oct 11 15:54:36 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.70699999999999996}]},{"osd":4,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.504,"5min":0.504,"15min":0.504},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.83099999999999996}]},{"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.80100000000000005}]},{"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.81299999999999994}]},{"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.82299999999999995}]}]},{"osd":3,"up_from":26,"seq":111669149716,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5396,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739756,"statfs":{"total":95995035648,"available":95989510144,"internally_reserved":0,"allocated":471040,"data_stored":184552,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:54:36 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.63300000000000001}]},{"osd":1,"last update":"Wed Oct 11 15:54:36 2023","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":1.387,"5min":1.387,"15min":1.387},"last":0.65400000000000003}]},{"osd":2,"last update":"Wed Oct 11 15:54:36 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.77000000000000002}]},{"osd":4,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.90200000000000002}]},{"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.78700000000000003}]},{"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.80600000000000005}]},{"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.81799999999999995}]}]},{"osd":4,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5328,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739824,"statfs":{"total":95995035648,"available":95989579776,"internally_reserved":0,"allocated":466944,"data_stored":184251,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"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":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.66600000000000004}]},{"osd":1,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.57699999999999996}]},{"osd":2,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.621},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.69999999999999996}]},{"osd":3,"last update":"Wed Oct 11 15:54:50 2023","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.59599999999999997}]},{"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.56200000000000006}]},{"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":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.48099999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5328,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739824,"statfs":{"total":95995035648,"available":95989579776,"internally_reserved":0,"allocated":466944,"data_stored":184237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.40300000000000002}]},{"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.44600000000000001}]},{"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.50900000000000001}]},{"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.70699999999999996}]},{"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.57499999999999996}]},{"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.64200000000000002}]},{"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.69499999999999995}]}]}],"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}]}} 2023-10-11T15:55:02.896 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-11T15:55:02.897 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-11T15:55:02.897 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-11T15:55:02.897 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-11T15:55:03.153 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/mon.smithi045/config 2023-10-11T15:55:03.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:02.497987+0000 mgr.smithi045.vzhlsu (mgr.14166) 189 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:55:03.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:02.576655+0000 mgr.smithi045.vzhlsu (mgr.14166) 190 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:03.938 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:02.497987+0000 mgr.smithi045.vzhlsu (mgr.14166) 189 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:55:03.938 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:02.576655+0000 mgr.smithi045.vzhlsu (mgr.14166) 190 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:04.516 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:55:04.820 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:04.514952+0000 mon.smithi045 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.45:0/436857775' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-11T15:55:04.905 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-11T15:55:04.906 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-11T15:55:04.906 INFO:tasks.cephadm:Setup complete, yielding 2023-10-11T15:55:04.907 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T15:55:04.921 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:55:04.923 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-11T15:55:05.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:04.514952+0000 mon.smithi045 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.45:0/436857775' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-11T15:55:05.985 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:04.577027+0000 mgr.smithi045.vzhlsu (mgr.14166) 191 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:06.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:04.577027+0000 mgr.smithi045.vzhlsu (mgr.14166) 191 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:06.418 INFO:teuthology.orchestra.run.smithi045.stdout:Backend: cephadm 2023-10-11T15:55:06.418 INFO:teuthology.orchestra.run.smithi045.stdout:Available: Yes 2023-10-11T15:55:06.419 INFO:teuthology.orchestra.run.smithi045.stdout:Paused: No 2023-10-11T15:55:06.815 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-11T15:55:07.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:06.416595+0000 mgr.smithi045.vzhlsu (mgr.14166) 192 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:07.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:06.577301+0000 mgr.smithi045.vzhlsu (mgr.14166) 193 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:07.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:06.711315+0000 mon.smithi045 (mon.0) 596 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:55:07.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:06.711545+0000 mon.smithi045 (mon.0) 597 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:55:08.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:06.416595+0000 mgr.smithi045.vzhlsu (mgr.14166) 192 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:06.577301+0000 mgr.smithi045.vzhlsu (mgr.14166) 193 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:06.711315+0000 mon.smithi045 (mon.0) 596 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:55:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:06.711545+0000 mon.smithi045 (mon.0) 597 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:55:08.361 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:55:08.361 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (2m) 64s ago 3m 12.1M - 0.20.0 0881eb8f169f a144a27b5c0e 2023-10-11T15:55:08.362 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (3m) 64s ago 3m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T15:55:08.362 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (2m) 45s ago 2m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T15:55:08.362 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (2m) 64s ago 3m 29.5M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T15:55:08.363 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (4m) 64s ago 4m 430M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T15:55:08.363 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (2m) 45s ago 2m 378M - 16.2.5 6933c2a0b7dd ce41814b4c08 2023-10-11T15:55:08.363 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (4m) 64s ago 4m 75.6M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T15:55:08.364 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (2m) 45s ago 2m 75.0M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T15:55:08.364 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (3m) 64s ago 3m 18.1M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T15:55:08.364 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (2m) 45s ago 2m 18.0M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T15:55:08.364 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (2m) 64s ago 2m 34.5M 3223M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T15:55:08.365 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (2m) 64s ago 2m 34.2M 3223M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T15:55:08.365 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (113s) 64s ago 113s 31.6M 3223M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T15:55:08.365 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (97s) 64s ago 97s 31.8M 3223M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T15:55:08.366 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (85s) 45s ago 85s 31.2M 3990M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T15:55:08.366 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (72s) 45s ago 72s 31.1M 3990M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T15:55:08.366 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (59s) 45s ago 59s 31.7M 3990M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T15:55:08.367 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (47s) 45s ago 46s 13.8M 3990M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T15:55:08.367 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (2m) 64s ago 3m 34.0M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T15:55:08.735 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-11T15:55:09.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:08.350818+0000 mgr.smithi045.vzhlsu (mgr.14166) 194 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:09.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:08.577745+0000 mgr.smithi045.vzhlsu (mgr.14166) 195 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:10.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:08.350818+0000 mgr.smithi045.vzhlsu (mgr.14166) 194 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:10.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:08.577745+0000 mgr.smithi045.vzhlsu (mgr.14166) 195 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:10.238 INFO:teuthology.orchestra.run.smithi045.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-11T15:55:10.238 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager ?:9093,9094 1/1 66s ago 4m count:1 2023-10-11T15:55:10.238 INFO:teuthology.orchestra.run.smithi045.stdout:crash 2/2 66s ago 4m * 2023-10-11T15:55:10.238 INFO:teuthology.orchestra.run.smithi045.stdout:grafana ?:3000 1/1 66s ago 4m count:1 2023-10-11T15:55:10.239 INFO:teuthology.orchestra.run.smithi045.stdout:mgr 2/2 66s ago 4m count:2 2023-10-11T15:55:10.239 INFO:teuthology.orchestra.run.smithi045.stdout:mon 2/2 66s ago 3m smithi045:172.21.15.45=smithi045;smithi079:172.21.15.79=smithi079;count:2 2023-10-11T15:55:10.239 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter ?:9100 2/2 66s ago 4m * 2023-10-11T15:55:10.239 INFO:teuthology.orchestra.run.smithi045.stdout:osd 8/8 66s ago - 2023-10-11T15:55:10.239 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus ?:9095 1/1 66s ago 4m count:1 2023-10-11T15:55:10.659 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-11T15:55:11.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:10.232986+0000 mgr.smithi045.vzhlsu (mgr.14166) 196 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:11.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:10.578157+0000 mgr.smithi045.vzhlsu (mgr.14166) 197 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:10.232986+0000 mgr.smithi045.vzhlsu (mgr.14166) 196 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:11.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:10.578157+0000 mgr.smithi045.vzhlsu (mgr.14166) 197 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:12.140 INFO:teuthology.orchestra.run.smithi045.stdout:HOST ADDR LABELS STATUS 2023-10-11T15:55:12.140 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 172.21.15.45 2023-10-11T15:55:12.140 INFO:teuthology.orchestra.run.smithi045.stdout:smithi079 172.21.15.79 2023-10-11T15:55:12.527 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-11T15:55:13.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:12.138502+0000 mgr.smithi045.vzhlsu (mgr.14166) 198 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:13.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:12.578507+0000 mgr.smithi045.vzhlsu (mgr.14166) 199 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:14.013 INFO:teuthology.orchestra.run.smithi045.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2023-10-11T15:55:14.014 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 /dev/nvme0n1 ssd PHMB75120098480DGN 480G Unknown N/A N/A No 2023-10-11T15:55:14.014 INFO:teuthology.orchestra.run.smithi045.stdout:smithi079 /dev/nvme0n1 ssd PHFT6204013G400BGN 400G Unknown N/A N/A No 2023-10-11T15:55:14.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:12.138502+0000 mgr.smithi045.vzhlsu (mgr.14166) 198 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:14.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:12.578507+0000 mgr.smithi045.vzhlsu (mgr.14166) 199 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:14.394 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T15:55:14.403 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:55:14.403 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-11T15:55:14.440 INFO:teuthology.orchestra.run.smithi045.stderr:+ systemctl stop nfs-server 2023-10-11T15:55:14.449 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi079.front.sepia.ceph.com 2023-10-11T15:55:14.450 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-11T15:55:14.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ systemctl stop nfs-server 2023-10-11T15:55:14.496 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T15:55:14.505 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:55:14.506 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-10-11T15:55:16.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:14.011520+0000 mgr.smithi045.vzhlsu (mgr.14166) 200 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:16.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:14.578860+0000 mgr.smithi045.vzhlsu (mgr.14166) 201 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:16.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:14.011520+0000 mgr.smithi045.vzhlsu (mgr.14166) 200 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:16.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:14.578860+0000 mgr.smithi045.vzhlsu (mgr.14166) 201 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:17.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:16.021432+0000 mon.smithi045 (mon.0) 598 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-11T15:55:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:16.021432+0000 mon.smithi045 (mon.0) 598 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-11T15:55:18.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T15:55:17.658+0000 7f678e175700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-11T15:55:18.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:16.020859+0000 mgr.smithi045.vzhlsu (mgr.14166) 202 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:18.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:16.579360+0000 mgr.smithi045.vzhlsu (mgr.14166) 203 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:18.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:16.644272+0000 mon.smithi045 (mon.0) 599 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-11T15:55:18.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:16.644358+0000 mon.smithi045 (mon.0) 600 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-10-11T15:55:18.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:16.647290+0000 mon.smithi045 (mon.0) 601 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-11T15:55:18.079 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-11T15:55:18.088 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-10-11T15:55:18.089 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T15:55:18.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:16.020859+0000 mgr.smithi045.vzhlsu (mgr.14166) 202 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:18.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:16.579360+0000 mgr.smithi045.vzhlsu (mgr.14166) 203 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:18.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:16.644272+0000 mon.smithi045 (mon.0) 599 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-11T15:55:18.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:16.644358+0000 mon.smithi045 (mon.0) 600 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-10-11T15:55:18.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:16.647290+0000 mon.smithi045 (mon.0) 601 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-11T15:55:18.718 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:17.647376+0000 mon.smithi045 (mon.0) 602 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-11T15:55:18.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:17.647607+0000 mon.smithi045 (mon.0) 603 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-10-11T15:55:18.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:17.658563+0000 mon.smithi045 (mon.0) 604 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-11T15:55:18.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:17.659544+0000 mon.smithi045 (mon.0) 605 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-11T15:55:18.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:17.659582+0000 mon.smithi045 (mon.0) 606 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-11T15:55:18.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:17.673735+0000 mon.smithi045 (mon.0) 607 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-10-11T15:55:18.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:17.673901+0000 mon.smithi045 (mon.0) 608 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-11T15:55:18.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:17.674011+0000 mon.smithi045 (mon.0) 609 : cluster [DBG] fsmap foofs:0 2023-10-11T15:55:18.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:17.683326+0000 mon.smithi045 (mon.0) 610 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:18.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:17.684444+0000 mon.smithi045 (mon.0) 611 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:18.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:17.686375+0000 mon.smithi045 (mon.0) 612 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:18.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:17.688540+0000 mon.smithi045 (mon.0) 613 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:18.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:18.147873+0000 mon.smithi045 (mon.0) 614 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:18.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:18.157113+0000 mon.smithi045 (mon.0) 615 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:18.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:18.158019+0000 mon.smithi045 (mon.0) 616 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.iyzjhc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T15:55:18.721 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:18.161529+0000 mon.smithi045 (mon.0) 617 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.iyzjhc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-11T15:55:18.722 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:18.162520+0000 mon.smithi045 (mon.0) 618 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:19.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:17.647376+0000 mon.smithi045 (mon.0) 602 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-11T15:55:19.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:17.647607+0000 mon.smithi045 (mon.0) 603 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-10-11T15:55:19.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:17.658563+0000 mon.smithi045 (mon.0) 604 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-11T15:55:19.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:17.659544+0000 mon.smithi045 (mon.0) 605 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-11T15:55:19.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:17.659582+0000 mon.smithi045 (mon.0) 606 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-11T15:55:19.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:17.673735+0000 mon.smithi045 (mon.0) 607 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-10-11T15:55:19.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:17.673901+0000 mon.smithi045 (mon.0) 608 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-11T15:55:19.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:17.674011+0000 mon.smithi045 (mon.0) 609 : cluster [DBG] fsmap foofs:0 2023-10-11T15:55:19.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:17.683326+0000 mon.smithi045 (mon.0) 610 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:19.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:17.684444+0000 mon.smithi045 (mon.0) 611 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:19.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:17.686375+0000 mon.smithi045 (mon.0) 612 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:19.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:17.688540+0000 mon.smithi045 (mon.0) 613 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:19.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:18.147873+0000 mon.smithi045 (mon.0) 614 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:19.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:18.157113+0000 mon.smithi045 (mon.0) 615 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:19.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:18.158019+0000 mon.smithi045 (mon.0) 616 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.iyzjhc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T15:55:19.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:18.161529+0000 mon.smithi045 (mon.0) 617 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.iyzjhc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-11T15:55:19.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:18.162520+0000 mon.smithi045 (mon.0) 618 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:17.678063+0000 mgr.smithi045.vzhlsu (mgr.14166) 204 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-10-11T15:55:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:18.163233+0000 mgr.smithi045.vzhlsu (mgr.14166) 205 : cephadm [INF] Deploying daemon mds.foofs.smithi045.iyzjhc on smithi045 2023-10-11T15:55:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:18.579950+0000 mgr.smithi045.vzhlsu (mgr.14166) 206 : cluster [DBG] pgmap v166: 65 pgs: 7 active+clean, 16 creating+peering, 42 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:18.673472+0000 mon.smithi045 (mon.0) 619 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-10-11T15:55:20.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:17.678063+0000 mgr.smithi045.vzhlsu (mgr.14166) 204 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-10-11T15:55:20.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:18.163233+0000 mgr.smithi045.vzhlsu (mgr.14166) 205 : cephadm [INF] Deploying daemon mds.foofs.smithi045.iyzjhc on smithi045 2023-10-11T15:55:20.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:18.579950+0000 mgr.smithi045.vzhlsu (mgr.14166) 206 : cluster [DBG] pgmap v166: 65 pgs: 7 active+clean, 16 creating+peering, 42 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:20.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:18.673472+0000 mon.smithi045 (mon.0) 619 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-10-11T15:55:20.144 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:55:20.144 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:50:56.684067Z", "last_refresh": "2023-10-11T15:54:03.461104Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:50:45.463662Z", "last_refresh": "2023-10-11T15:54:03.461170Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-11T15:50:54.798577Z", "last_refresh": "2023-10-11T15:54:03.461235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:55:17.683730Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-11T15:55:17.678091Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:50:44.325205Z", "last_refresh": "2023-10-11T15:54:03.461031Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:51:23.406817Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:51:23.403739Z", "last_refresh": "2023-10-11T15:54:03.460860Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:50:55.739998Z", "last_refresh": "2023-10-11T15:54:03.461298Z", "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": "2023-10-11T15:54:03.461425Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:50:53.841781Z", "last_refresh": "2023-10-11T15:54:03.461362Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-11T15:55:20.584 INFO:tasks.cephadm:mds.foofs has 0/2 2023-10-11T15:55:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:19.675442+0000 mon.smithi045 (mon.0) 620 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-10-11T15:55:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:20.138716+0000 mgr.smithi045.vzhlsu (mgr.14166) 207 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:55:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:20.278005+0000 mon.smithi045 (mon.0) 621 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:20.279055+0000 mon.smithi045 (mon.0) 622 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.thsczk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T15:55:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:20.281840+0000 mon.smithi045 (mon.0) 623 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.thsczk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-11T15:55:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:20.282537+0000 mon.smithi045 (mon.0) 624 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:20.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:20.283134+0000 mgr.smithi045.vzhlsu (mgr.14166) 208 : cephadm [INF] Deploying daemon mds.foofs.smithi079.thsczk on smithi079 2023-10-11T15:55:20.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:20.580359+0000 mgr.smithi045.vzhlsu (mgr.14166) 209 : cluster [DBG] pgmap v169: 65 pgs: 18 active+clean, 1 creating+activating, 16 creating+peering, 30 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:21.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:19.675442+0000 mon.smithi045 (mon.0) 620 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-10-11T15:55:21.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:20.138716+0000 mgr.smithi045.vzhlsu (mgr.14166) 207 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:55:21.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:20.278005+0000 mon.smithi045 (mon.0) 621 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:21.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:20.279055+0000 mon.smithi045 (mon.0) 622 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.thsczk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T15:55:21.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:20.281840+0000 mon.smithi045 (mon.0) 623 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.thsczk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-11T15:55:21.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:20.282537+0000 mon.smithi045 (mon.0) 624 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:21.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:20.283134+0000 mgr.smithi045.vzhlsu (mgr.14166) 208 : cephadm [INF] Deploying daemon mds.foofs.smithi079.thsczk on smithi079 2023-10-11T15:55:21.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:20.580359+0000 mgr.smithi045.vzhlsu (mgr.14166) 209 : cluster [DBG] pgmap v169: 65 pgs: 18 active+clean, 1 creating+activating, 16 creating+peering, 30 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:21.586 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T15:55:21.952 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:20.690207+0000 mon.smithi045 (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526] up:boot 2023-10-11T15:55:21.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:20.690284+0000 mon.smithi045 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi045.iyzjhc assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-11T15:55:21.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:20.690381+0000 mon.smithi045 (mon.0) 627 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-11T15:55:21.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:20.690406+0000 mon.smithi045 (mon.0) 628 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-11T15:55:21.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:20.690451+0000 mon.smithi045 (mon.0) 629 : cluster [INF] Cluster is now healthy 2023-10-11T15:55:21.954 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:20.690663+0000 mon.smithi045 (mon.0) 630 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-10-11T15:55:21.954 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:20.690791+0000 mon.smithi045 (mon.0) 631 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T15:55:21.954 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:20.693486+0000 mon.smithi045 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:creating} 2023-10-11T15:55:21.954 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:20.710676+0000 mon.smithi045 (mon.0) 633 : cluster [INF] daemon mds.foofs.smithi045.iyzjhc is now active in filesystem foofs as rank 0 2023-10-11T15:55:22.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:20.690207+0000 mon.smithi045 (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526] up:boot 2023-10-11T15:55:22.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:20.690284+0000 mon.smithi045 (mon.0) 626 : cluster [INF] daemon mds.foofs.smithi045.iyzjhc assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-11T15:55:22.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:20.690381+0000 mon.smithi045 (mon.0) 627 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-11T15:55:22.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:20.690406+0000 mon.smithi045 (mon.0) 628 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-11T15:55:22.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:20.690451+0000 mon.smithi045 (mon.0) 629 : cluster [INF] Cluster is now healthy 2023-10-11T15:55:22.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:20.690663+0000 mon.smithi045 (mon.0) 630 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-10-11T15:55:22.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:20.690791+0000 mon.smithi045 (mon.0) 631 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T15:55:22.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:20.693486+0000 mon.smithi045 (mon.0) 632 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:creating} 2023-10-11T15:55:22.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:20.710676+0000 mon.smithi045 (mon.0) 633 : cluster [INF] daemon mds.foofs.smithi045.iyzjhc is now active in filesystem foofs as rank 0 2023-10-11T15:55:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:21.697734+0000 mon.smithi045 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526] up:active 2023-10-11T15:55:22.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:21.697801+0000 mon.smithi045 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 2023-10-11T15:55:22.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:21.710399+0000 mon.smithi045 (mon.0) 636 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:22.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:21.718217+0000 mon.smithi045 (mon.0) 637 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:22.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:21.719352+0000 mon.smithi045 (mon.0) 638 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:22.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:21.720285+0000 mon.smithi045 (mon.0) 639 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:22.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:22.580829+0000 mgr.smithi045.vzhlsu (mgr.14166) 210 : cluster [DBG] pgmap v170: 65 pgs: 58 active+clean, 1 creating+activating, 6 creating+peering; 588 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:23.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:21.697734+0000 mon.smithi045 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526] up:active 2023-10-11T15:55:23.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:21.697801+0000 mon.smithi045 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 2023-10-11T15:55:23.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:21.710399+0000 mon.smithi045 (mon.0) 636 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:23.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:21.718217+0000 mon.smithi045 (mon.0) 637 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:23.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:21.719352+0000 mon.smithi045 (mon.0) 638 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:23.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:21.720285+0000 mon.smithi045 (mon.0) 639 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:23.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:22.580829+0000 mgr.smithi045.vzhlsu (mgr.14166) 210 : cluster [DBG] pgmap v170: 65 pgs: 58 active+clean, 1 creating+activating, 6 creating+peering; 588 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:55:23.288 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:55:23.289 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:50:56.684067Z", "last_refresh": "2023-10-11T15:54:03.461104Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:50:45.463662Z", "last_refresh": "2023-10-11T15:54:03.461170Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-10-11T15:50:54.798577Z", "last_refresh": "2023-10-11T15:54:03.461235Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:55:17.683730Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-11T15:55:17.678091Z", "last_refresh": "2023-10-11T15:55:22.942653Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:50:44.325205Z", "last_refresh": "2023-10-11T15:54:03.461031Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:51:23.406817Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:51:23.403739Z", "last_refresh": "2023-10-11T15:54:03.460860Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:50:55.739998Z", "last_refresh": "2023-10-11T15:54:03.461298Z", "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": "2023-10-11T15:54:03.461425Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:50:53.841781Z", "last_refresh": "2023-10-11T15:54:03.461362Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-11T15:55:23.835 INFO:tasks.cephadm:mds.foofs has 2/2 2023-10-11T15:55:23.835 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T15:55:23.845 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:55:23.845 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-10-11T15:55:24.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:22.948215+0000 mon.smithi045 (mon.0) 640 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:23.283576+0000 mgr.smithi045.vzhlsu (mgr.14166) 211 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:55:24.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:22.948215+0000 mon.smithi045 (mon.0) 640 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:23.283576+0000 mgr.smithi045.vzhlsu (mgr.14166) 211 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:55:25.144 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:24.581246+0000 mgr.smithi045.vzhlsu (mgr.14166) 212 : cluster [DBG] pgmap v171: 65 pgs: 65 active+clean; 610 B data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 3 op/s 2023-10-11T15:55:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:24.581246+0000 mgr.smithi045.vzhlsu (mgr.14166) 212 : cluster [DBG] pgmap v171: 65 pgs: 65 active+clean; 610 B data, 44 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 3 op/s 2023-10-11T15:55:26.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:25.544226+0000 mgr.smithi045.vzhlsu (mgr.14166) 213 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:26.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:25.545581+0000 mon.smithi045 (mon.0) 641 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-10-11T15:55:26.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.027909+0000 mon.smithi045 (mon.0) 642 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:26.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.031193+0000 mon.smithi045 (mon.0) 643 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:26.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.034993+0000 mon.smithi045 (mon.0) 644 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:26.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.035999+0000 mon.smithi045 (mon.0) 645 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:26.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.036582+0000 mon.smithi045 (mon.0) 646 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:26.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:25.544226+0000 mgr.smithi045.vzhlsu (mgr.14166) 213 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:26.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:25.545581+0000 mon.smithi045 (mon.0) 641 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-10-11T15:55:26.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.027909+0000 mon.smithi045 (mon.0) 642 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:26.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.031193+0000 mon.smithi045 (mon.0) 643 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:26.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.034993+0000 mon.smithi045 (mon.0) 644 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:26.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.035999+0000 mon.smithi045 (mon.0) 645 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:26.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.036582+0000 mon.smithi045 (mon.0) 646 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:27.118 INFO:teuthology.orchestra.run.smithi045.stdout:NFS Cluster Created Successfully 2023-10-11T15:55:27.355 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.075728+0000 mon.smithi045 (mon.0) 647 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-10-11T15:55:27.355 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:26.075784+0000 mon.smithi045 (mon.0) 648 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-10-11T15:55:27.356 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:26.082360+0000 mon.smithi045 (mon.0) 649 : cluster [DBG] mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:boot 2023-10-11T15:55:27.356 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:26.083673+0000 mon.smithi045 (mon.0) 650 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T15:55:27.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.083990+0000 mon.smithi045 (mon.0) 651 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-10-11T15:55:27.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.084481+0000 mon.smithi045 (mon.0) 652 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T15:55:27.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:26.087920+0000 mon.smithi045 (mon.0) 653 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T15:55:27.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.292290+0000 mon.smithi045 (mon.0) 654 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:27.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:26.461200+0000 mon.smithi045 (mon.0) 655 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:27.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:26.582012+0000 mgr.smithi045.vzhlsu (mgr.14166) 214 : cluster [DBG] pgmap v173: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-10-11T15:55:27.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.078970+0000 mon.smithi045 (mon.0) 656 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-10-11T15:55:27.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:27.079160+0000 mon.smithi045 (mon.0) 657 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-10-11T15:55:27.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.075728+0000 mon.smithi045 (mon.0) 647 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-10-11T15:55:27.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:26.075784+0000 mon.smithi045 (mon.0) 648 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-10-11T15:55:27.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:26.082360+0000 mon.smithi045 (mon.0) 649 : cluster [DBG] mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:boot 2023-10-11T15:55:27.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:26.083673+0000 mon.smithi045 (mon.0) 650 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T15:55:27.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.083990+0000 mon.smithi045 (mon.0) 651 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-10-11T15:55:27.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.084481+0000 mon.smithi045 (mon.0) 652 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T15:55:27.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:26.087920+0000 mon.smithi045 (mon.0) 653 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T15:55:27.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.292290+0000 mon.smithi045 (mon.0) 654 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:27.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:26.461200+0000 mon.smithi045 (mon.0) 655 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:27.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:26.582012+0000 mgr.smithi045.vzhlsu (mgr.14166) 214 : cluster [DBG] pgmap v173: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-10-11T15:55:27.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.078970+0000 mon.smithi045 (mon.0) 656 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-10-11T15:55:27.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:27.079160+0000 mon.smithi045 (mon.0) 657 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-10-11T15:55:27.565 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- 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' 2023-10-11T15:55:28.356 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:27.112766+0000 mgr.smithi045.vzhlsu (mgr.14166) 215 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-10-11T15:55:28.356 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.116332+0000 mon.smithi045 (mon.0) 658 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:28.356 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.117020+0000 mon.smithi045 (mon.0) 659 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:28.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.124617+0000 mon.smithi045 (mon.0) 660 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:28.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.125833+0000 mon.smithi045 (mon.0) 661 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:28.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.134685+0000 mon.smithi045 (mon.0) 662 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:28.357 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.141642+0000 mon.smithi045 (mon.0) 663 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:28.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:27.154062+0000 mgr.smithi045.vzhlsu (mgr.14166) 216 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi045.tzivdj 2023-10-11T15:55:28.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.154405+0000 mon.smithi045 (mon.0) 664 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.tzivdj", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-10-11T15:55:28.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.158207+0000 mon.smithi045 (mon.0) 665 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.tzivdj", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-10-11T15:55:28.358 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:27.158818+0000 mgr.smithi045.vzhlsu (mgr.14166) 217 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T15:55:28.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.159181+0000 mon.smithi045 (mon.0) 666 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-10-11T15:55:28.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.161946+0000 mon.smithi045 (mon.0) 667 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-10-11T15:55:28.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.163130+0000 mon.smithi045 (mon.0) 668 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:28.359 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.215175+0000 mon.smithi045 (mon.0) 669 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:55:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.218750+0000 mon.smithi045 (mon.0) 670 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:55:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:27.264554+0000 mgr.smithi045.vzhlsu (mgr.14166) 218 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-11T15:55:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:27.264667+0000 mgr.smithi045.vzhlsu (mgr.14166) 219 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi045.tzivdj-rgw 2023-10-11T15:55:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.265052+0000 mon.smithi045 (mon.0) 671 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:55:28.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.268922+0000 mon.smithi045 (mon.0) 672 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:55:28.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:27.273178+0000 mon.smithi045 (mon.0) 673 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:28.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:27.274032+0000 mgr.smithi045.vzhlsu (mgr.14166) 220 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi045.tzivdj on smithi045 2023-10-11T15:55:28.361 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:28.093970+0000 mon.smithi045 (mon.0) 674 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-10-11T15:55:28.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:27.112766+0000 mgr.smithi045.vzhlsu (mgr.14166) 215 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-10-11T15:55:28.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.116332+0000 mon.smithi045 (mon.0) 658 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:28.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.117020+0000 mon.smithi045 (mon.0) 659 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:28.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.124617+0000 mon.smithi045 (mon.0) 660 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:28.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.125833+0000 mon.smithi045 (mon.0) 661 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:28.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.134685+0000 mon.smithi045 (mon.0) 662 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:28.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.141642+0000 mon.smithi045 (mon.0) 663 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:28.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:27.154062+0000 mgr.smithi045.vzhlsu (mgr.14166) 216 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi045.tzivdj 2023-10-11T15:55:28.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.154405+0000 mon.smithi045 (mon.0) 664 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.tzivdj", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-10-11T15:55:28.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.158207+0000 mon.smithi045 (mon.0) 665 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.tzivdj", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-10-11T15:55:28.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:27.158818+0000 mgr.smithi045.vzhlsu (mgr.14166) 217 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T15:55:28.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.159181+0000 mon.smithi045 (mon.0) 666 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-10-11T15:55:28.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.161946+0000 mon.smithi045 (mon.0) 667 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-10-11T15:55:28.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.163130+0000 mon.smithi045 (mon.0) 668 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:28.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.215175+0000 mon.smithi045 (mon.0) 669 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:55:28.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.218750+0000 mon.smithi045 (mon.0) 670 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:55:28.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:27.264554+0000 mgr.smithi045.vzhlsu (mgr.14166) 218 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-11T15:55:28.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:27.264667+0000 mgr.smithi045.vzhlsu (mgr.14166) 219 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi045.tzivdj-rgw 2023-10-11T15:55:28.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.265052+0000 mon.smithi045 (mon.0) 671 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:55:28.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.268922+0000 mon.smithi045 (mon.0) 672 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:55:28.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:27.273178+0000 mon.smithi045 (mon.0) 673 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:28.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:27.274032+0000 mgr.smithi045.vzhlsu (mgr.14166) 220 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi045.tzivdj on smithi045 2023-10-11T15:55:28.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:28.093970+0000 mon.smithi045 (mon.0) 674 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-10-11T15:55:29.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:28.469627+0000 mon.smithi045 (mon.0) 675 : cluster [DBG] mgrmap e19: smithi045.vzhlsu(active, since 4m), standbys: smithi079.mdpxci 2023-10-11T15:55:29.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:28.582359+0000 mgr.smithi045.vzhlsu (mgr.14166) 221 : cluster [DBG] pgmap v176: 97 pgs: 2 creating+activating, 8 creating+peering, 17 unknown, 70 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 3 op/s 2023-10-11T15:55:29.773 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:55:29.774 INFO:teuthology.orchestra.run.smithi045.stdout: "bind": "/fake", 2023-10-11T15:55:29.774 INFO:teuthology.orchestra.run.smithi045.stdout: "fs": "foofs", 2023-10-11T15:55:29.774 INFO:teuthology.orchestra.run.smithi045.stdout: "path": "/", 2023-10-11T15:55:29.774 INFO:teuthology.orchestra.run.smithi045.stdout: "cluster": "foo", 2023-10-11T15:55:29.775 INFO:teuthology.orchestra.run.smithi045.stdout: "mode": "RW" 2023-10-11T15:55:29.775 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:55:29.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:28.469627+0000 mon.smithi045 (mon.0) 675 : cluster [DBG] mgrmap e19: smithi045.vzhlsu(active, since 4m), standbys: smithi079.mdpxci 2023-10-11T15:55:29.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:28.582359+0000 mgr.smithi045.vzhlsu (mgr.14166) 221 : cluster [DBG] pgmap v176: 97 pgs: 2 creating+activating, 8 creating+peering, 17 unknown, 70 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 3 op/s 2023-10-11T15:55:30.159 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-10-11T15:55:30.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:29.525857+0000 mon.smithi045 (mon.0) 676 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:30.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:29.526956+0000 mgr.smithi045.vzhlsu (mgr.14166) 222 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi079.xgbuag 2023-10-11T15:55:30.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:29.527287+0000 mon.smithi045 (mon.0) 677 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.xgbuag", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-10-11T15:55:30.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:29.530877+0000 mon.smithi045 (mon.0) 678 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.xgbuag", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-10-11T15:55:30.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:29.531687+0000 mgr.smithi045.vzhlsu (mgr.14166) 223 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-11T15:55:30.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:29.532170+0000 mon.smithi045 (mon.0) 679 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-10-11T15:55:30.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:29.539884+0000 mon.smithi045 (mon.0) 680 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-10-11T15:55:30.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:29.541438+0000 mon.smithi045 (mon.0) 681 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:30.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:29.764610+0000 mon.smithi045 (mon.0) 682 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 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 2023-10-11T15:55:30.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:29.768318+0000 mon.smithi045 (mon.0) 683 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 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 2023-10-11T15:55:30.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:29.525857+0000 mon.smithi045 (mon.0) 676 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:30.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:29.526956+0000 mgr.smithi045.vzhlsu (mgr.14166) 222 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi079.xgbuag 2023-10-11T15:55:30.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:29.527287+0000 mon.smithi045 (mon.0) 677 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.xgbuag", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-10-11T15:55:30.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:29.530877+0000 mon.smithi045 (mon.0) 678 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.xgbuag", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-10-11T15:55:30.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:29.531687+0000 mgr.smithi045.vzhlsu (mgr.14166) 223 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-11T15:55:30.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:29.532170+0000 mon.smithi045 (mon.0) 679 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-10-11T15:55:30.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:29.539884+0000 mon.smithi045 (mon.0) 680 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-10-11T15:55:30.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:29.541438+0000 mon.smithi045 (mon.0) 681 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:30.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:29.764610+0000 mon.smithi045 (mon.0) 682 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 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 2023-10-11T15:55:30.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:29.768318+0000 mon.smithi045 (mon.0) 683 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 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 2023-10-11T15:55:31.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:29.741096+0000 mgr.smithi045.vzhlsu (mgr.14166) 224 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:31.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:30.583141+0000 mgr.smithi045.vzhlsu (mgr.14166) 225 : cluster [DBG] pgmap v177: 97 pgs: 2 creating+activating, 8 creating+peering, 5 unknown, 82 active+clean; 2.6 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 2 op/s 2023-10-11T15:55:31.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:30.693258+0000 mon.smithi045 (mon.0) 684 : cluster [DBG] mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:standby 2023-10-11T15:55:31.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:30.693335+0000 mon.smithi045 (mon.0) 685 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T15:55:32.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:29.741096+0000 mgr.smithi045.vzhlsu (mgr.14166) 224 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:32.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:30.583141+0000 mgr.smithi045.vzhlsu (mgr.14166) 225 : cluster [DBG] pgmap v177: 97 pgs: 2 creating+activating, 8 creating+peering, 5 unknown, 82 active+clean; 2.6 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 2 op/s 2023-10-11T15:55:32.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:30.693258+0000 mon.smithi045 (mon.0) 684 : cluster [DBG] mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:standby 2023-10-11T15:55:32.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:30.693335+0000 mon.smithi045 (mon.0) 685 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T15:55:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:31.577813+0000 mgr.smithi045.vzhlsu (mgr.14166) 226 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:32.443676+0000 mon.smithi045 (mon.0) 686 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:55:32.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:32.449491+0000 mon.smithi045 (mon.0) 687 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:55:32.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:32.505926+0000 mon.smithi045 (mon.0) 688 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:55:32.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:32.509512+0000 mon.smithi045 (mon.0) 689 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:55:32.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:32.511239+0000 mon.smithi045 (mon.0) 690 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:32.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:31.577813+0000 mgr.smithi045.vzhlsu (mgr.14166) 226 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:32.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:32.443676+0000 mon.smithi045 (mon.0) 686 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:55:32.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:32.449491+0000 mon.smithi045 (mon.0) 687 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:55:32.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:32.505926+0000 mon.smithi045 (mon.0) 688 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:55:32.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:32.509512+0000 mon.smithi045 (mon.0) 689 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:55:32.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:32.511239+0000 mon.smithi045 (mon.0) 690 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:33.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:32.505409+0000 mgr.smithi045.vzhlsu (mgr.14166) 227 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-11T15:55:33.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:32.505533+0000 mgr.smithi045.vzhlsu (mgr.14166) 228 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi079.xgbuag-rgw 2023-10-11T15:55:33.860 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:32.512085+0000 mgr.smithi045.vzhlsu (mgr.14166) 229 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi079.xgbuag on smithi079 2023-10-11T15:55:33.861 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:32.583801+0000 mgr.smithi045.vzhlsu (mgr.14166) 230 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-10-11T15:55:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:32.505409+0000 mgr.smithi045.vzhlsu (mgr.14166) 227 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-11T15:55:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:32.505533+0000 mgr.smithi045.vzhlsu (mgr.14166) 228 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi079.xgbuag-rgw 2023-10-11T15:55:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:32.512085+0000 mgr.smithi045.vzhlsu (mgr.14166) 229 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi079.xgbuag on smithi079 2023-10-11T15:55:34.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:32.583801+0000 mgr.smithi045.vzhlsu (mgr.14166) 230 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-10-11T15:55:34.225 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo 2/2 - 7s count:2 2023-10-11T15:55:34.634 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T15:55:34.645 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:55:34.645 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-11T15:55:34.684 INFO:teuthology.orchestra.run.smithi045.stderr:+ mkdir /mnt/foo 2023-10-11T15:55:34.695 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-10-11T15:55:34.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:32.885716+0000 mgr.smithi045.vzhlsu (mgr.14166) 231 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:34.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:34.069312+0000 mon.smithi045 (mon.0) 691 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:34.766 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:34.070694+0000 mon.smithi045 (mon.0) 692 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:34.766 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:34.071924+0000 mon.smithi045 (mon.0) 693 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:34.766 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:34.072668+0000 mon.smithi045 (mon.0) 694 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:34.768 INFO:teuthology.orchestra.run.smithi045.stderr:++ hostname 2023-10-11T15:55:34.769 INFO:teuthology.orchestra.run.smithi045.stderr:+ mount -t nfs smithi045:/fake /mnt/foo -o sync 2023-10-11T15:55:34.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:32.885716+0000 mgr.smithi045.vzhlsu (mgr.14166) 231 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:34.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:34.069312+0000 mon.smithi045 (mon.0) 691 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:34.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:34.070694+0000 mon.smithi045 (mon.0) 692 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:34.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:34.071924+0000 mon.smithi045 (mon.0) 693 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:34.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:34.072668+0000 mon.smithi045 (mon.0) 694 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:35.232 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-10-11T15:55:35.305 INFO:teuthology.orchestra.run.smithi045.stderr:+ echo test 2023-10-11T15:55:35.315 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-10-11T15:55:35.390 INFO:teuthology.orchestra.run.smithi045.stderr:+ sync 2023-10-11T15:55:35.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:34.206870+0000 mgr.smithi045.vzhlsu (mgr.14166) 232 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:35.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:34.584497+0000 mgr.smithi045.vzhlsu (mgr.14166) 233 : cluster [DBG] pgmap v179: 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 2023-10-11T15:55:35.723 INFO:teuthology.run_tasks:Running task parallel... 2023-10-11T15:55:35.733 INFO:teuthology.task.parallel:starting parallel... 2023-10-11T15:55:35.734 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-10-11T15:55:35.735 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-10-11T15:55:35.736 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:55:35.737 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-10-11T15:55:35.737 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-10-11T15:55:35.737 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-10-11T15:55:35.739 INFO:teuthology.task.exec:Executing custom commands... 2023-10-11T15:55:35.739 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:55:35.739 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-10-11T15:55:35.852 INFO:teuthology.orchestra.run.smithi045.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-10-11T15:55:35.852 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T15:55:35.852 INFO:teuthology.orchestra.run.smithi045.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-10-11T15:55:35.860 INFO:teuthology.orchestra.run.smithi045.stdout:3 of 5 processes prepared for launch 0 sec 2023-10-11T15:55:35.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:34.206870+0000 mgr.smithi045.vzhlsu (mgr.14166) 232 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:35.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:34.584497+0000 mgr.smithi045.vzhlsu (mgr.14166) 233 : cluster [DBG] pgmap v179: 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 2023-10-11T15:55:35.960 INFO:teuthology.orchestra.run.smithi045.stdout:5 of 5 processes prepared for launch 0 sec 2023-10-11T15:55:35.961 INFO:teuthology.orchestra.run.smithi045.stdout:releasing clients 2023-10-11T15:55:36.726 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:35.725975+0000 mon.smithi045 (mon.0) 695 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:36.726 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:36.467587+0000 mon.smithi045 (mon.0) 696 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:36.727 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:36.585017+0000 mgr.smithi045.vzhlsu (mgr.14166) 234 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.9 KiB/s wr, 3 op/s 2023-10-11T15:55:36.960 INFO:teuthology.orchestra.run.smithi045.stdout: 5 262 49.30 MB/sec warmup 1 sec latency 25.527 ms 2023-10-11T15:55:37.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:35.725975+0000 mon.smithi045 (mon.0) 695 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:37.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:36.467587+0000 mon.smithi045 (mon.0) 696 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:37.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:36.585017+0000 mgr.smithi045.vzhlsu (mgr.14166) 234 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.9 KiB/s wr, 3 op/s 2023-10-11T15:55:37.961 INFO:teuthology.orchestra.run.smithi045.stdout: 5 502 43.67 MB/sec warmup 2 sec latency 18.799 ms 2023-10-11T15:55:38.410 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-10-11T15:55:38.961 INFO:teuthology.orchestra.run.smithi045.stdout: 5 1046 38.13 MB/sec warmup 3 sec latency 15.924 ms 2023-10-11T15:55:39.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:38.585638+0000 mgr.smithi045.vzhlsu (mgr.14166) 235 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 45 MiB data, 108 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 4.3 MiB/s wr, 87 op/s 2023-10-11T15:55:39.961 INFO:teuthology.orchestra.run.smithi045.stdout: 5 2370 34.90 MB/sec warmup 4 sec latency 13.174 ms 2023-10-11T15:55:40.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:38.585638+0000 mgr.smithi045.vzhlsu (mgr.14166) 235 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 45 MiB data, 108 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 4.3 MiB/s wr, 87 op/s 2023-10-11T15:55:40.777 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph config set global log_to_journald false --force' 2023-10-11T15:55:40.961 INFO:teuthology.orchestra.run.smithi045.stdout: 5 3679 38.72 MB/sec warmup 5 sec latency 15.273 ms 2023-10-11T15:55:41.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:39.738729+0000 mon.smithi045 (mon.0) 697 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:39.743829+0000 mon.smithi045 (mon.0) 698 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:39.753691+0000 mon.smithi045 (mon.0) 699 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:39.756185+0000 mon.smithi045 (mon.0) 700 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:41.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:39.757978+0000 mon.smithi045 (mon.0) 701 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:41.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:39.759230+0000 mon.smithi045 (mon.0) 702 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:41.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:39.765819+0000 mon.smithi045 (mon.0) 703 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:39.775529+0000 mon.smithi045 (mon.0) 704 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:40.586267+0000 mgr.smithi045.vzhlsu (mgr.14166) 236 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 67 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.8 MiB/s wr, 244 op/s 2023-10-11T15:55:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:39.738729+0000 mon.smithi045 (mon.0) 697 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:39.743829+0000 mon.smithi045 (mon.0) 698 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:39.753691+0000 mon.smithi045 (mon.0) 699 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:39.756185+0000 mon.smithi045 (mon.0) 700 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:41.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:39.757978+0000 mon.smithi045 (mon.0) 701 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:41.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:39.759230+0000 mon.smithi045 (mon.0) 702 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:41.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:39.765819+0000 mon.smithi045 (mon.0) 703 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:39.775529+0000 mon.smithi045 (mon.0) 704 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:41.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:40.586267+0000 mgr.smithi045.vzhlsu (mgr.14166) 236 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 67 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.8 MiB/s wr, 244 op/s 2023-10-11T15:55:41.961 INFO:teuthology.orchestra.run.smithi045.stdout: 5 4482 34.03 MB/sec warmup 6 sec latency 13.009 ms 2023-10-11T15:55:42.961 INFO:teuthology.orchestra.run.smithi045.stdout: 5 5720 32.91 MB/sec warmup 7 sec latency 16.565 ms 2023-10-11T15:55:42.963 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph mgr module enable nfs --force' 2023-10-11T15:55:43.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:42.552563+0000 mon.smithi045 (mon.0) 705 : audit [INF] from='client.? ' entity='client.admin' 2023-10-11T15:55:43.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:42.560125+0000 mon.smithi045 (mon.0) 706 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:43.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:42.562158+0000 mon.smithi045 (mon.0) 707 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:43.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:42.563473+0000 mon.smithi045 (mon.0) 708 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:43.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:42.570609+0000 mon.smithi045 (mon.0) 709 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:43.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:42.580342+0000 mon.smithi045 (mon.0) 710 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:43.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:42.586907+0000 mgr.smithi045.vzhlsu (mgr.14166) 237 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 116 MiB data, 490 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 11 MiB/s wr, 578 op/s 2023-10-11T15:55:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:42.552563+0000 mon.smithi045 (mon.0) 705 : audit [INF] from='client.? ' entity='client.admin' 2023-10-11T15:55:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:42.560125+0000 mon.smithi045 (mon.0) 706 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:42.562158+0000 mon.smithi045 (mon.0) 707 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:42.563473+0000 mon.smithi045 (mon.0) 708 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:42.570609+0000 mon.smithi045 (mon.0) 709 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:42.580342+0000 mon.smithi045 (mon.0) 710 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:43.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:42.586907+0000 mgr.smithi045.vzhlsu (mgr.14166) 237 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 116 MiB data, 490 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 11 MiB/s wr, 578 op/s 2023-10-11T15:55:43.961 INFO:teuthology.orchestra.run.smithi045.stdout: 5 6635 33.22 MB/sec warmup 8 sec latency 19.143 ms 2023-10-11T15:55:44.962 INFO:teuthology.orchestra.run.smithi045.stdout: 5 7580 32.89 MB/sec warmup 9 sec latency 20.136 ms 2023-10-11T15:55:45.710 INFO:teuthology.orchestra.run.smithi045.stderr:module 'nfs' is already enabled 2023-10-11T15:55:45.962 INFO:teuthology.orchestra.run.smithi045.stdout: 5 8635 32.16 MB/sec warmup 10 sec latency 13.166 ms 2023-10-11T15:55:46.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:44.587448+0000 mgr.smithi045.vzhlsu (mgr.14166) 238 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 134 MiB data, 606 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 14 MiB/s wr, 763 op/s 2023-10-11T15:55:46.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:44.800894+0000 mon.smithi079 (mon.1) 20 : audit [INF] from='client.? 172.21.15.45:0/1853010511' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-10-11T15:55:46.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:44.801297+0000 mon.smithi045 (mon.0) 711 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-10-11T15:55:46.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:44.587448+0000 mgr.smithi045.vzhlsu (mgr.14166) 238 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 134 MiB data, 606 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 14 MiB/s wr, 763 op/s 2023-10-11T15:55:46.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:44.800894+0000 mon.smithi079 (mon.1) 20 : audit [INF] from='client.? 172.21.15.45:0/1853010511' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-10-11T15:55:46.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:44.801297+0000 mon.smithi045 (mon.0) 711 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-10-11T15:55:46.292 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-10-11T15:55:46.960 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:45.704455+0000 mon.smithi045 (mon.0) 712 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-10-11T15:55:46.960 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:45.704534+0000 mon.smithi045 (mon.0) 713 : cluster [DBG] mgrmap e20: smithi045.vzhlsu(active, since 4m), standbys: smithi079.mdpxci 2023-10-11T15:55:46.960 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:46.588014+0000 mgr.smithi045.vzhlsu (mgr.14166) 239 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 137 MiB data, 622 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 15 MiB/s wr, 883 op/s 2023-10-11T15:55:46.961 INFO:teuthology.orchestra.run.smithi045.stdout: 5 9675 30.62 MB/sec warmup 11 sec latency 21.104 ms 2023-10-11T15:55:47.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:45.704455+0000 mon.smithi045 (mon.0) 712 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-10-11T15:55:47.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:45.704534+0000 mon.smithi045 (mon.0) 713 : cluster [DBG] mgrmap e20: smithi045.vzhlsu(active, since 4m), standbys: smithi079.mdpxci 2023-10-11T15:55:47.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:46.588014+0000 mgr.smithi045.vzhlsu (mgr.14166) 239 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 137 MiB data, 622 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 15 MiB/s wr, 883 op/s 2023-10-11T15:55:47.962 INFO:teuthology.orchestra.run.smithi045.stdout: 5 10836 32.25 MB/sec warmup 12 sec latency 25.233 ms 2023-10-11T15:55:48.095 INFO:teuthology.orchestra.run.smithi045.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:55:48.519 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-10-11T15:55:48.520 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T15:55:48.520 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- 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' 2023-10-11T15:55:48.962 INFO:teuthology.orchestra.run.smithi045.stdout: 5 11431 30.29 MB/sec warmup 13 sec latency 23.775 ms 2023-10-11T15:55:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:48.084692+0000 mgr.smithi045.vzhlsu (mgr.14166) 240 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:49.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:48.085697+0000 mgr.smithi045.vzhlsu (mgr.14166) 241 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:55:49.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:48.091091+0000 mon.smithi045 (mon.0) 714 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:49.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:48.091820+0000 mon.smithi045 (mon.0) 715 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:49.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:48.093810+0000 mon.smithi045 (mon.0) 716 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:49.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:48.095197+0000 mon.smithi045 (mon.0) 717 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:49.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:48.102411+0000 mon.smithi045 (mon.0) 718 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:49.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:48.112010+0000 mon.smithi045 (mon.0) 719 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:49.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:55:48.114403+0000 mgr.smithi045.vzhlsu (mgr.14166) 242 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:55:49.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:48.588772+0000 mgr.smithi045.vzhlsu (mgr.14166) 243 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 151 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 20 MiB/s wr, 1.40k op/s 2023-10-11T15:55:49.477 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:48.084692+0000 mgr.smithi045.vzhlsu (mgr.14166) 240 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:49.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:48.085697+0000 mgr.smithi045.vzhlsu (mgr.14166) 241 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:55:49.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:48.091091+0000 mon.smithi045 (mon.0) 714 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:49.479 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:48.091820+0000 mon.smithi045 (mon.0) 715 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:55:49.479 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:48.093810+0000 mon.smithi045 (mon.0) 716 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:55:49.480 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:48.095197+0000 mon.smithi045 (mon.0) 717 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:55:49.480 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:48.102411+0000 mon.smithi045 (mon.0) 718 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:49.480 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:48.112010+0000 mon.smithi045 (mon.0) 719 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:55:49.481 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:55:48.114403+0000 mgr.smithi045.vzhlsu (mgr.14166) 242 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:55:49.481 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:48.588772+0000 mgr.smithi045.vzhlsu (mgr.14166) 243 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 151 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 20 MiB/s wr, 1.40k op/s 2023-10-11T15:55:49.962 INFO:teuthology.orchestra.run.smithi045.stdout: 5 11936 29.13 MB/sec warmup 14 sec latency 22.505 ms 2023-10-11T15:55:50.506 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T15:55:50.962 INFO:teuthology.orchestra.run.smithi045.stdout: 5 12713 28.08 MB/sec warmup 15 sec latency 33.834 ms 2023-10-11T15:55:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:50.482043+0000 mgr.smithi045.vzhlsu (mgr.14166) 244 : audit [DBG] from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:51.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:50.589404+0000 mgr.smithi045.vzhlsu (mgr.14166) 245 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 148 MiB data, 738 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 17 MiB/s wr, 1.35k op/s 2023-10-11T15:55:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:50.482043+0000 mgr.smithi045.vzhlsu (mgr.14166) 244 : audit [DBG] from='client.24451 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:50.589404+0000 mgr.smithi045.vzhlsu (mgr.14166) 245 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 148 MiB data, 738 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 17 MiB/s wr, 1.35k op/s 2023-10-11T15:55:51.606 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:55:51.606 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (3m) 11s ago 4m 22.5M - 0.20.0 0881eb8f169f a144a27b5c0e 2023-10-11T15:55:51.607 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (4m) 11s ago 4m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T15:55:51.607 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (3m) 15s ago 3m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T15:55:51.607 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (3m) 11s ago 4m 30.2M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T15:55:51.607 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (31s) 11s ago 31s 14.7M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T15:55:51.607 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (30s) 15s ago 29s 12.5M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T15:55:51.608 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (5m) 11s ago 5m 444M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T15:55:51.608 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (3m) 15s ago 3m 378M - 16.2.5 6933c2a0b7dd ce41814b4c08 2023-10-11T15:55:51.608 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (5m) 11s ago 5m 99.8M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T15:55:51.608 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (3m) 15s ago 3m 93.4M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T15:55:51.608 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.0.smithi045.tzivdj smithi045 *:2049 running (22s) 11s ago 22s 54.9M - 3.5 6933c2a0b7dd 6b4ef2171846 2023-10-11T15:55:51.609 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.0.smithi079.xgbuag smithi079 *:2049 running (17s) 15s ago 17s 54.8M - 3.5 6933c2a0b7dd 50b43a1b1abc 2023-10-11T15:55:51.609 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (3m) 11s ago 3m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T15:55:51.609 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (3m) 15s ago 3m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T15:55:51.609 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (3m) 11s ago 3m 47.3M 3223M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T15:55:51.609 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (2m) 11s ago 2m 48.8M 3223M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T15:55:51.610 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (2m) 11s ago 2m 44.4M 3223M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T15:55:51.610 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (2m) 11s ago 2m 49.9M 3223M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T15:55:51.610 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (2m) 15s ago 2m 45.9M 3990M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T15:55:51.610 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (115s) 15s ago 115s 44.5M 3990M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T15:55:51.610 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (102s) 15s ago 102s 45.3M 3990M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T15:55:51.611 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (90s) 15s ago 90s 46.0M 3990M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T15:55:51.611 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (2m) 11s ago 3m 41.6M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T15:55:51.962 INFO:teuthology.orchestra.run.smithi045.stdout: 5 13303 27.37 MB/sec warmup 16 sec latency 44.801 ms 2023-10-11T15:55:52.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:51.059256+0000 mgr.smithi045.vzhlsu (mgr.14166) 246 : audit [DBG] from='client.24455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:52.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:51.587734+0000 mgr.smithi045.vzhlsu (mgr.14166) 247 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:52.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:51.059256+0000 mgr.smithi045.vzhlsu (mgr.14166) 246 : audit [DBG] from='client.24455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:52.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:51.587734+0000 mgr.smithi045.vzhlsu (mgr.14166) 247 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:52.229 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:55:52.230 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T15:55:52.230 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:55:52.230 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:55:52.230 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T15:55:52.231 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:55:52.231 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:55:52.231 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T15:55:52.231 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T15:55:52.231 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:55:52.232 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T15:55:52.232 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:55:52.232 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:55:52.232 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T15:55:52.232 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2023-10-11T15:55:52.232 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T15:55:52.233 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:55:52.758 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:55:52.758 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd", 2023-10-11T15:55:52.759 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T15:55:52.759 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T15:55:52.759 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "", 2023-10-11T15:55:52.759 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd image" 2023-10-11T15:55:52.759 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:55:52.962 INFO:teuthology.orchestra.run.smithi045.stdout: 5 14071 27.60 MB/sec warmup 17 sec latency 33.004 ms 2023-10-11T15:55:53.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:52.226870+0000 mon.smithi045 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.45:0/1358974639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:55:53.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:52.590062+0000 mgr.smithi045.vzhlsu (mgr.14166) 248 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 153 MiB data, 771 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 17 MiB/s wr, 1.46k op/s 2023-10-11T15:55:53.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:52.226870+0000 mon.smithi045 (mon.0) 720 : audit [DBG] from='client.? 172.21.15.45:0/1358974639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:55:53.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:52.590062+0000 mgr.smithi045.vzhlsu (mgr.14166) 248 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 153 MiB data, 771 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 17 MiB/s wr, 1.46k op/s 2023-10-11T15:55:53.357 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T15:55:53.962 INFO:teuthology.orchestra.run.smithi045.stdout: 5 14584 27.01 MB/sec warmup 18 sec latency 41.222 ms 2023-10-11T15:55:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:52.756681+0000 mgr.smithi045.vzhlsu (mgr.14166) 249 : audit [DBG] from='client.24461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:54.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:55:53.354157+0000 mon.smithi079 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.45:0/4013952938' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:55:54.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:52.756681+0000 mgr.smithi045.vzhlsu (mgr.14166) 249 : audit [DBG] from='client.24461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:55:54.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:55:53.354157+0000 mon.smithi079 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.45:0/4013952938' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:55:54.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 14993 25.77 MB/sec warmup 19 sec latency 48.882 ms 2023-10-11T15:55:55.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:54.590591+0000 mgr.smithi045.vzhlsu (mgr.14166) 250 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 155 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2023-10-11T15:55:55.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:54.590591+0000 mgr.smithi045.vzhlsu (mgr.14166) 250 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 155 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2023-10-11T15:55:55.964 INFO:teuthology.orchestra.run.smithi045.stdout: 5 15410 25.13 MB/sec warmup 20 sec latency 42.541 ms 2023-10-11T15:55:56.964 INFO:teuthology.orchestra.run.smithi045.stdout: 5 16655 25.08 MB/sec warmup 21 sec latency 14.629 ms 2023-10-11T15:55:57.964 INFO:teuthology.orchestra.run.smithi045.stdout: 5 17752 25.92 MB/sec warmup 22 sec latency 17.182 ms 2023-10-11T15:55:58.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:56.591123+0000 mgr.smithi045.vzhlsu (mgr.14166) 251 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 157 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-10-11T15:55:58.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:56.591123+0000 mgr.smithi045.vzhlsu (mgr.14166) 251 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 157 MiB data, 833 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-10-11T15:55:58.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 18472 25.42 MB/sec warmup 23 sec latency 32.351 ms 2023-10-11T15:55:59.964 INFO:teuthology.orchestra.run.smithi045.stdout: 5 19210 25.11 MB/sec warmup 24 sec latency 17.733 ms 2023-10-11T15:56:00.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:55:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:55:58.592242+0000 mgr.smithi045.vzhlsu (mgr.14166) 252 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 168 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2023-10-11T15:56:00.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:55:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:55:58.592242+0000 mgr.smithi045.vzhlsu (mgr.14166) 252 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 168 MiB data, 880 MiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.28k op/s 2023-10-11T15:56:00.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 20287 24.93 MB/sec warmup 25 sec latency 17.578 ms 2023-10-11T15:56:01.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:00.592704+0000 mgr.smithi045.vzhlsu (mgr.14166) 253 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 169 MiB data, 892 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 8.8 MiB/s wr, 803 op/s 2023-10-11T15:56:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:00.592704+0000 mgr.smithi045.vzhlsu (mgr.14166) 253 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 169 MiB data, 892 MiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 8.8 MiB/s wr, 803 op/s 2023-10-11T15:56:01.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 21342 25.63 MB/sec warmup 26 sec latency 17.850 ms 2023-10-11T15:56:02.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 22120 25.25 MB/sec warmup 27 sec latency 21.953 ms 2023-10-11T15:56:03.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:02.593276+0000 mgr.smithi045.vzhlsu (mgr.14166) 254 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 181 MiB data, 959 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-10-11T15:56:03.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 22888 24.96 MB/sec warmup 28 sec latency 24.609 ms 2023-10-11T15:56:04.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:02.593276+0000 mgr.smithi045.vzhlsu (mgr.14166) 254 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 181 MiB data, 959 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-10-11T15:56:04.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 23842 24.83 MB/sec warmup 29 sec latency 22.836 ms 2023-10-11T15:56:05.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 24954 25.46 MB/sec warmup 30 sec latency 20.604 ms 2023-10-11T15:56:06.000 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:04.593757+0000 mgr.smithi045.vzhlsu (mgr.14166) 255 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 185 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 954 op/s 2023-10-11T15:56:06.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:04.593757+0000 mgr.smithi045.vzhlsu (mgr.14166) 255 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 185 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 954 op/s 2023-10-11T15:56:06.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 25613 25.07 MB/sec warmup 31 sec latency 30.238 ms 2023-10-11T15:56:07.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.562623+0000 mon.smithi045 (mon.0) 721 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-10-11T15:56:07.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.562973+0000 mon.smithi045 (mon.0) 722 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-10-11T15:56:07.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.563228+0000 mon.smithi045 (mon.0) 723 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-10-11T15:56:07.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.563469+0000 mon.smithi045 (mon.0) 724 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-10-11T15:56:07.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.562623+0000 mon.smithi045 (mon.0) 721 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2023-10-11T15:56:07.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.562973+0000 mon.smithi045 (mon.0) 722 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2023-10-11T15:56:07.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.563228+0000 mon.smithi045 (mon.0) 723 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-10-11T15:56:07.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.563469+0000 mon.smithi045 (mon.0) 724 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-10-11T15:56:07.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 26598 25.02 MB/sec warmup 32 sec latency 46.818 ms 2023-10-11T15:56:08.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:06.594461+0000 mgr.smithi045.vzhlsu (mgr.14166) 256 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 184 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 888 op/s 2023-10-11T15:56:08.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.660967+0000 mon.smithi045 (mon.0) 725 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2023-10-11T15:56:08.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.661042+0000 mon.smithi045 (mon.0) 726 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2023-10-11T15:56:08.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.661096+0000 mon.smithi045 (mon.0) 727 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-10-11T15:56:08.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.661153+0000 mon.smithi045 (mon.0) 728 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-10-11T15:56:08.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:06.661194+0000 mon.smithi045 (mon.0) 729 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-10-11T15:56:08.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.728358+0000 mon.smithi045 (mon.0) 730 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:56:08.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:06.728601+0000 mon.smithi045 (mon.0) 731 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:56:08.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:06.594461+0000 mgr.smithi045.vzhlsu (mgr.14166) 256 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 184 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 888 op/s 2023-10-11T15:56:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.660967+0000 mon.smithi045 (mon.0) 725 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]': finished 2023-10-11T15:56:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.661042+0000 mon.smithi045 (mon.0) 726 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2023-10-11T15:56:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.661096+0000 mon.smithi045 (mon.0) 727 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-10-11T15:56:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.661153+0000 mon.smithi045 (mon.0) 728 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-10-11T15:56:08.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:06.661194+0000 mon.smithi045 (mon.0) 729 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-10-11T15:56:08.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.728358+0000 mon.smithi045 (mon.0) 730 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:56:08.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:06.728601+0000 mon.smithi045 (mon.0) 731 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T15:56:08.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 27418 24.74 MB/sec warmup 33 sec latency 29.959 ms 2023-10-11T15:56:09.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:07.673147+0000 mon.smithi045 (mon.0) 732 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-10-11T15:56:09.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:08.675100+0000 mon.smithi045 (mon.0) 733 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-10-11T15:56:09.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:07.673147+0000 mon.smithi045 (mon.0) 732 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-10-11T15:56:09.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:08.675100+0000 mon.smithi045 (mon.0) 733 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-10-11T15:56:09.965 INFO:teuthology.orchestra.run.smithi045.stdout: 5 28384 25.16 MB/sec warmup 34 sec latency 17.456 ms 2023-10-11T15:56:10.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:08.598507+0000 mgr.smithi045.vzhlsu (mgr.14166) 257 : cluster [DBG] pgmap v198: 97 pgs: 1 peering, 96 active+clean; 203 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 15 MiB/s wr, 1.38k op/s 2023-10-11T15:56:10.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:08.598507+0000 mgr.smithi045.vzhlsu (mgr.14166) 257 : cluster [DBG] pgmap v198: 97 pgs: 1 peering, 96 active+clean; 203 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 15 MiB/s wr, 1.38k op/s 2023-10-11T15:56:10.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 29079 24.90 MB/sec warmup 35 sec latency 15.711 ms 2023-10-11T15:56:11.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:09.696233+0000 mon.smithi045 (mon.0) 734 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-10-11T15:56:11.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:10.599031+0000 mgr.smithi045.vzhlsu (mgr.14166) 258 : cluster [DBG] pgmap v201: 97 pgs: 1 peering, 96 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 16 MiB/s wr, 1.71k op/s 2023-10-11T15:56:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:09.696233+0000 mon.smithi045 (mon.0) 734 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-10-11T15:56:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:10.599031+0000 mgr.smithi045.vzhlsu (mgr.14166) 258 : cluster [DBG] pgmap v201: 97 pgs: 1 peering, 96 active+clean; 204 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 16 MiB/s wr, 1.71k op/s 2023-10-11T15:56:11.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 29929 24.72 MB/sec warmup 36 sec latency 37.465 ms 2023-10-11T15:56:12.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:10.698152+0000 mon.smithi045 (mon.0) 735 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-10-11T15:56:12.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:10.698152+0000 mon.smithi045 (mon.0) 735 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-10-11T15:56:12.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 30935 24.62 MB/sec warmup 37 sec latency 19.701 ms 2023-10-11T15:56:13.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:12.599581+0000 mgr.smithi045.vzhlsu (mgr.14166) 259 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.32k op/s; 1.6 MiB/s, 0 objects/s recovering 2023-10-11T15:56:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:12.599581+0000 mgr.smithi045.vzhlsu (mgr.14166) 259 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.32k op/s; 1.6 MiB/s, 0 objects/s recovering 2023-10-11T15:56:13.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 31951 25.05 MB/sec warmup 38 sec latency 21.057 ms 2023-10-11T15:56:14.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 32601 24.79 MB/sec warmup 39 sec latency 39.640 ms 2023-10-11T15:56:15.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 33532 24.64 MB/sec warmup 40 sec latency 12.448 ms 2023-10-11T15:56:16.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:14.600179+0000 mgr.smithi045.vzhlsu (mgr.14166) 260 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 945 op/s; 1.3 MiB/s, 0 objects/s recovering 2023-10-11T15:56:16.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:14.600179+0000 mgr.smithi045.vzhlsu (mgr.14166) 260 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 945 op/s; 1.3 MiB/s, 0 objects/s recovering 2023-10-11T15:56:16.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 34792 24.86 MB/sec warmup 41 sec latency 13.680 ms 2023-10-11T15:56:17.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:16.474091+0000 mon.smithi045 (mon.0) 736 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:17.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:16.600763+0000 mgr.smithi045.vzhlsu (mgr.14166) 261 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 217 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 9.6 MiB/s wr, 1.00k op/s; 1.0 MiB/s, 0 objects/s recovering 2023-10-11T15:56:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:16.474091+0000 mon.smithi045 (mon.0) 736 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:16.600763+0000 mgr.smithi045.vzhlsu (mgr.14166) 261 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 217 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 9.6 MiB/s wr, 1.00k op/s; 1.0 MiB/s, 0 objects/s recovering 2023-10-11T15:56:17.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 35917 25.23 MB/sec warmup 42 sec latency 22.228 ms 2023-10-11T15:56:18.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 36726 24.99 MB/sec warmup 43 sec latency 14.694 ms 2023-10-11T15:56:19.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 37520 24.81 MB/sec warmup 44 sec latency 24.923 ms 2023-10-11T15:56:20.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:18.601372+0000 mgr.smithi045.vzhlsu (mgr.14166) 262 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 226 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.26k op/s; 920 KiB/s, 0 objects/s recovering 2023-10-11T15:56:20.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:18.936154+0000 mon.smithi045 (mon.0) 737 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:20.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:18.937609+0000 mon.smithi045 (mon.0) 738 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:20.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:18.601372+0000 mgr.smithi045.vzhlsu (mgr.14166) 262 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 226 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.26k op/s; 920 KiB/s, 0 objects/s recovering 2023-10-11T15:56:20.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:18.936154+0000 mon.smithi045 (mon.0) 737 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:20.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:18.937609+0000 mon.smithi045 (mon.0) 738 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:20.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 38285 24.74 MB/sec warmup 45 sec latency 26.475 ms 2023-10-11T15:56:21.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:18.936649+0000 mgr.smithi045.vzhlsu (mgr.14166) 263 : cephadm [INF] Upgrade: Target is version 18.2.0-669-ge62d759a (unknown) 2023-10-11T15:56:21.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:18.936721+0000 mgr.smithi045.vzhlsu (mgr.14166) 264 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee, digests ['quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee'] 2023-10-11T15:56:21.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:18.938557+0000 mgr.smithi045.vzhlsu (mgr.14166) 265 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.vzhlsu) 2023-10-11T15:56:21.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:19.240620+0000 mgr.smithi045.vzhlsu (mgr.14166) 266 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee on smithi079 2023-10-11T15:56:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:18.936649+0000 mgr.smithi045.vzhlsu (mgr.14166) 263 : cephadm [INF] Upgrade: Target is version 18.2.0-669-ge62d759a (unknown) 2023-10-11T15:56:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:18.936721+0000 mgr.smithi045.vzhlsu (mgr.14166) 264 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee, digests ['quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee'] 2023-10-11T15:56:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:18.938557+0000 mgr.smithi045.vzhlsu (mgr.14166) 265 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.vzhlsu) 2023-10-11T15:56:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:19.240620+0000 mgr.smithi045.vzhlsu (mgr.14166) 266 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee on smithi079 2023-10-11T15:56:21.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 38958 24.81 MB/sec warmup 46 sec latency 35.235 ms 2023-10-11T15:56:22.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:20.601892+0000 mgr.smithi045.vzhlsu (mgr.14166) 267 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.26k op/s; 819 KiB/s, 0 objects/s recovering 2023-10-11T15:56:22.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:20.601892+0000 mgr.smithi045.vzhlsu (mgr.14166) 267 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.26k op/s; 819 KiB/s, 0 objects/s recovering 2023-10-11T15:56:22.966 INFO:teuthology.orchestra.run.smithi045.stdout: 5 39737 24.66 MB/sec warmup 47 sec latency 14.417 ms 2023-10-11T15:56:23.885 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T15:56:23.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:22.602633+0000 mgr.smithi045.vzhlsu (mgr.14166) 268 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.08k op/s; 688 KiB/s, 0 objects/s recovering 2023-10-11T15:56:23.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 40492 24.47 MB/sec warmup 48 sec latency 37.453 ms 2023-10-11T15:56:24.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:22.602633+0000 mgr.smithi045.vzhlsu (mgr.14166) 268 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 13 MiB/s wr, 1.08k op/s; 688 KiB/s, 0 objects/s recovering 2023-10-11T15:56:24.908 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:56:24.908 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (3m) 45s ago 4m 22.5M - 0.20.0 0881eb8f169f a144a27b5c0e 2023-10-11T15:56:24.908 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (4m) 45s ago 4m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T15:56:24.909 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (4m) 49s ago 4m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T15:56:24.909 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (3m) 45s ago 4m 30.2M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T15:56:24.909 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (64s) 45s ago 64s 14.7M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T15:56:24.909 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (63s) 49s ago 63s 12.5M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T15:56:24.909 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (6m) 45s ago 6m 444M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T15:56:24.910 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (4m) 49s ago 4m 378M - 16.2.5 6933c2a0b7dd ce41814b4c08 2023-10-11T15:56:24.910 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (6m) 45s ago 6m 99.8M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T15:56:24.910 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (4m) 49s ago 4m 93.4M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T15:56:24.910 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.0.smithi045.tzivdj smithi045 *:2049 running (55s) 45s ago 55s 54.9M - 3.5 6933c2a0b7dd 6b4ef2171846 2023-10-11T15:56:24.911 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.0.smithi079.xgbuag smithi079 *:2049 running (51s) 49s ago 50s 54.8M - 3.5 6933c2a0b7dd 50b43a1b1abc 2023-10-11T15:56:24.911 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (4m) 45s ago 4m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T15:56:24.911 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (3m) 49s ago 3m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T15:56:24.911 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (3m) 45s ago 3m 47.3M 3223M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T15:56:24.911 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (3m) 45s ago 3m 48.8M 3223M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T15:56:24.912 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (3m) 45s ago 3m 44.4M 3223M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T15:56:24.912 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (2m) 45s ago 2m 49.9M 3223M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T15:56:24.912 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (2m) 49s ago 2m 45.9M 3990M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T15:56:24.912 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (2m) 49s ago 2m 44.5M 3990M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T15:56:24.912 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (2m) 49s ago 2m 45.3M 3990M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T15:56:24.913 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (2m) 49s ago 2m 46.0M 3990M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T15:56:24.913 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (3m) 45s ago 4m 41.6M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T15:56:24.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 41342 24.36 MB/sec warmup 49 sec latency 20.639 ms 2023-10-11T15:56:25.495 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:56:25.496 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T15:56:25.496 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:56:25.496 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:56:25.496 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T15:56:25.497 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:56:25.497 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:56:25.497 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T15:56:25.497 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T15:56:25.497 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:56:25.498 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T15:56:25.498 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:56:25.498 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:56:25.498 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T15:56:25.499 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2023-10-11T15:56:25.499 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T15:56:25.499 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:56:25.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 42121 24.37 MB/sec warmup 50 sec latency 22.527 ms 2023-10-11T15:56:26.006 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:56:26.006 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T15:56:26.006 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T15:56:26.007 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T15:56:26.007 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "0/23 ceph daemons upgraded", 2023-10-11T15:56:26.007 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee image on host smithi079" 2023-10-11T15:56:26.007 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:56:26.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:23.856912+0000 mgr.smithi045.vzhlsu (mgr.14166) 269 : audit [DBG] from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:26.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:24.386017+0000 mgr.smithi045.vzhlsu (mgr.14166) 270 : audit [DBG] from='client.24473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:26.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:24.606372+0000 mgr.smithi045.vzhlsu (mgr.14166) 271 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.07k op/s 2023-10-11T15:56:26.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:25.491209+0000 mon.smithi079 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.45:0/3275760967' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:56:26.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:23.856912+0000 mgr.smithi045.vzhlsu (mgr.14166) 269 : audit [DBG] from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:26.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:24.386017+0000 mgr.smithi045.vzhlsu (mgr.14166) 270 : audit [DBG] from='client.24473 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:26.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:24.606372+0000 mgr.smithi045.vzhlsu (mgr.14166) 271 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.07k op/s 2023-10-11T15:56:26.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:25.491209+0000 mon.smithi079 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.45:0/3275760967' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:56:26.592 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T15:56:26.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 42773 24.42 MB/sec warmup 51 sec latency 25.622 ms 2023-10-11T15:56:27.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:24.889450+0000 mgr.smithi045.vzhlsu (mgr.14166) 272 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:27.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:26.590871+0000 mon.smithi045 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.45:0/3868454543' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:56:27.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:24.889450+0000 mgr.smithi045.vzhlsu (mgr.14166) 272 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:27.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:26.590871+0000 mon.smithi045 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.45:0/3868454543' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:56:27.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 43626 24.26 MB/sec warmup 52 sec latency 17.373 ms 2023-10-11T15:56:28.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:26.001658+0000 mgr.smithi045.vzhlsu (mgr.14166) 273 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:28.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:26.606891+0000 mgr.smithi045.vzhlsu (mgr.14166) 274 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 242 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2023-10-11T15:56:28.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:26.001658+0000 mgr.smithi045.vzhlsu (mgr.14166) 273 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:56:28.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:26.606891+0000 mgr.smithi045.vzhlsu (mgr.14166) 274 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 242 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2023-10-11T15:56:28.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 44704 24.23 MB/sec warmup 53 sec latency 26.175 ms 2023-10-11T15:56:29.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 45793 24.46 MB/sec warmup 54 sec latency 28.179 ms 2023-10-11T15:56:30.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:28.607443+0000 mgr.smithi045.vzhlsu (mgr.14166) 275 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 251 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.23k op/s 2023-10-11T15:56:30.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:28.607443+0000 mgr.smithi045.vzhlsu (mgr.14166) 275 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 251 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.23k op/s 2023-10-11T15:56:30.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 46529 24.48 MB/sec warmup 55 sec latency 26.910 ms 2023-10-11T15:56:31.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:30.607875+0000 mgr.smithi045.vzhlsu (mgr.14166) 276 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 255 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 961 op/s 2023-10-11T15:56:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:30.607875+0000 mgr.smithi045.vzhlsu (mgr.14166) 276 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 255 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 961 op/s 2023-10-11T15:56:31.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 47382 24.36 MB/sec warmup 56 sec latency 17.859 ms 2023-10-11T15:56:32.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 48420 24.29 MB/sec warmup 57 sec latency 21.539 ms 2023-10-11T15:56:33.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:32.608517+0000 mgr.smithi045.vzhlsu (mgr.14166) 277 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 263 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-10-11T15:56:33.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:32.608517+0000 mgr.smithi045.vzhlsu (mgr.14166) 277 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 263 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-10-11T15:56:33.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 49609 24.63 MB/sec warmup 58 sec latency 20.122 ms 2023-10-11T15:56:34.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 50401 24.51 MB/sec warmup 59 sec latency 31.821 ms 2023-10-11T15:56:35.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 51304 24.40 MB/sec warmup 60 sec latency 33.146 ms 2023-10-11T15:56:36.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:34.609105+0000 mgr.smithi045.vzhlsu (mgr.14166) 278 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 270 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2023-10-11T15:56:36.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:34.609105+0000 mgr.smithi045.vzhlsu (mgr.14166) 278 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 270 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2023-10-11T15:56:36.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 52288 24.41 MB/sec warmup 61 sec latency 21.870 ms 2023-10-11T15:56:37.967 INFO:teuthology.orchestra.run.smithi045.stdout: 5 53157 24.58 MB/sec warmup 62 sec latency 22.222 ms 2023-10-11T15:56:38.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:36.609627+0000 mgr.smithi045.vzhlsu (mgr.14166) 279 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 275 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.17k op/s 2023-10-11T15:56:38.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:36.609627+0000 mgr.smithi045.vzhlsu (mgr.14166) 279 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 275 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.17k op/s 2023-10-11T15:56:38.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 53953 24.48 MB/sec warmup 63 sec latency 25.965 ms 2023-10-11T15:56:39.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 54604 24.31 MB/sec warmup 64 sec latency 36.780 ms 2023-10-11T15:56:40.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:38.610155+0000 mgr.smithi045.vzhlsu (mgr.14166) 280 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2023-10-11T15:56:40.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:38.610155+0000 mgr.smithi045.vzhlsu (mgr.14166) 280 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.35k op/s 2023-10-11T15:56:40.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 55292 24.16 MB/sec warmup 65 sec latency 36.185 ms 2023-10-11T15:56:41.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:40.610725+0000 mgr.smithi045.vzhlsu (mgr.14166) 281 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2023-10-11T15:56:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:40.610725+0000 mgr.smithi045.vzhlsu (mgr.14166) 281 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 279 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2023-10-11T15:56:41.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 56139 24.17 MB/sec warmup 66 sec latency 17.671 ms 2023-10-11T15:56:42.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 56962 24.29 MB/sec warmup 67 sec latency 16.122 ms 2023-10-11T15:56:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:42.611313+0000 mgr.smithi045.vzhlsu (mgr.14166) 282 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 283 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.21k op/s 2023-10-11T15:56:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:42.611313+0000 mgr.smithi045.vzhlsu (mgr.14166) 282 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 283 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.21k op/s 2023-10-11T15:56:43.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 57648 24.11 MB/sec warmup 68 sec latency 40.113 ms 2023-10-11T15:56:44.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 58320 23.97 MB/sec warmup 69 sec latency 41.216 ms 2023-10-11T15:56:45.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 58900 23.82 MB/sec warmup 70 sec latency 30.913 ms 2023-10-11T15:56:46.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:44.611913+0000 mgr.smithi045.vzhlsu (mgr.14166) 283 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 290 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2023-10-11T15:56:46.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:44.611913+0000 mgr.smithi045.vzhlsu (mgr.14166) 283 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 290 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2023-10-11T15:56:46.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 59611 23.78 MB/sec warmup 71 sec latency 23.869 ms 2023-10-11T15:56:47.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 60555 23.94 MB/sec warmup 72 sec latency 16.559 ms 2023-10-11T15:56:48.002 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:46.612488+0000 mgr.smithi045.vzhlsu (mgr.14166) 284 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 294 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2023-10-11T15:56:48.002 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:47.033520+0000 mon.smithi045 (mon.0) 740 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:48.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:47.034481+0000 mon.smithi045 (mon.0) 741 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:56:48.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:47.035905+0000 mon.smithi045 (mon.0) 742 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:56:48.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:47.037149+0000 mon.smithi045 (mon.0) 743 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:56:48.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:46.612488+0000 mgr.smithi045.vzhlsu (mgr.14166) 284 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 294 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2023-10-11T15:56:48.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:47.033520+0000 mon.smithi045 (mon.0) 740 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:48.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:47.034481+0000 mon.smithi045 (mon.0) 741 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:56:48.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:47.035905+0000 mon.smithi045 (mon.0) 742 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:56:48.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:47.037149+0000 mon.smithi045 (mon.0) 743 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:56:48.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 61151 23.77 MB/sec warmup 73 sec latency 37.081 ms 2023-10-11T15:56:49.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:47.027464+0000 mgr.smithi045.vzhlsu (mgr.14166) 285 : cephadm [INF] Upgrade: Updating mgr.smithi079.mdpxci 2023-10-11T15:56:49.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:47.038018+0000 mgr.smithi045.vzhlsu (mgr.14166) 286 : cephadm [INF] Deploying daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T15:56:49.068 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:47.027464+0000 mgr.smithi045.vzhlsu (mgr.14166) 285 : cephadm [INF] Upgrade: Updating mgr.smithi079.mdpxci 2023-10-11T15:56:49.068 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:47.038018+0000 mgr.smithi045.vzhlsu (mgr.14166) 286 : cephadm [INF] Deploying daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T15:56:49.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:48.613139+0000 mgr.smithi045.vzhlsu (mgr.14166) 287 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 297 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.14k op/s 2023-10-11T15:56:49.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:49.126956+0000 mon.smithi045 (mon.0) 744 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:49.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:49.127733+0000 mon.smithi045 (mon.0) 745 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:49.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:49.128918+0000 mon.smithi045 (mon.0) 746 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:56:49.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:49.129713+0000 mon.smithi045 (mon.0) 747 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:56:49.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 61748 23.62 MB/sec warmup 74 sec latency 34.928 ms 2023-10-11T15:56:50.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:48.613139+0000 mgr.smithi045.vzhlsu (mgr.14166) 287 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 297 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.14k op/s 2023-10-11T15:56:50.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:49.126956+0000 mon.smithi045 (mon.0) 744 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:50.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:49.127733+0000 mon.smithi045 (mon.0) 745 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:50.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:49.128918+0000 mon.smithi045 (mon.0) 746 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:56:50.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:49.129713+0000 mon.smithi045 (mon.0) 747 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:56:50.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 62697 23.61 MB/sec warmup 75 sec latency 15.629 ms 2023-10-11T15:56:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:50.613714+0000 mgr.smithi045.vzhlsu (mgr.14166) 288 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 300 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 850 op/s 2023-10-11T15:56:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:50.613714+0000 mgr.smithi045.vzhlsu (mgr.14166) 288 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 300 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 850 op/s 2023-10-11T15:56:51.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 63497 23.66 MB/sec warmup 76 sec latency 19.259 ms 2023-10-11T15:56:52.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 64238 23.65 MB/sec warmup 77 sec latency 22.870 ms 2023-10-11T15:56:52.994 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:51.680978+0000 mon.smithi045 (mon.0) 748 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:52.994 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:51.981121+0000 mon.smithi045 (mon.0) 749 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:52.995 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:51.991184+0000 mon.smithi045 (mon.0) 750 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:52.995 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:51.994910+0000 mon.smithi045 (mon.0) 751 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:52.995 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:52.000085+0000 mon.smithi045 (mon.0) 752 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr fail", "who": "smithi045.vzhlsu"}]: dispatch 2023-10-11T15:56:52.995 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:52.004419+0000 mon.smithi045 (mon.0) 753 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-10-11T15:56:52.995 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:52.036157+0000 mon.smithi045 (mon.0) 754 : cluster [DBG] Standby manager daemon smithi045.vzhlsu started 2023-10-11T15:56:53.034 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:51.680978+0000 mon.smithi045 (mon.0) 748 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:53.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:51.981121+0000 mon.smithi045 (mon.0) 749 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:53.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:51.991184+0000 mon.smithi045 (mon.0) 750 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' 2023-10-11T15:56:53.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:51.994910+0000 mon.smithi045 (mon.0) 751 : audit [DBG] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:53.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:52.000085+0000 mon.smithi045 (mon.0) 752 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr fail", "who": "smithi045.vzhlsu"}]: dispatch 2023-10-11T15:56:53.035 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:52.004419+0000 mon.smithi045 (mon.0) 753 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-10-11T15:56:53.036 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:52.036157+0000 mon.smithi045 (mon.0) 754 : cluster [DBG] Standby manager daemon smithi045.vzhlsu started 2023-10-11T15:56:53.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:51.996370+0000 mgr.smithi045.vzhlsu (mgr.14166) 289 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.vzhlsu) 2023-10-11T15:56:53.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:51.999426+0000 mgr.smithi045.vzhlsu (mgr.14166) 290 : cephadm [INF] Failing over to other MGR 2023-10-11T15:56:53.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:52.614317+0000 mgr.smithi045.vzhlsu (mgr.14166) 291 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 307 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 967 op/s 2023-10-11T15:56:53.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:52.997589+0000 mon.smithi045 (mon.0) 755 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "mgr fail", "who": "smithi045.vzhlsu"}]': finished 2023-10-11T15:56:53.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:52.997658+0000 mon.smithi045 (mon.0) 756 : cluster [DBG] mgrmap e21: smithi079.mdpxci(active, starting, since 0.996693s), standbys: smithi045.vzhlsu 2023-10-11T15:56:53.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 64767 23.47 MB/sec warmup 78 sec latency 30.770 ms 2023-10-11T15:56:54.070 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:51.996370+0000 mgr.smithi045.vzhlsu (mgr.14166) 289 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.vzhlsu) 2023-10-11T15:56:54.071 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:51.999426+0000 mgr.smithi045.vzhlsu (mgr.14166) 290 : cephadm [INF] Failing over to other MGR 2023-10-11T15:56:54.071 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:52.614317+0000 mgr.smithi045.vzhlsu (mgr.14166) 291 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 307 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 967 op/s 2023-10-11T15:56:54.071 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:52.997589+0000 mon.smithi045 (mon.0) 755 : audit [INF] from='mgr.14166 172.21.15.45:0/3553022624' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "mgr fail", "who": "smithi045.vzhlsu"}]': finished 2023-10-11T15:56:54.071 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:52.997658+0000 mon.smithi045 (mon.0) 756 : cluster [DBG] mgrmap e21: smithi079.mdpxci(active, starting, since 0.996693s), standbys: smithi045.vzhlsu 2023-10-11T15:56:54.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 65490 23.36 MB/sec warmup 79 sec latency 32.768 ms 2023-10-11T15:56:55.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 65993 23.24 MB/sec warmup 80 sec latency 98.770 ms 2023-10-11T15:56:56.968 INFO:teuthology.orchestra.run.smithi045.stdout: 5 66660 23.20 MB/sec warmup 81 sec latency 30.121 ms 2023-10-11T15:56:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:57.618834+0000 mon.smithi045 (mon.0) 757 : cluster [INF] Active manager daemon smithi079.mdpxci restarted 2023-10-11T15:56:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:57.619644+0000 mon.smithi045 (mon.0) 758 : cluster [INF] Activating manager daemon smithi079.mdpxci 2023-10-11T15:56:57.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:57.622579+0000 mon.smithi045 (mon.0) 759 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-10-11T15:56:57.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.623454+0000 mon.smithi079 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/crt"}]: dispatch 2023-10-11T15:56:57.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.623950+0000 mon.smithi079 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:56:57.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.625645+0000 mon.smithi079 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/key"}]: dispatch 2023-10-11T15:56:57.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.625944+0000 mon.smithi079 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:56:57.967 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:57.618834+0000 mon.smithi045 (mon.0) 757 : cluster [INF] Active manager daemon smithi079.mdpxci restarted 2023-10-11T15:56:57.968 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:57.619644+0000 mon.smithi045 (mon.0) 758 : cluster [INF] Activating manager daemon smithi079.mdpxci 2023-10-11T15:56:57.968 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:57.622579+0000 mon.smithi045 (mon.0) 759 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-10-11T15:56:57.969 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.623454+0000 mon.smithi079 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/crt"}]: dispatch 2023-10-11T15:56:57.969 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.623950+0000 mon.smithi079 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:56:57.969 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.625645+0000 mon.smithi079 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/key"}]: dispatch 2023-10-11T15:56:57.969 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.625944+0000 mon.smithi079 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:56:57.970 INFO:teuthology.orchestra.run.smithi045.stdout: 5 67217 23.19 MB/sec warmup 82 sec latency 35.193 ms 2023-10-11T15:56:58.756 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T15:56:58.970 INFO:teuthology.orchestra.run.smithi045.stdout: 5 67747 23.08 MB/sec warmup 83 sec latency 31.415 ms 2023-10-11T15:56:59.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:57.678529+0000 mon.smithi045 (mon.0) 760 : cluster [DBG] mgrmap e22: smithi079.mdpxci(active, starting, since 0.0591676s), standbys: smithi045.vzhlsu 2023-10-11T15:56:59.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.686001+0000 mon.smithi079 (mon.1) 27 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:56:59.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.686112+0000 mon.smithi079 (mon.1) 28 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:56:59.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.689666+0000 mon.smithi079 (mon.1) 29 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T15:56:59.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.690374+0000 mon.smithi079 (mon.1) 30 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T15:56:59.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.690691+0000 mon.smithi079 (mon.1) 31 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr metadata", "who": "smithi079.mdpxci", "id": "smithi079.mdpxci"}]: dispatch 2023-10-11T15:56:59.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.690929+0000 mon.smithi079 (mon.1) 32 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T15:56:59.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.691113+0000 mon.smithi079 (mon.1) 33 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:56:59.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.691340+0000 mon.smithi079 (mon.1) 34 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:56:59.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.691626+0000 mon.smithi079 (mon.1) 35 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:56:59.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.691864+0000 mon.smithi079 (mon.1) 36 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:56:59.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.692115+0000 mon.smithi079 (mon.1) 37 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:56:59.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.692385+0000 mon.smithi079 (mon.1) 38 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:56:59.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.692630+0000 mon.smithi079 (mon.1) 39 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:56:59.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.692866+0000 mon.smithi079 (mon.1) 40 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:56:59.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.693146+0000 mon.smithi079 (mon.1) 41 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:56:59.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.693386+0000 mon.smithi079 (mon.1) 42 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:56:59.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.693814+0000 mon.smithi079 (mon.1) 43 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:56:59.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:57.776705+0000 mon.smithi045 (mon.0) 761 : cluster [INF] Manager daemon smithi079.mdpxci is now available 2023-10-11T15:56:59.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.799138+0000 mon.smithi045 (mon.0) 762 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:57.799659+0000 mgr.smithi079.mdpxci (mgr.24491) 1 : cephadm [INF] Queued nfs.foo for migration 2023-10-11T15:56:59.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.810035+0000 mon.smithi079 (mon.1) 44 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:59.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.811771+0000 mon.smithi079 (mon.1) 45 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:56:59.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.812224+0000 mon.smithi045 (mon.0) 763 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:56:59.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.813585+0000 mon.smithi079 (mon.1) 46 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:59.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.829706+0000 mon.smithi045 (mon.0) 764 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.844130+0000 mon.smithi079 (mon.1) 47 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:56:59.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.857023+0000 mon.smithi079 (mon.1) 48 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.mdpxci/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:56:59.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.857665+0000 mon.smithi045 (mon.0) 765 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.mdpxci/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:56:59.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.873711+0000 mon.smithi045 (mon.0) 766 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.889469+0000 mon.smithi079 (mon.1) 49 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.mdpxci/trash_purge_schedule"}]: dispatch 2023-10-11T15:56:59.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:57.890031+0000 mon.smithi045 (mon.0) 767 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.mdpxci/trash_purge_schedule"}]: dispatch 2023-10-11T15:56:59.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:58.107328+0000 mon.smithi045 (mon.0) 768 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:58.119187+0000 mon.smithi045 (mon.0) 769 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:57.678529+0000 mon.smithi045 (mon.0) 760 : cluster [DBG] mgrmap e22: smithi079.mdpxci(active, starting, since 0.0591676s), standbys: smithi045.vzhlsu 2023-10-11T15:56:59.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.686001+0000 mon.smithi079 (mon.1) 27 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:56:59.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.686112+0000 mon.smithi079 (mon.1) 28 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:56:59.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.689666+0000 mon.smithi079 (mon.1) 29 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T15:56:59.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.690374+0000 mon.smithi079 (mon.1) 30 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T15:56:59.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.690691+0000 mon.smithi079 (mon.1) 31 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr metadata", "who": "smithi079.mdpxci", "id": "smithi079.mdpxci"}]: dispatch 2023-10-11T15:56:59.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.690929+0000 mon.smithi079 (mon.1) 32 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T15:56:59.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.691113+0000 mon.smithi079 (mon.1) 33 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:56:59.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.691340+0000 mon.smithi079 (mon.1) 34 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:56:59.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.691626+0000 mon.smithi079 (mon.1) 35 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:56:59.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.691864+0000 mon.smithi079 (mon.1) 36 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:56:59.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.692115+0000 mon.smithi079 (mon.1) 37 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:56:59.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.692385+0000 mon.smithi079 (mon.1) 38 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:56:59.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.692630+0000 mon.smithi079 (mon.1) 39 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:56:59.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.692866+0000 mon.smithi079 (mon.1) 40 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:56:59.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.693146+0000 mon.smithi079 (mon.1) 41 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:56:59.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.693386+0000 mon.smithi079 (mon.1) 42 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:56:59.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.693814+0000 mon.smithi079 (mon.1) 43 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:56:59.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:57.776705+0000 mon.smithi045 (mon.0) 761 : cluster [INF] Manager daemon smithi079.mdpxci is now available 2023-10-11T15:56:59.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.799138+0000 mon.smithi045 (mon.0) 762 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:57.799659+0000 mgr.smithi079.mdpxci (mgr.24491) 1 : cephadm [INF] Queued nfs.foo for migration 2023-10-11T15:56:59.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.810035+0000 mon.smithi079 (mon.1) 44 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:59.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.811771+0000 mon.smithi079 (mon.1) 45 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:56:59.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.812224+0000 mon.smithi045 (mon.0) 763 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:56:59.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.813585+0000 mon.smithi079 (mon.1) 46 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:56:59.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.829706+0000 mon.smithi045 (mon.0) 764 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.844130+0000 mon.smithi079 (mon.1) 47 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:56:59.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.857023+0000 mon.smithi079 (mon.1) 48 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.mdpxci/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:56:59.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.857665+0000 mon.smithi045 (mon.0) 765 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.mdpxci/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:56:59.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.873711+0000 mon.smithi045 (mon.0) 766 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.889469+0000 mon.smithi079 (mon.1) 49 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.mdpxci/trash_purge_schedule"}]: dispatch 2023-10-11T15:56:59.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:57.890031+0000 mon.smithi045 (mon.0) 767 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi079.mdpxci/trash_purge_schedule"}]: dispatch 2023-10-11T15:56:59.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:58.107328+0000 mon.smithi045 (mon.0) 768 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:58.119187+0000 mon.smithi045 (mon.0) 769 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:56:59.885 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:56:59.886 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (4m) 80s ago 5m 22.5M - 0.20.0 0881eb8f169f a144a27b5c0e 2023-10-11T15:56:59.886 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (5m) 80s ago 5m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T15:56:59.886 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (4m) 8s ago 4m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T15:56:59.886 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (4m) 80s ago 5m 30.2M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T15:56:59.886 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (99s) 80s ago 99s 14.7M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T15:56:59.887 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (98s) 8s ago 98s 12.9M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T15:56:59.887 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (6m) 80s ago 6m 444M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T15:56:59.887 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (11s) 8s ago 4m 47.1M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T15:56:59.887 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (6m) 80s ago 6m 99.8M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T15:56:59.887 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (4m) 8s ago 4m 67.2M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T15:56:59.888 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.0.smithi045.tzivdj smithi045 *:2049 running (90s) 80s ago 90s 54.9M - 3.5 6933c2a0b7dd 6b4ef2171846 2023-10-11T15:56:59.888 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.0.smithi079.xgbuag smithi079 *:2049 running (86s) 8s ago 85s 55.4M - 3.5 6933c2a0b7dd 50b43a1b1abc 2023-10-11T15:56:59.888 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (5m) 80s ago 5m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T15:56:59.888 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (4m) 8s ago 4m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T15:56:59.889 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (4m) 80s ago 4m 47.3M 3223M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T15:56:59.889 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (4m) 80s ago 4m 48.8M 3223M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T15:56:59.889 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (3m) 80s ago 3m 44.4M 3223M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T15:56:59.889 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (3m) 80s ago 3m 49.9M 3223M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T15:56:59.890 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (3m) 8s ago 3m 774M 3990M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T15:56:59.890 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (3m) 8s ago 3m 901M 3990M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T15:56:59.891 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (2m) 8s ago 2m 809M 3990M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T15:56:59.891 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (2m) 8s ago 2m 1346M 3990M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T15:56:59.891 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (4m) 80s ago 4m 41.6M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T15:56:59.971 INFO:teuthology.orchestra.run.smithi045.stdout: 5 68145 22.92 MB/sec warmup 84 sec latency 41.710 ms 2023-10-11T15:57:00.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:58.273904+0000 mgr.smithi079.mdpxci (mgr.24491) 2 : cephadm [INF] Deploying cephadm binary to smithi079 2023-10-11T15:57:00.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:58.327184+0000 mgr.smithi079.mdpxci (mgr.24491) 3 : cephadm [INF] Deploying cephadm binary to smithi045 2023-10-11T15:57:00.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:58.703226+0000 mon.smithi045 (mon.0) 770 : cluster [DBG] mgrmap e23: smithi079.mdpxci(active, since 1.08386s), standbys: smithi045.vzhlsu 2023-10-11T15:57:00.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:58.722251+0000 mgr.smithi079.mdpxci (mgr.24491) 4 : audit [DBG] from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:00.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:58.727055+0000 mgr.smithi079.mdpxci (mgr.24491) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-10-11T15:57:00.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:58.800216+0000 mon.smithi045 (mon.0) 771 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:57:00.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:58.800315+0000 mon.smithi045 (mon.0) 772 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-10-11T15:57:00.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:58.806949+0000 mon.smithi079 (mon.1) 50 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:57:00.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:56:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:58.807606+0000 mon.smithi045 (mon.0) 773 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:57:00.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:58.273904+0000 mgr.smithi079.mdpxci (mgr.24491) 2 : cephadm [INF] Deploying cephadm binary to smithi079 2023-10-11T15:57:00.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:58.327184+0000 mgr.smithi079.mdpxci (mgr.24491) 3 : cephadm [INF] Deploying cephadm binary to smithi045 2023-10-11T15:57:00.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:58.703226+0000 mon.smithi045 (mon.0) 770 : cluster [DBG] mgrmap e23: smithi079.mdpxci(active, since 1.08386s), standbys: smithi045.vzhlsu 2023-10-11T15:57:00.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:58.722251+0000 mgr.smithi079.mdpxci (mgr.24491) 4 : audit [DBG] from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:00.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:58.727055+0000 mgr.smithi079.mdpxci (mgr.24491) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-10-11T15:57:00.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:58.800216+0000 mon.smithi045 (mon.0) 771 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:57:00.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:58.800315+0000 mon.smithi045 (mon.0) 772 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-10-11T15:57:00.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:58.806949+0000 mon.smithi079 (mon.1) 50 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:57:00.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:56:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:58.807606+0000 mon.smithi045 (mon.0) 773 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:57:00.596 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:57:00.596 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T15:57:00.596 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:57:00.597 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:57:00.597 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T15:57:00.597 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T15:57:00.597 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:57:00.597 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:57:00.598 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T15:57:00.598 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T15:57:00.598 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:57:00.598 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T15:57:00.598 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:57:00.599 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:57:00.599 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T15:57:00.599 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T15:57:00.599 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:57:00.599 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T15:57:00.600 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:57:00.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 68440 22.75 MB/sec warmup 85 sec latency 89.648 ms 2023-10-11T15:57:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:59.127687+0000 mgr.smithi079.mdpxci (mgr.24491) 6 : cephadm [INF] [11/Oct/2023:15:56:59] ENGINE Bus STARTING 2023-10-11T15:57:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:59.292280+0000 mgr.smithi079.mdpxci (mgr.24491) 7 : cephadm [INF] [11/Oct/2023:15:56:59] ENGINE Serving on https://172.21.15.79:7150 2023-10-11T15:57:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:59.317307+0000 mgr.smithi079.mdpxci (mgr.24491) 8 : audit [DBG] from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:59.402086+0000 mgr.smithi079.mdpxci (mgr.24491) 9 : cephadm [INF] [11/Oct/2023:15:56:59] ENGINE Serving on http://172.21.15.79:8765 2023-10-11T15:57:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:56:59.402245+0000 mgr.smithi079.mdpxci (mgr.24491) 10 : cephadm [INF] [11/Oct/2023:15:56:59] ENGINE Bus STARTED 2023-10-11T15:57:01.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:59.691435+0000 mgr.smithi079.mdpxci (mgr.24491) 11 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-10-11T15:57:01.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:59.805657+0000 mon.smithi045 (mon.0) 774 : cluster [DBG] mgrmap e24: smithi079.mdpxci(active, since 2s), standbys: smithi045.vzhlsu 2023-10-11T15:57:01.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:59.812759+0000 mon.smithi045 (mon.0) 775 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:57:01.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:56:59.812845+0000 mon.smithi045 (mon.0) 776 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-10-11T15:57:01.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:56:59.852863+0000 mgr.smithi079.mdpxci (mgr.24491) 12 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:01.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:00.589537+0000 mon.smithi045 (mon.0) 777 : audit [DBG] from='client.? 172.21.15.45:0/1247385639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:57:01.212 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:57:01.213 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T15:57:01.213 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T15:57:01.213 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T15:57:01.213 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T15:57:01.214 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T15:57:01.214 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T15:57:01.214 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T15:57:01.214 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:57:01.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:59.127687+0000 mgr.smithi079.mdpxci (mgr.24491) 6 : cephadm [INF] [11/Oct/2023:15:56:59] ENGINE Bus STARTING 2023-10-11T15:57:01.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:59.292280+0000 mgr.smithi079.mdpxci (mgr.24491) 7 : cephadm [INF] [11/Oct/2023:15:56:59] ENGINE Serving on https://172.21.15.79:7150 2023-10-11T15:57:01.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:59.317307+0000 mgr.smithi079.mdpxci (mgr.24491) 8 : audit [DBG] from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:01.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:59.402086+0000 mgr.smithi079.mdpxci (mgr.24491) 9 : cephadm [INF] [11/Oct/2023:15:56:59] ENGINE Serving on http://172.21.15.79:8765 2023-10-11T15:57:01.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:56:59.402245+0000 mgr.smithi079.mdpxci (mgr.24491) 10 : cephadm [INF] [11/Oct/2023:15:56:59] ENGINE Bus STARTED 2023-10-11T15:57:01.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:59.691435+0000 mgr.smithi079.mdpxci (mgr.24491) 11 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-10-11T15:57:01.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:59.805657+0000 mon.smithi045 (mon.0) 774 : cluster [DBG] mgrmap e24: smithi079.mdpxci(active, since 2s), standbys: smithi045.vzhlsu 2023-10-11T15:57:01.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:59.812759+0000 mon.smithi045 (mon.0) 775 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:57:01.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:56:59.812845+0000 mon.smithi045 (mon.0) 776 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-10-11T15:57:01.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:56:59.852863+0000 mgr.smithi079.mdpxci (mgr.24491) 12 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:01.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:00.589537+0000 mon.smithi045 (mon.0) 777 : audit [DBG] from='client.? 172.21.15.45:0/1247385639' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:57:01.903 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T15:57:01.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 68791 22.54 MB/sec warmup 86 sec latency 55.899 ms 2023-10-11T15:57:02.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:01.210915+0000 mgr.smithi079.mdpxci (mgr.24491) 13 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:02.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:01.339191+0000 mon.smithi045 (mon.0) 778 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:02.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:01.570551+0000 mon.smithi045 (mon.0) 779 : cluster [DBG] Standby manager daemon smithi045.vzhlsu restarted 2023-10-11T15:57:02.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:01.570664+0000 mon.smithi045 (mon.0) 780 : cluster [DBG] Standby manager daemon smithi045.vzhlsu started 2023-10-11T15:57:02.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:01.571732+0000 mon.smithi079 (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.45:0/1380888398' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.vzhlsu/crt"}]: dispatch 2023-10-11T15:57:02.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:01.572287+0000 mon.smithi079 (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.45:0/1380888398' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:57:02.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:01.577329+0000 mon.smithi079 (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.45:0/1380888398' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.vzhlsu/key"}]: dispatch 2023-10-11T15:57:02.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:01.584501+0000 mon.smithi079 (mon.1) 54 : audit [DBG] from='mgr.? 172.21.15.45:0/1380888398' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:57:02.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:01.691841+0000 mgr.smithi079.mdpxci (mgr.24491) 14 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-10-11T15:57:02.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:01.899323+0000 mon.smithi079 (mon.1) 55 : audit [DBG] from='client.? 172.21.15.45:0/896703388' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:57:02.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:01.210915+0000 mgr.smithi079.mdpxci (mgr.24491) 13 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:02.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:01.339191+0000 mon.smithi045 (mon.0) 778 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:02.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:01.570551+0000 mon.smithi045 (mon.0) 779 : cluster [DBG] Standby manager daemon smithi045.vzhlsu restarted 2023-10-11T15:57:02.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:01.570664+0000 mon.smithi045 (mon.0) 780 : cluster [DBG] Standby manager daemon smithi045.vzhlsu started 2023-10-11T15:57:02.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:01.571732+0000 mon.smithi079 (mon.1) 51 : audit [DBG] from='mgr.? 172.21.15.45:0/1380888398' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.vzhlsu/crt"}]: dispatch 2023-10-11T15:57:02.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:01.572287+0000 mon.smithi079 (mon.1) 52 : audit [DBG] from='mgr.? 172.21.15.45:0/1380888398' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:57:02.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:01.577329+0000 mon.smithi079 (mon.1) 53 : audit [DBG] from='mgr.? 172.21.15.45:0/1380888398' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.vzhlsu/key"}]: dispatch 2023-10-11T15:57:02.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:01.584501+0000 mon.smithi079 (mon.1) 54 : audit [DBG] from='mgr.? 172.21.15.45:0/1380888398' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:57:02.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:01.691841+0000 mgr.smithi079.mdpxci (mgr.24491) 14 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-10-11T15:57:02.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:01.899323+0000 mon.smithi079 (mon.1) 55 : audit [DBG] from='client.? 172.21.15.45:0/896703388' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:57:02.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 69241 22.35 MB/sec warmup 87 sec latency 32.383 ms 2023-10-11T15:57:03.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:02.355757+0000 mon.smithi045 (mon.0) 781 : cluster [DBG] mgrmap e25: smithi079.mdpxci(active, since 4s), standbys: smithi045.vzhlsu 2023-10-11T15:57:03.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:02.355757+0000 mon.smithi045 (mon.0) 781 : cluster [DBG] mgrmap e25: smithi079.mdpxci(active, since 4s), standbys: smithi045.vzhlsu 2023-10-11T15:57:03.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 69746 22.30 MB/sec warmup 88 sec latency 25.279 ms 2023-10-11T15:57:04.809 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:03.526615+0000 mon.smithi045 (mon.0) 782 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:04.809 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:03.533861+0000 mon.smithi045 (mon.0) 783 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:04.810 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:03.692238+0000 mgr.smithi079.mdpxci (mgr.24491) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-10-11T15:57:04.810 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:04.222970+0000 mon.smithi045 (mon.0) 784 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:04.810 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:04.230043+0000 mon.smithi045 (mon.0) 785 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:04.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 70231 22.20 MB/sec warmup 89 sec latency 28.660 ms 2023-10-11T15:57:05.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:03.526615+0000 mon.smithi045 (mon.0) 782 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:05.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:03.533861+0000 mon.smithi045 (mon.0) 783 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:05.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:03.692238+0000 mgr.smithi079.mdpxci (mgr.24491) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-10-11T15:57:05.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:04.222970+0000 mon.smithi045 (mon.0) 784 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:05.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:04.230043+0000 mon.smithi045 (mon.0) 785 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:05.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 70687 22.16 MB/sec warmup 90 sec latency 64.828 ms 2023-10-11T15:57:06.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:05.484256+0000 mon.smithi045 (mon.0) 786 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:06.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:05.692780+0000 mgr.smithi079.mdpxci (mgr.24491) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 4.0 MiB/s wr, 471 op/s 2023-10-11T15:57:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:05.484256+0000 mon.smithi045 (mon.0) 786 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:05.692780+0000 mgr.smithi079.mdpxci (mgr.24491) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 4.0 MiB/s wr, 471 op/s 2023-10-11T15:57:06.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 71046 22.04 MB/sec warmup 91 sec latency 35.097 ms 2023-10-11T15:57:07.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 71302 21.87 MB/sec warmup 92 sec latency 560.929 ms 2023-10-11T15:57:08.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:06.583063+0000 mon.smithi045 (mon.0) 787 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:08.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:06.590374+0000 mon.smithi045 (mon.0) 788 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:08.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:07.361166+0000 mon.smithi045 (mon.0) 789 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:57:08.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:07.361455+0000 mon.smithi079 (mon.1) 56 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:57:08.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 71532 21.68 MB/sec warmup 93 sec latency 919.046 ms 2023-10-11T15:57:09.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:06.583063+0000 mon.smithi045 (mon.0) 787 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:09.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:06.590374+0000 mon.smithi045 (mon.0) 788 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:09.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:07.361166+0000 mon.smithi045 (mon.0) 789 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:57:09.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:07.361455+0000 mon.smithi079 (mon.1) 56 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:57:09.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:07.361654+0000 mon.smithi079 (mon.1) 57 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:57:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:07.693261+0000 mgr.smithi079.mdpxci (mgr.24491) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 3.1 MiB/s wr, 369 op/s 2023-10-11T15:57:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:08.328225+0000 mon.smithi045 (mon.0) 790 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:57:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:08.330045+0000 mon.smithi079 (mon.1) 58 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:57:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:08.903503+0000 mon.smithi079 (mon.1) 59 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:57:09.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:08.907051+0000 mon.smithi079 (mon.1) 60 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:57:09.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:08.907161+0000 mon.smithi079 (mon.1) 61 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:57:09.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:08.909730+0000 mon.smithi045 (mon.0) 791 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:09.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:08.917295+0000 mon.smithi045 (mon.0) 792 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:09.686 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:07.361654+0000 mon.smithi079 (mon.1) 57 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:57:09.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:07.693261+0000 mgr.smithi079.mdpxci (mgr.24491) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 3.1 MiB/s wr, 369 op/s 2023-10-11T15:57:09.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:08.328225+0000 mon.smithi045 (mon.0) 790 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:57:09.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:08.330045+0000 mon.smithi079 (mon.1) 58 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:57:09.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:08.903503+0000 mon.smithi079 (mon.1) 59 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:57:09.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:08.907051+0000 mon.smithi079 (mon.1) 60 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T15:57:09.688 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:08.907161+0000 mon.smithi079 (mon.1) 61 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T15:57:09.688 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:08.909730+0000 mon.smithi045 (mon.0) 791 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:09.688 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:08.917295+0000 mon.smithi045 (mon.0) 792 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:09.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 72060 21.62 MB/sec warmup 94 sec latency 23.968 ms 2023-10-11T15:57:10.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 72692 21.45 MB/sec warmup 95 sec latency 57.529 ms 2023-10-11T15:57:11.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:09.693748+0000 mgr.smithi079.mdpxci (mgr.24491) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 5.9 MiB/s wr, 592 op/s 2023-10-11T15:57:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:09.693748+0000 mgr.smithi079.mdpxci (mgr.24491) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 5.9 MiB/s wr, 592 op/s 2023-10-11T15:57:11.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 73493 21.50 MB/sec warmup 96 sec latency 16.608 ms 2023-10-11T15:57:12.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.215109+0000 mon.smithi045 (mon.0) 793 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:12.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.222037+0000 mon.smithi045 (mon.0) 794 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:12.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.223773+0000 mon.smithi079 (mon.1) 62 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.225419+0000 mon.smithi045 (mon.0) 795 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.226340+0000 mon.smithi079 (mon.1) 63 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.226645+0000 mon.smithi045 (mon.0) 796 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.227406+0000 mon.smithi079 (mon.1) 64 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.229064+0000 mon.smithi045 (mon.0) 797 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.229850+0000 mon.smithi079 (mon.1) 65 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.230160+0000 mon.smithi045 (mon.0) 798 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:11.230882+0000 mgr.smithi079.mdpxci (mgr.24491) 19 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 2710M 2023-10-11T15:57:12.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:11.237348+0000 mon.smithi045 (mon.0) 799 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:12.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:11.694069+0000 mgr.smithi079.mdpxci (mgr.24491) 20 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-10-11T15:57:12.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.215109+0000 mon.smithi045 (mon.0) 793 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:12.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.222037+0000 mon.smithi045 (mon.0) 794 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:12.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.223773+0000 mon.smithi079 (mon.1) 62 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.225419+0000 mon.smithi045 (mon.0) 795 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.226340+0000 mon.smithi079 (mon.1) 63 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.226645+0000 mon.smithi045 (mon.0) 796 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.227406+0000 mon.smithi079 (mon.1) 64 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.229064+0000 mon.smithi045 (mon.0) 797 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.229850+0000 mon.smithi079 (mon.1) 65 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.230160+0000 mon.smithi045 (mon.0) 798 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:12.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:11.230882+0000 mgr.smithi079.mdpxci (mgr.24491) 19 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 2710M 2023-10-11T15:57:12.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:11.237348+0000 mon.smithi045 (mon.0) 799 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:12.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:11.694069+0000 mgr.smithi079.mdpxci (mgr.24491) 20 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-10-11T15:57:12.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 74296 21.55 MB/sec warmup 97 sec latency 20.279 ms 2023-10-11T15:57:13.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:12.845280+0000 mon.smithi079 (mon.1) 66 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:57:13.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:12.845280+0000 mon.smithi079 (mon.1) 66 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:57:13.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 74991 21.52 MB/sec warmup 98 sec latency 26.478 ms 2023-10-11T15:57:14.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 75344 21.40 MB/sec warmup 99 sec latency 45.968 ms 2023-10-11T15:57:15.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:13.694378+0000 mgr.smithi079.mdpxci (mgr.24491) 21 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-10-11T15:57:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.850509+0000 mon.smithi045 (mon.0) 800 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.862403+0000 mon.smithi045 (mon.0) 801 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:15.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.865250+0000 mon.smithi079 (mon.1) 67 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.866772+0000 mon.smithi045 (mon.0) 802 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.869278+0000 mon.smithi079 (mon.1) 68 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.870982+0000 mon.smithi045 (mon.0) 803 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.874148+0000 mon.smithi079 (mon.1) 69 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.874587+0000 mon.smithi045 (mon.0) 804 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.875449+0000 mon.smithi079 (mon.1) 70 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.875716+0000 mon.smithi045 (mon.0) 805 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:13.876460+0000 mgr.smithi079.mdpxci (mgr.24491) 22 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 1943M 2023-10-11T15:57:15.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.881469+0000 mon.smithi045 (mon.0) 806 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:15.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.884917+0000 mon.smithi079 (mon.1) 71 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:15.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:13.885896+0000 mon.smithi079 (mon.1) 72 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:57:15.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:13.887027+0000 mgr.smithi079.mdpxci (mgr.24491) 23 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T15:57:15.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:13.887252+0000 mgr.smithi079.mdpxci (mgr.24491) 24 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T15:57:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:13.694378+0000 mgr.smithi079.mdpxci (mgr.24491) 21 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-10-11T15:57:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.850509+0000 mon.smithi045 (mon.0) 800 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.862403+0000 mon.smithi045 (mon.0) 801 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.865250+0000 mon.smithi079 (mon.1) 67 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.866772+0000 mon.smithi045 (mon.0) 802 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.869278+0000 mon.smithi079 (mon.1) 68 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.870982+0000 mon.smithi045 (mon.0) 803 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.874148+0000 mon.smithi079 (mon.1) 69 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.874587+0000 mon.smithi045 (mon.0) 804 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.875449+0000 mon.smithi079 (mon.1) 70 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.875716+0000 mon.smithi045 (mon.0) 805 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:57:15.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:13.876460+0000 mgr.smithi079.mdpxci (mgr.24491) 22 : cephadm [INF] Adjusting osd_memory_target on smithi045 to 1943M 2023-10-11T15:57:15.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.881469+0000 mon.smithi045 (mon.0) 806 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:15.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.884917+0000 mon.smithi079 (mon.1) 71 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:15.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:13.885896+0000 mon.smithi079 (mon.1) 72 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:57:15.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:13.887027+0000 mgr.smithi079.mdpxci (mgr.24491) 23 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T15:57:15.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:13.887252+0000 mgr.smithi079.mdpxci (mgr.24491) 24 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T15:57:15.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 75811 21.29 MB/sec warmup 100 sec latency 107.286 ms 2023-10-11T15:57:16.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:14.201956+0000 mgr.smithi079.mdpxci (mgr.24491) 25 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:57:16.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:14.252070+0000 mgr.smithi079.mdpxci (mgr.24491) 26 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:57:16.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:14.616728+0000 mgr.smithi079.mdpxci (mgr.24491) 27 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:57:16.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:14.820574+0000 mgr.smithi079.mdpxci (mgr.24491) 28 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:57:16.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:14.982369+0000 mgr.smithi079.mdpxci (mgr.24491) 29 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:57:16.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:15.308164+0000 mon.smithi045 (mon.0) 807 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:15.315464+0000 mon.smithi045 (mon.0) 808 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:15.768519+0000 mon.smithi045 (mon.0) 809 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:15.778397+0000 mon.smithi045 (mon.0) 810 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:15.783790+0000 mon.smithi045 (mon.0) 811 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:14.201956+0000 mgr.smithi079.mdpxci (mgr.24491) 25 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:57:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:14.252070+0000 mgr.smithi079.mdpxci (mgr.24491) 26 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:57:16.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:14.616728+0000 mgr.smithi079.mdpxci (mgr.24491) 27 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:57:16.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:14.820574+0000 mgr.smithi079.mdpxci (mgr.24491) 28 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:57:16.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:14.982369+0000 mgr.smithi079.mdpxci (mgr.24491) 29 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:57:16.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:15.308164+0000 mon.smithi045 (mon.0) 807 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:15.315464+0000 mon.smithi045 (mon.0) 808 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:15.768519+0000 mon.smithi045 (mon.0) 809 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:15.778397+0000 mon.smithi045 (mon.0) 810 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:15.783790+0000 mon.smithi045 (mon.0) 811 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:16.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 76404 21.16 MB/sec warmup 101 sec latency 429.668 ms 2023-10-11T15:57:17.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:15.392958+0000 mgr.smithi079.mdpxci (mgr.24491) 30 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:57:17.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:15.695053+0000 mgr.smithi079.mdpxci (mgr.24491) 31 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 328 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 9.0 MiB/s wr, 888 op/s 2023-10-11T15:57:17.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:15.810057+0000 mon.smithi079 (mon.1) 73 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:57:17.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:15.810471+0000 mon.smithi045 (mon.0) 812 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:57:17.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:16.786524+0000 mon.smithi045 (mon.0) 813 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:57:17.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:16.786585+0000 mon.smithi045 (mon.0) 814 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-10-11T15:57:17.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:16.788428+0000 mon.smithi079 (mon.1) 74 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T15:57:17.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:16.790590+0000 mon.smithi045 (mon.0) 815 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T15:57:17.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:15.392958+0000 mgr.smithi079.mdpxci (mgr.24491) 30 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:57:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:15.695053+0000 mgr.smithi079.mdpxci (mgr.24491) 31 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 328 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 9.0 MiB/s wr, 888 op/s 2023-10-11T15:57:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:15.810057+0000 mon.smithi079 (mon.1) 73 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:57:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:15.810471+0000 mon.smithi045 (mon.0) 812 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:57:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:16.786524+0000 mon.smithi045 (mon.0) 813 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:57:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:16.786585+0000 mon.smithi045 (mon.0) 814 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-10-11T15:57:17.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:16.788428+0000 mon.smithi079 (mon.1) 74 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T15:57:17.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:16.790590+0000 mon.smithi045 (mon.0) 815 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T15:57:17.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 77078 21.20 MB/sec warmup 102 sec latency 31.873 ms 2023-10-11T15:57:18.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 77260 21.03 MB/sec warmup 103 sec latency 726.567 ms 2023-10-11T15:57:19.043 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:17.695413+0000 mgr.smithi079.mdpxci (mgr.24491) 32 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 328 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 8.0 MiB/s wr, 737 op/s 2023-10-11T15:57:19.043 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:17.790380+0000 mon.smithi045 (mon.0) 816 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-11T15:57:19.044 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:17.790637+0000 mon.smithi045 (mon.0) 817 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-10-11T15:57:19.044 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:17.792631+0000 mgr.smithi079.mdpxci (mgr.24491) 33 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-10-11T15:57:19.044 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:17.834918+0000 mgr.smithi079.mdpxci (mgr.24491) 34 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-10-11T15:57:19.044 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:17.835033+0000 mgr.smithi079.mdpxci (mgr.24491) 35 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi045.tzivdj', 'nfs.foo.1.0.smithi079.xgbuag'] 2023-10-11T15:57:19.044 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:17.835108+0000 mgr.smithi079.mdpxci (mgr.24491) 36 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi045.tzivdj nfs.foo.1.0.smithi079.xgbuag 2023-10-11T15:57:19.045 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:17.835544+0000 mgr.smithi079.mdpxci (mgr.24491) 37 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi045.tzivdj from smithi045 -- ports [2049] 2023-10-11T15:57:19.045 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:17.835788+0000 mgr.smithi079.mdpxci (mgr.24491) 38 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi079.xgbuag from smithi079 -- ports [2049] 2023-10-11T15:57:19.045 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.701596+0000 mon.smithi079 (mon.1) 75 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]: dispatch 2023-10-11T15:57:19.045 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.701991+0000 mon.smithi045 (mon.0) 818 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]: dispatch 2023-10-11T15:57:19.046 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.705556+0000 mon.smithi045 (mon.0) 819 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]': finished 2023-10-11T15:57:19.046 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.706365+0000 mon.smithi079 (mon.1) 76 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw"}]: dispatch 2023-10-11T15:57:19.046 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.706565+0000 mon.smithi045 (mon.0) 820 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw"}]: dispatch 2023-10-11T15:57:19.046 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.709113+0000 mon.smithi045 (mon.0) 821 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw"}]': finished 2023-10-11T15:57:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:17.695413+0000 mgr.smithi079.mdpxci (mgr.24491) 32 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 328 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 8.0 MiB/s wr, 737 op/s 2023-10-11T15:57:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:17.790380+0000 mon.smithi045 (mon.0) 816 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-11T15:57:19.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:17.790637+0000 mon.smithi045 (mon.0) 817 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-10-11T15:57:19.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:17.792631+0000 mgr.smithi079.mdpxci (mgr.24491) 33 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-10-11T15:57:19.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:17.834918+0000 mgr.smithi079.mdpxci (mgr.24491) 34 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-10-11T15:57:19.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:17.835033+0000 mgr.smithi079.mdpxci (mgr.24491) 35 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi045.tzivdj', 'nfs.foo.1.0.smithi079.xgbuag'] 2023-10-11T15:57:19.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:17.835108+0000 mgr.smithi079.mdpxci (mgr.24491) 36 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi045.tzivdj nfs.foo.1.0.smithi079.xgbuag 2023-10-11T15:57:19.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:17.835544+0000 mgr.smithi079.mdpxci (mgr.24491) 37 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi045.tzivdj from smithi045 -- ports [2049] 2023-10-11T15:57:19.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:17.835788+0000 mgr.smithi079.mdpxci (mgr.24491) 38 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi079.xgbuag from smithi079 -- ports [2049] 2023-10-11T15:57:19.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.701596+0000 mon.smithi079 (mon.1) 75 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]: dispatch 2023-10-11T15:57:19.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.701991+0000 mon.smithi045 (mon.0) 818 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]: dispatch 2023-10-11T15:57:19.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.705556+0000 mon.smithi045 (mon.0) 819 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]': finished 2023-10-11T15:57:19.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.706365+0000 mon.smithi079 (mon.1) 76 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw"}]: dispatch 2023-10-11T15:57:19.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.706565+0000 mon.smithi045 (mon.0) 820 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw"}]: dispatch 2023-10-11T15:57:19.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.709113+0000 mon.smithi045 (mon.0) 821 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag-rgw"}]': finished 2023-10-11T15:57:19.972 INFO:teuthology.orchestra.run.smithi045.stdout: 5 77260 20.83 MB/sec warmup 104 sec latency 1726.621 ms 2023-10-11T15:57:20.093 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.701256+0000 mgr.smithi079.mdpxci (mgr.24491) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi079.xgbuag 2023-10-11T15:57:20.093 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.706184+0000 mgr.smithi079.mdpxci (mgr.24491) 40 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi079.xgbuag-rgw 2023-10-11T15:57:20.093 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:18.789313+0000 mon.smithi045 (mon.0) 822 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-10-11T15:57:20.093 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.851255+0000 mgr.smithi079.mdpxci (mgr.24491) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi045.tzivdj 2023-10-11T15:57:20.094 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.851542+0000 mon.smithi079 (mon.1) 77 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]: dispatch 2023-10-11T15:57:20.094 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.852044+0000 mon.smithi045 (mon.0) 823 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]: dispatch 2023-10-11T15:57:20.094 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.855572+0000 mon.smithi045 (mon.0) 824 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]': finished 2023-10-11T15:57:20.094 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.858002+0000 mgr.smithi079.mdpxci (mgr.24491) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi045.tzivdj-rgw 2023-10-11T15:57:20.095 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.858180+0000 mon.smithi079 (mon.1) 78 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw"}]: dispatch 2023-10-11T15:57:20.095 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.858500+0000 mon.smithi045 (mon.0) 825 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw"}]: dispatch 2023-10-11T15:57:20.095 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.861054+0000 mon.smithi045 (mon.0) 826 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw"}]': finished 2023-10-11T15:57:20.095 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.866639+0000 mon.smithi045 (mon.0) 827 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.095 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.869780+0000 mon.smithi079 (mon.1) 79 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-10-11T15:57:20.096 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.870339+0000 mgr.smithi079.mdpxci (mgr.24491) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-10-11T15:57:20.096 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.906937+0000 mon.smithi079 (mon.1) 80 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' 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 2023-10-11T15:57:20.096 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.907285+0000 mon.smithi045 (mon.0) 828 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 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 2023-10-11T15:57:20.096 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.911206+0000 mon.smithi045 (mon.0) 829 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 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 2023-10-11T15:57:20.097 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.915918+0000 mgr.smithi079.mdpxci (mgr.24491) 44 : cephadm [INF] Done migrating nfs.foo 2023-10-11T15:57:20.097 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.915979+0000 mgr.smithi079.mdpxci (mgr.24491) 45 : cephadm [INF] Done migrating all NFS services 2023-10-11T15:57:20.097 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.919557+0000 mon.smithi045 (mon.0) 830 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.097 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.927152+0000 mon.smithi045 (mon.0) 831 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.097 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.938325+0000 mon.smithi045 (mon.0) 832 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.097 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.948410+0000 mon.smithi045 (mon.0) 833 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.098 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.963896+0000 mon.smithi045 (mon.0) 834 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.098 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.966461+0000 mgr.smithi079.mdpxci (mgr.24491) 46 : cephadm [INF] Fencing old nfs.foo.0.0.smithi045.tzivdj 2023-10-11T15:57:20.098 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.966642+0000 mon.smithi079 (mon.1) 81 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]: dispatch 2023-10-11T15:57:20.098 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.967042+0000 mon.smithi045 (mon.0) 835 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]: dispatch 2023-10-11T15:57:20.099 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.970562+0000 mon.smithi045 (mon.0) 836 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.099 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.971048+0000 mgr.smithi079.mdpxci (mgr.24491) 47 : cephadm [INF] Fencing old nfs.foo.1.0.smithi079.xgbuag 2023-10-11T15:57:20.099 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.971208+0000 mon.smithi079 (mon.1) 82 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]: dispatch 2023-10-11T15:57:20.099 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.971585+0000 mon.smithi045 (mon.0) 837 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]: dispatch 2023-10-11T15:57:20.099 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.975331+0000 mon.smithi045 (mon.0) 838 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.100 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.975851+0000 mgr.smithi079.mdpxci (mgr.24491) 48 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi045.gjeqfb 2023-10-11T15:57:20.100 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.976041+0000 mon.smithi079 (mon.1) 83 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:57:20.100 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.976293+0000 mon.smithi045 (mon.0) 839 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:57:20.100 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.979273+0000 mon.smithi045 (mon.0) 840 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T15:57:20.100 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:18.980206+0000 mgr.smithi079.mdpxci (mgr.24491) 49 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T15:57:20.101 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.980385+0000 mon.smithi079 (mon.1) 84 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:57:20.101 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.980846+0000 mon.smithi045 (mon.0) 841 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:57:20.101 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.983849+0000 mon.smithi045 (mon.0) 842 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T15:57:20.101 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:18.985050+0000 mon.smithi079 (mon.1) 85 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:20.101 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:19.028497+0000 mon.smithi079 (mon.1) 86 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:57:20.102 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:19.029125+0000 mon.smithi045 (mon.0) 843 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:57:20.102 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:19.032628+0000 mon.smithi045 (mon.0) 844 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:57:20.102 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:19.082868+0000 mon.smithi079 (mon.1) 87 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:57:20.102 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:19.083183+0000 mon.smithi045 (mon.0) 845 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:57:20.103 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:19.087358+0000 mon.smithi045 (mon.0) 846 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:57:20.103 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:19.094703+0000 mon.smithi079 (mon.1) 88 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:20.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.701256+0000 mgr.smithi079.mdpxci (mgr.24491) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi079.xgbuag 2023-10-11T15:57:20.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.706184+0000 mgr.smithi079.mdpxci (mgr.24491) 40 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi079.xgbuag-rgw 2023-10-11T15:57:20.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:18.789313+0000 mon.smithi045 (mon.0) 822 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-10-11T15:57:20.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.851255+0000 mgr.smithi079.mdpxci (mgr.24491) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi045.tzivdj 2023-10-11T15:57:20.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.851542+0000 mon.smithi079 (mon.1) 77 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]: dispatch 2023-10-11T15:57:20.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.852044+0000 mon.smithi045 (mon.0) 823 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]: dispatch 2023-10-11T15:57:20.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.855572+0000 mon.smithi045 (mon.0) 824 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]': finished 2023-10-11T15:57:20.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.858002+0000 mgr.smithi079.mdpxci (mgr.24491) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi045.tzivdj-rgw 2023-10-11T15:57:20.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.858180+0000 mon.smithi079 (mon.1) 78 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw"}]: dispatch 2023-10-11T15:57:20.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.858500+0000 mon.smithi045 (mon.0) 825 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw"}]: dispatch 2023-10-11T15:57:20.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.861054+0000 mon.smithi045 (mon.0) 826 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj-rgw"}]': finished 2023-10-11T15:57:20.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.866639+0000 mon.smithi045 (mon.0) 827 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.869780+0000 mon.smithi079 (mon.1) 79 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-10-11T15:57:20.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.870339+0000 mgr.smithi079.mdpxci (mgr.24491) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-10-11T15:57:20.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.906937+0000 mon.smithi079 (mon.1) 80 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' 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 2023-10-11T15:57:20.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.907285+0000 mon.smithi045 (mon.0) 828 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 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 2023-10-11T15:57:20.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.911206+0000 mon.smithi045 (mon.0) 829 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 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 2023-10-11T15:57:20.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.915918+0000 mgr.smithi079.mdpxci (mgr.24491) 44 : cephadm [INF] Done migrating nfs.foo 2023-10-11T15:57:20.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.915979+0000 mgr.smithi079.mdpxci (mgr.24491) 45 : cephadm [INF] Done migrating all NFS services 2023-10-11T15:57:20.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.919557+0000 mon.smithi045 (mon.0) 830 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.927152+0000 mon.smithi045 (mon.0) 831 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.938325+0000 mon.smithi045 (mon.0) 832 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.948410+0000 mon.smithi045 (mon.0) 833 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.963896+0000 mon.smithi045 (mon.0) 834 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.966461+0000 mgr.smithi079.mdpxci (mgr.24491) 46 : cephadm [INF] Fencing old nfs.foo.0.0.smithi045.tzivdj 2023-10-11T15:57:20.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.966642+0000 mon.smithi079 (mon.1) 81 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]: dispatch 2023-10-11T15:57:20.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.967042+0000 mon.smithi045 (mon.0) 835 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi045.tzivdj"}]: dispatch 2023-10-11T15:57:20.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.970562+0000 mon.smithi045 (mon.0) 836 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.971048+0000 mgr.smithi079.mdpxci (mgr.24491) 47 : cephadm [INF] Fencing old nfs.foo.1.0.smithi079.xgbuag 2023-10-11T15:57:20.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.971208+0000 mon.smithi079 (mon.1) 82 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]: dispatch 2023-10-11T15:57:20.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.971585+0000 mon.smithi045 (mon.0) 837 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi079.xgbuag"}]: dispatch 2023-10-11T15:57:20.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.975331+0000 mon.smithi045 (mon.0) 838 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:20.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.975851+0000 mgr.smithi079.mdpxci (mgr.24491) 48 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi045.gjeqfb 2023-10-11T15:57:20.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.976041+0000 mon.smithi079 (mon.1) 83 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:57:20.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.976293+0000 mon.smithi045 (mon.0) 839 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:57:20.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.979273+0000 mon.smithi045 (mon.0) 840 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T15:57:20.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:18.980206+0000 mgr.smithi079.mdpxci (mgr.24491) 49 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T15:57:20.142 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.980385+0000 mon.smithi079 (mon.1) 84 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:57:20.142 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.980846+0000 mon.smithi045 (mon.0) 841 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:57:20.142 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.983849+0000 mon.smithi045 (mon.0) 842 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T15:57:20.142 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:18.985050+0000 mon.smithi079 (mon.1) 85 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:20.143 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:19.028497+0000 mon.smithi079 (mon.1) 86 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:57:20.143 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:19.029125+0000 mon.smithi045 (mon.0) 843 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:57:20.143 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:19.032628+0000 mon.smithi045 (mon.0) 844 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:57:20.143 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:19.082868+0000 mon.smithi079 (mon.1) 87 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:57:20.143 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:19.083183+0000 mon.smithi045 (mon.0) 845 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:57:20.143 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:19.087358+0000 mon.smithi045 (mon.0) 846 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:57:20.144 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:19.094703+0000 mon.smithi079 (mon.1) 88 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:20.973 INFO:teuthology.orchestra.run.smithi045.stdout: 5 77260 20.63 MB/sec warmup 105 sec latency 2726.656 ms 2023-10-11T15:57:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:19.082446+0000 mgr.smithi079.mdpxci (mgr.24491) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-11T15:57:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:19.082544+0000 mgr.smithi079.mdpxci (mgr.24491) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi045.gjeqfb-rgw 2023-10-11T15:57:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:19.088139+0000 mgr.smithi079.mdpxci (mgr.24491) 52 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi045.gjeqfb's ganesha conf is defaulting to empty 2023-10-11T15:57:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:19.095923+0000 mgr.smithi079.mdpxci (mgr.24491) 53 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi045.gjeqfb on smithi045 2023-10-11T15:57:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:19.695829+0000 mgr.smithi079.mdpxci (mgr.24491) 54 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2023-10-11T15:57:21.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:20.730815+0000 mon.smithi045 (mon.0) 847 : cluster [DBG] mgrmap e26: smithi079.mdpxci(active, since 23s), standbys: smithi045.vzhlsu 2023-10-11T15:57:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:19.082446+0000 mgr.smithi079.mdpxci (mgr.24491) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-11T15:57:21.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:19.082544+0000 mgr.smithi079.mdpxci (mgr.24491) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi045.gjeqfb-rgw 2023-10-11T15:57:21.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:19.088139+0000 mgr.smithi079.mdpxci (mgr.24491) 52 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi045.gjeqfb's ganesha conf is defaulting to empty 2023-10-11T15:57:21.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:19.095923+0000 mgr.smithi079.mdpxci (mgr.24491) 53 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi045.gjeqfb on smithi045 2023-10-11T15:57:21.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:19.695829+0000 mgr.smithi079.mdpxci (mgr.24491) 54 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2023-10-11T15:57:21.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:20.730815+0000 mon.smithi045 (mon.0) 847 : cluster [DBG] mgrmap e26: smithi079.mdpxci(active, since 23s), standbys: smithi045.vzhlsu 2023-10-11T15:57:21.973 INFO:teuthology.orchestra.run.smithi045.stdout: 5 77260 20.43 MB/sec warmup 106 sec latency 3726.743 ms 2023-10-11T15:57:22.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:20.987346+0000 mon.smithi045 (mon.0) 848 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:22.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:20.993621+0000 mon.smithi045 (mon.0) 849 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:22.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:21.017195+0000 mon.smithi045 (mon.0) 850 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:22.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:21.018133+0000 mgr.smithi079.mdpxci (mgr.24491) 55 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi079.oxtyco 2023-10-11T15:57:22.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:21.018393+0000 mon.smithi079 (mon.1) 89 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:57:22.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:21.018659+0000 mon.smithi045 (mon.0) 851 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:57:22.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:21.021413+0000 mon.smithi045 (mon.0) 852 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T15:57:22.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:21.022456+0000 mgr.smithi079.mdpxci (mgr.24491) 56 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-11T15:57:22.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:21.022685+0000 mon.smithi079 (mon.1) 90 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:57:22.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:21.022980+0000 mon.smithi045 (mon.0) 853 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:57:22.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:21.025562+0000 mon.smithi045 (mon.0) 854 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T15:57:22.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:21.027025+0000 mon.smithi079 (mon.1) 91 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:22.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:20.987346+0000 mon.smithi045 (mon.0) 848 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:22.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:20.993621+0000 mon.smithi045 (mon.0) 849 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:22.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:21.017195+0000 mon.smithi045 (mon.0) 850 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:22.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:21.018133+0000 mgr.smithi079.mdpxci (mgr.24491) 55 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi079.oxtyco 2023-10-11T15:57:22.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:21.018393+0000 mon.smithi079 (mon.1) 89 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:57:22.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:21.018659+0000 mon.smithi045 (mon.0) 851 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:57:22.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:21.021413+0000 mon.smithi045 (mon.0) 852 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T15:57:22.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:21.022456+0000 mgr.smithi079.mdpxci (mgr.24491) 56 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-11T15:57:22.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:21.022685+0000 mon.smithi079 (mon.1) 90 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:57:22.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:21.022980+0000 mon.smithi045 (mon.0) 853 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:57:22.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:21.025562+0000 mon.smithi045 (mon.0) 854 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T15:57:22.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:21.027025+0000 mon.smithi079 (mon.1) 91 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:22.973 INFO:teuthology.orchestra.run.smithi045.stdout: 5 77260 20.24 MB/sec warmup 107 sec latency 4726.839 ms 2023-10-11T15:57:23.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:21.696524+0000 mgr.smithi079.mdpxci (mgr.24491) 57 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 5.6 MiB/s wr, 591 op/s 2023-10-11T15:57:23.508 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:21.696524+0000 mgr.smithi079.mdpxci (mgr.24491) 57 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 5.6 MiB/s wr, 591 op/s 2023-10-11T15:57:23.973 INFO:teuthology.orchestra.run.smithi045.stdout: 5 77260 20.05 MB/sec warmup 108 sec latency 5726.876 ms 2023-10-11T15:57:24.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:23.957050+0000 mon.smithi079 (mon.1) 92 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:57:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:23.957378+0000 mon.smithi045 (mon.0) 855 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:57:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:23.961935+0000 mon.smithi045 (mon.0) 856 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:57:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:23.970962+0000 mon.smithi045 (mon.0) 857 : audit [INF] from='mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526]' entity='mds.foofs.smithi045.iyzjhc' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/3544077124"}]: dispatch 2023-10-11T15:57:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:24.016795+0000 mon.smithi079 (mon.1) 93 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:57:24.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:24.017238+0000 mon.smithi045 (mon.0) 858 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:57:24.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:24.021166+0000 mon.smithi045 (mon.0) 859 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:57:24.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:24.022482+0000 mon.smithi079 (mon.1) 94 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:24.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:23.957050+0000 mon.smithi079 (mon.1) 92 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:57:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:23.957378+0000 mon.smithi045 (mon.0) 855 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:57:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:23.961935+0000 mon.smithi045 (mon.0) 856 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:57:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:23.970962+0000 mon.smithi045 (mon.0) 857 : audit [INF] from='mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526]' entity='mds.foofs.smithi045.iyzjhc' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/3544077124"}]: dispatch 2023-10-11T15:57:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:24.016795+0000 mon.smithi079 (mon.1) 93 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:57:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:24.017238+0000 mon.smithi045 (mon.0) 858 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:57:24.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:24.021166+0000 mon.smithi045 (mon.0) 859 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:57:24.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:24.022482+0000 mon.smithi079 (mon.1) 94 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:24.786 INFO:teuthology.orchestra.run.smithi045.stdout:[77788] open ./clients/client1/~dmtmp/SEED/LARGE.FIL failed for handle 13731 (Stale file handle) 2023-10-11T15:57:24.786 INFO:teuthology.orchestra.run.smithi045.stdout:(77789) ERROR: handle 13731 was not found 2023-10-11T15:57:24.787 INFO:teuthology.orchestra.run.smithi045.stdout:[77788] open ./clients/client3/~dmtmp/SEED/LARGE.FIL failed for handle 13731 (Stale file handle) 2023-10-11T15:57:24.787 INFO:teuthology.orchestra.run.smithi045.stdout:(77789) ERROR: handle 13731 was not found 2023-10-11T15:57:24.787 INFO:teuthology.orchestra.run.smithi045.stdout:[76626] open ./clients/client2/~dmtmp/PARADOX/ANSWER.DB failed for handle 13569 (Stale file handle) 2023-10-11T15:57:24.787 INFO:teuthology.orchestra.run.smithi045.stdout:Child failed with status 1 2023-10-11T15:57:24.788 INFO:teuthology.orchestra.run.smithi045.stdout:[76168] open ./clients/client4/~dmtmp/PARADOX/__414F2.DB failed for handle 13459 (Stale file handle) 2023-10-11T15:57:24.788 INFO:teuthology.orchestra.run.smithi045.stdout:(76169) ERROR: handle 13459 was not found 2023-10-11T15:57:24.788 INFO:teuthology.orchestra.run.smithi045.stdout:[77931] unlink ./clients/client0/~dmtmp/ACCESS/FASTENER.LDB failed (Stale file handle) - expected NT_STATUS_OK 2023-10-11T15:57:24.788 INFO:teuthology.orchestra.run.smithi045.stdout:ERROR: child 0 failed at line 77931 2023-10-11T15:57:24.790 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-10-11T15:57:24.877 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-10-11T15:57:25.059 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:57:25.077 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:23.697064+0000 mgr.smithi079.mdpxci (mgr.24491) 58 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 4.9 MiB/s wr, 513 op/s 2023-10-11T15:57:25.078 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:23.970634+0000 mds.foofs.smithi045.iyzjhc (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14546 (172.21.15.45:0/3544077124) 2023-10-11T15:57:25.078 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:23.975153+0000 mds.foofs.smithi045.iyzjhc (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14696 172.21.15.45:0/1007544525) 2023-10-11T15:57:25.078 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:24.016282+0000 mgr.smithi079.mdpxci (mgr.24491) 59 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-11T15:57:25.079 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:24.016384+0000 mgr.smithi079.mdpxci (mgr.24491) 60 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi079.oxtyco-rgw 2023-10-11T15:57:25.079 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:24.021965+0000 mgr.smithi079.mdpxci (mgr.24491) 61 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi079.oxtyco's ganesha conf is defaulting to empty 2023-10-11T15:57:25.079 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:24.023614+0000 mgr.smithi079.mdpxci (mgr.24491) 62 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi079.oxtyco on smithi079 2023-10-11T15:57:25.079 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:24.963779+0000 mon.smithi045 (mon.0) 860 : audit [INF] from='mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526]' entity='mds.foofs.smithi045.iyzjhc' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/3544077124"}]': finished 2023-10-11T15:57:25.079 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:24.963850+0000 mon.smithi045 (mon.0) 861 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-10-11T15:57:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:23.697064+0000 mgr.smithi079.mdpxci (mgr.24491) 58 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 318 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 4.9 MiB/s wr, 513 op/s 2023-10-11T15:57:25.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:23.970634+0000 mds.foofs.smithi045.iyzjhc (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14546 (172.21.15.45:0/3544077124) 2023-10-11T15:57:25.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:23.975153+0000 mds.foofs.smithi045.iyzjhc (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14696 172.21.15.45:0/1007544525) 2023-10-11T15:57:25.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:24.016282+0000 mgr.smithi079.mdpxci (mgr.24491) 59 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-10-11T15:57:25.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:24.016384+0000 mgr.smithi079.mdpxci (mgr.24491) 60 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi079.oxtyco-rgw 2023-10-11T15:57:25.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:24.021965+0000 mgr.smithi079.mdpxci (mgr.24491) 61 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi079.oxtyco's ganesha conf is defaulting to empty 2023-10-11T15:57:25.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:24.023614+0000 mgr.smithi079.mdpxci (mgr.24491) 62 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi079.oxtyco on smithi079 2023-10-11T15:57:25.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:24.963779+0000 mon.smithi045 (mon.0) 860 : audit [INF] from='mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526]' entity='mds.foofs.smithi045.iyzjhc' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/3544077124"}]': finished 2023-10-11T15:57:25.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:24.963850+0000 mon.smithi045 (mon.0) 861 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-10-11T15:57:26.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:25.697508+0000 mgr.smithi079.mdpxci (mgr.24491) 63 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 310 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 4.3 MiB/s wr, 453 op/s 2023-10-11T15:57:26.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:25.702252+0000 mon.smithi045 (mon.0) 862 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:26.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:25.707915+0000 mon.smithi045 (mon.0) 863 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:26.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:25.746383+0000 mon.smithi045 (mon.0) 864 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:26.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:25.753607+0000 mon.smithi045 (mon.0) 865 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:26.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:25.886139+0000 mon.smithi079 (mon.1) 95 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:57:27.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:25.697508+0000 mgr.smithi079.mdpxci (mgr.24491) 63 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 310 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 4.3 MiB/s wr, 453 op/s 2023-10-11T15:57:27.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:25.702252+0000 mon.smithi045 (mon.0) 862 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:27.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:25.707915+0000 mon.smithi045 (mon.0) 863 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:27.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:25.746383+0000 mon.smithi045 (mon.0) 864 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:27.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:25.753607+0000 mon.smithi045 (mon.0) 865 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:27.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:25.886139+0000 mon.smithi079 (mon.1) 95 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:57:29.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:27.697830+0000 mgr.smithi079.mdpxci (mgr.24491) 64 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 310 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 46 KiB/s wr, 3 op/s 2023-10-11T15:57:29.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:27.831937+0000 mon.smithi045 (mon.0) 866 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:29.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:27.844801+0000 mon.smithi079 (mon.1) 96 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:57:29.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:28.619623+0000 mon.smithi045 (mon.0) 867 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:29.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:28.624746+0000 mon.smithi045 (mon.0) 868 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:27.697830+0000 mgr.smithi079.mdpxci (mgr.24491) 64 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 310 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 46 KiB/s wr, 3 op/s 2023-10-11T15:57:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:27.831937+0000 mon.smithi045 (mon.0) 866 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:27.844801+0000 mon.smithi079 (mon.1) 96 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:57:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:28.619623+0000 mon.smithi045 (mon.0) 867 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:29.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:28.624746+0000 mon.smithi045 (mon.0) 868 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:30.118 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:57:31.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:29.698496+0000 mgr.smithi079.mdpxci (mgr.24491) 65 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 75 KiB/s wr, 25 op/s 2023-10-11T15:57:31.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.024048+0000 mon.smithi045 (mon.0) 869 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.030592+0000 mon.smithi045 (mon.0) 870 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.032123+0000 mon.smithi079 (mon.1) 97 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:31.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.032953+0000 mon.smithi079 (mon.1) 98 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:57:31.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.037722+0000 mon.smithi045 (mon.0) 871 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.045395+0000 mon.smithi045 (mon.0) 872 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.181046+0000 mon.smithi045 (mon.0) 873 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.184314+0000 mon.smithi045 (mon.0) 874 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.189813+0000 mon.smithi045 (mon.0) 875 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:30.192961+0000 mon.smithi045 (mon.0) 876 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:29.698496+0000 mgr.smithi079.mdpxci (mgr.24491) 65 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 75 KiB/s wr, 25 op/s 2023-10-11T15:57:31.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.024048+0000 mon.smithi045 (mon.0) 869 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.030592+0000 mon.smithi045 (mon.0) 870 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.032123+0000 mon.smithi079 (mon.1) 97 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:57:31.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.032953+0000 mon.smithi079 (mon.1) 98 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:57:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.037722+0000 mon.smithi045 (mon.0) 871 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.045395+0000 mon.smithi045 (mon.0) 872 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.181046+0000 mon.smithi045 (mon.0) 873 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.184314+0000 mon.smithi045 (mon.0) 874 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.189813+0000 mon.smithi045 (mon.0) 875 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:31.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:30.192961+0000 mon.smithi045 (mon.0) 876 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:57:32.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:30.195924+0000 mgr.smithi079.mdpxci (mgr.24491) 66 : cephadm [INF] Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-10-11T15:57:32.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:57:30.203542+0000 mgr.smithi079.mdpxci (mgr.24491) 67 : cephadm [INF] Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-10-11T15:57:32.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:31.689637+0000 mon.smithi045 (mon.0) 877 : audit [INF] from='mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526]' entity='mds.foofs.smithi045.iyzjhc' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/4042782486"}]: dispatch 2023-10-11T15:57:32.385 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T15:57:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:30.195924+0000 mgr.smithi079.mdpxci (mgr.24491) 66 : cephadm [INF] Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-10-11T15:57:32.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:57:30.203542+0000 mgr.smithi079.mdpxci (mgr.24491) 67 : cephadm [INF] Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-10-11T15:57:32.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:31.689637+0000 mon.smithi045 (mon.0) 877 : audit [INF] from='mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526]' entity='mds.foofs.smithi045.iyzjhc' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/4042782486"}]: dispatch 2023-10-11T15:57:33.123 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:57:33.124 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (4m) 3s ago 6m 22.6M - 0.20.0 0881eb8f169f a144a27b5c0e 2023-10-11T15:57:33.124 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (6m) 3s ago 6m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T15:57:33.124 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (5m) 4s ago 5m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T15:57:33.124 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (4m) 3s ago 5m 40.5M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T15:57:33.124 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (2m) 3s ago 2m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T15:57:33.125 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (2m) 4s ago 2m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T15:57:33.125 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (7m) 3s ago 7m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T15:57:33.125 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (44s) 4s ago 5m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T15:57:33.125 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (7m) 3s ago 7m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T15:57:33.125 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (5m) 4s ago 5m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T15:57:33.126 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (12s) 3s ago 12s 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T15:57:33.126 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (7s) 4s ago 7s 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T15:57:33.126 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (5m) 3s ago 5m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T15:57:33.126 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (5m) 4s ago 5m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T15:57:33.126 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (4m) 3s ago 4m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T15:57:33.127 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (4m) 3s ago 4m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T15:57:33.127 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (4m) 3s ago 4m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T15:57:33.127 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (4m) 3s ago 4m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T15:57:33.127 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (3m) 4s ago 3m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T15:57:33.127 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (3m) 4s ago 3m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T15:57:33.128 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (3m) 4s ago 3m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T15:57:33.128 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (3m) 4s ago 3m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T15:57:33.128 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (4m) 3s ago 5m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T15:57:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:31.689302+0000 mds.foofs.smithi045.iyzjhc (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24429 (172.21.15.79:0/4042782486) 2023-10-11T15:57:33.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:31.693468+0000 mds.foofs.smithi045.iyzjhc (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24597 172.21.15.79:0/2316740035) 2023-10-11T15:57:33.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:31.698928+0000 mgr.smithi079.mdpxci (mgr.24491) 68 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 75 KiB/s wr, 25 op/s 2023-10-11T15:57:33.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:32.028904+0000 mon.smithi045 (mon.0) 878 : audit [INF] from='mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526]' entity='mds.foofs.smithi045.iyzjhc' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/4042782486"}]': finished 2023-10-11T15:57:33.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:32.028980+0000 mon.smithi045 (mon.0) 879 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-10-11T15:57:33.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:31.689302+0000 mds.foofs.smithi045.iyzjhc (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24429 (172.21.15.79:0/4042782486) 2023-10-11T15:57:33.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:31.693468+0000 mds.foofs.smithi045.iyzjhc (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24597 172.21.15.79:0/2316740035) 2023-10-11T15:57:33.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:31.698928+0000 mgr.smithi079.mdpxci (mgr.24491) 68 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 75 KiB/s wr, 25 op/s 2023-10-11T15:57:33.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:32.028904+0000 mon.smithi045 (mon.0) 878 : audit [INF] from='mds.? [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526]' entity='mds.foofs.smithi045.iyzjhc' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.79:0/4042782486"}]': finished 2023-10-11T15:57:33.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:32.028980+0000 mon.smithi045 (mon.0) 879 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-10-11T15:57:33.549 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:57:33.549 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T15:57:33.549 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:57:33.550 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:57:33.550 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T15:57:33.550 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T15:57:33.550 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:57:33.550 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:57:33.551 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T15:57:33.551 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T15:57:33.551 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:57:33.551 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T15:57:33.551 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:57:33.552 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:57:33.552 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T15:57:33.552 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T15:57:33.552 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:57:33.552 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T15:57:33.553 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:57:33.921 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:57:33.922 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T15:57:33.922 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T15:57:33.922 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T15:57:33.922 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T15:57:33.923 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T15:57:33.923 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T15:57:33.923 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T15:57:33.923 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:57:34.306 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:32.369227+0000 mgr.smithi079.mdpxci (mgr.24491) 69 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:34.306 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:32.762274+0000 mgr.smithi079.mdpxci (mgr.24491) 70 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:34.306 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:33.548003+0000 mon.smithi045 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.45:0/4158531500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:57:34.363 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T15:57:34.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:32.369227+0000 mgr.smithi079.mdpxci (mgr.24491) 69 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:34.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:32.762274+0000 mgr.smithi079.mdpxci (mgr.24491) 70 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:34.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:33.548003+0000 mon.smithi045 (mon.0) 880 : audit [DBG] from='client.? 172.21.15.45:0/4158531500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:57:35.160 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:57:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:33.111865+0000 mgr.smithi079.mdpxci (mgr.24491) 71 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:33.699282+0000 mgr.smithi079.mdpxci (mgr.24491) 72 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 39 KiB/s wr, 25 op/s 2023-10-11T15:57:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:33.919923+0000 mgr.smithi079.mdpxci (mgr.24491) 73 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:34.361722+0000 mon.smithi045 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.45:0/2002563630' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:57:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:33.111865+0000 mgr.smithi079.mdpxci (mgr.24491) 71 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:33.699282+0000 mgr.smithi079.mdpxci (mgr.24491) 72 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 39 KiB/s wr, 25 op/s 2023-10-11T15:57:35.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:33.919923+0000 mgr.smithi079.mdpxci (mgr.24491) 73 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:57:35.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:34.361722+0000 mon.smithi045 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.45:0/2002563630' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:57:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:35.700130+0000 mgr.smithi079.mdpxci (mgr.24491) 74 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 40 KiB/s wr, 22 op/s 2023-10-11T15:57:37.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:35.700130+0000 mgr.smithi079.mdpxci (mgr.24491) 74 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 40 KiB/s wr, 22 op/s 2023-10-11T15:57:39.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:37.700601+0000 mgr.smithi079.mdpxci (mgr.24491) 75 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 40 KiB/s wr, 22 op/s 2023-10-11T15:57:39.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:37.700601+0000 mgr.smithi079.mdpxci (mgr.24491) 75 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 40 KiB/s wr, 22 op/s 2023-10-11T15:57:40.199 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:57:41.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:39.701345+0000 mgr.smithi079.mdpxci (mgr.24491) 76 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 7.5 KiB/s wr, 1 op/s 2023-10-11T15:57:41.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:39.701345+0000 mgr.smithi079.mdpxci (mgr.24491) 76 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 7.5 KiB/s wr, 1 op/s 2023-10-11T15:57:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:41.701798+0000 mgr.smithi079.mdpxci (mgr.24491) 77 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 7.5 KiB/s wr, 1 op/s 2023-10-11T15:57:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:42.845086+0000 mon.smithi079 (mon.1) 99 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:57:43.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:41.701798+0000 mgr.smithi079.mdpxci (mgr.24491) 77 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 7.5 KiB/s wr, 1 op/s 2023-10-11T15:57:43.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:42.845086+0000 mon.smithi079 (mon.1) 99 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:57:45.238 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:57:45.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:43.702241+0000 mgr.smithi079.mdpxci (mgr.24491) 78 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 6.4 KiB/s wr, 1 op/s 2023-10-11T15:57:45.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:43.702241+0000 mgr.smithi079.mdpxci (mgr.24491) 78 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 6.4 KiB/s wr, 1 op/s 2023-10-11T15:57:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:45.702981+0000 mgr.smithi079.mdpxci (mgr.24491) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 6.3 KiB/s wr, 1 op/s 2023-10-11T15:57:47.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:45.702981+0000 mgr.smithi079.mdpxci (mgr.24491) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 6.3 KiB/s wr, 1 op/s 2023-10-11T15:57:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:47.703494+0000 mgr.smithi079.mdpxci (mgr.24491) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-10-11T15:57:49.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:47.703494+0000 mgr.smithi079.mdpxci (mgr.24491) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-10-11T15:57:50.280 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:57:51.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:49.704189+0000 mgr.smithi079.mdpxci (mgr.24491) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-10-11T15:57:51.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:49.704189+0000 mgr.smithi079.mdpxci (mgr.24491) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-10-11T15:57:53.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:51.704715+0000 mgr.smithi079.mdpxci (mgr.24491) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:57:53.509 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:51.704715+0000 mgr.smithi079.mdpxci (mgr.24491) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:57:55.321 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:57:55.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:53.705306+0000 mgr.smithi079.mdpxci (mgr.24491) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:57:55.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:53.705306+0000 mgr.smithi079.mdpxci (mgr.24491) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:57:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:55.706215+0000 mgr.smithi079.mdpxci (mgr.24491) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:57:57.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:55.706215+0000 mgr.smithi079.mdpxci (mgr.24491) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:57:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:57:57.845714+0000 mon.smithi079 (mon.1) 100 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:57:58.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:57:57.845714+0000 mon.smithi079 (mon.1) 100 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:57:59.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:57:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:57.706753+0000 mgr.smithi079.mdpxci (mgr.24491) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:57:59.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:57:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:57.706753+0000 mgr.smithi079.mdpxci (mgr.24491) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:00.357 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:01.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:57:59.707481+0000 mgr.smithi079.mdpxci (mgr.24491) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:01.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:57:59.707481+0000 mgr.smithi079.mdpxci (mgr.24491) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:03.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:01.708019+0000 mgr.smithi079.mdpxci (mgr.24491) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:03.510 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:01.708019+0000 mgr.smithi079.mdpxci (mgr.24491) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:04.746 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T15:58:05.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:03.708469+0000 mgr.smithi079.mdpxci (mgr.24491) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:05.394 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:05.435 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:58:05.435 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (5m) 35s ago 6m 22.6M - 0.20.0 0881eb8f169f a144a27b5c0e 2023-10-11T15:58:05.436 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (6m) 35s ago 6m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T15:58:05.436 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (5m) 36s ago 5m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T15:58:05.436 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (5m) 35s ago 6m 40.5M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T15:58:05.436 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (2m) 35s ago 2m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T15:58:05.437 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (2m) 36s ago 2m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T15:58:05.437 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (7m) 35s ago 7m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T15:58:05.437 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (76s) 36s ago 5m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T15:58:05.437 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (7m) 35s ago 7m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T15:58:05.438 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (5m) 36s ago 5m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T15:58:05.438 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (44s) 35s ago 44s 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T15:58:05.438 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (40s) 36s ago 39s 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T15:58:05.438 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (6m) 35s ago 6m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T15:58:05.439 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (5m) 36s ago 5m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T15:58:05.439 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (5m) 35s ago 5m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T15:58:05.439 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (5m) 35s ago 5m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T15:58:05.439 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (4m) 35s ago 4m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T15:58:05.440 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (4m) 35s ago 4m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T15:58:05.440 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (4m) 36s ago 4m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T15:58:05.440 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (4m) 36s ago 4m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T15:58:05.440 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (3m) 36s ago 3m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T15:58:05.441 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (3m) 36s ago 3m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T15:58:05.441 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (5m) 35s ago 5m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T15:58:05.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:03.708469+0000 mgr.smithi079.mdpxci (mgr.24491) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:05.855 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:58:05.855 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T15:58:05.856 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:58:05.856 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:58:05.856 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T15:58:05.856 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T15:58:05.857 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:58:05.857 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:58:05.857 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T15:58:05.857 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T15:58:05.857 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:58:05.858 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T15:58:05.858 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:58:05.858 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:58:05.858 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T15:58:05.858 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T15:58:05.859 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:58:05.859 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T15:58:05.859 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:58:06.214 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:58:06.215 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T15:58:06.215 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T15:58:06.215 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T15:58:06.215 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T15:58:06.216 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T15:58:06.216 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T15:58:06.216 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T15:58:06.216 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:58:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:04.729633+0000 mgr.smithi079.mdpxci (mgr.24491) 89 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:05.078961+0000 mgr.smithi079.mdpxci (mgr.24491) 90 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:06.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:05.422978+0000 mgr.smithi079.mdpxci (mgr.24491) 91 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:06.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:05.709382+0000 mgr.smithi079.mdpxci (mgr.24491) 92 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:06.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:05.852982+0000 mon.smithi045 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.45:0/2306003973' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:58:06.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:04.729633+0000 mgr.smithi079.mdpxci (mgr.24491) 89 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:06.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:05.078961+0000 mgr.smithi079.mdpxci (mgr.24491) 90 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:06.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:05.422978+0000 mgr.smithi079.mdpxci (mgr.24491) 91 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:06.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:05.709382+0000 mgr.smithi079.mdpxci (mgr.24491) 92 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:06.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:05.852982+0000 mon.smithi045 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.45:0/2306003973' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:58:06.632 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T15:58:07.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:06.213107+0000 mgr.smithi079.mdpxci (mgr.24491) 93 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:07.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:06.631053+0000 mon.smithi045 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.45:0/2024198641' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:58:07.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:06.213107+0000 mgr.smithi079.mdpxci (mgr.24491) 93 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:07.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:06.631053+0000 mon.smithi045 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.45:0/2024198641' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:58:08.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:07.709841+0000 mgr.smithi079.mdpxci (mgr.24491) 94 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:08.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:07.709841+0000 mgr.smithi079.mdpxci (mgr.24491) 94 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:10.429 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:11.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:09.710618+0000 mgr.smithi079.mdpxci (mgr.24491) 95 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:09.710618+0000 mgr.smithi079.mdpxci (mgr.24491) 95 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:11.711134+0000 mgr.smithi079.mdpxci (mgr.24491) 96 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:11.711134+0000 mgr.smithi079.mdpxci (mgr.24491) 96 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:14.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:12.845951+0000 mon.smithi079 (mon.1) 101 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:14.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:12.845951+0000 mon.smithi079 (mon.1) 101 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:15.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:13.711651+0000 mgr.smithi079.mdpxci (mgr.24491) 97 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:13.711651+0000 mgr.smithi079.mdpxci (mgr.24491) 97 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:15.478 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:15.712283+0000 mgr.smithi079.mdpxci (mgr.24491) 98 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:17.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:15.712283+0000 mgr.smithi079.mdpxci (mgr.24491) 98 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:19.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:17.712804+0000 mgr.smithi079.mdpxci (mgr.24491) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:17.712804+0000 mgr.smithi079.mdpxci (mgr.24491) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:20.514 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:19.713655+0000 mgr.smithi079.mdpxci (mgr.24491) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:19.713655+0000 mgr.smithi079.mdpxci (mgr.24491) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:23.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:21.714048+0000 mgr.smithi079.mdpxci (mgr.24491) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:23.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:21.714048+0000 mgr.smithi079.mdpxci (mgr.24491) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:25.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:23.714789+0000 mgr.smithi079.mdpxci (mgr.24491) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:23.714789+0000 mgr.smithi079.mdpxci (mgr.24491) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:25.558 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:27.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:25.715595+0000 mgr.smithi079.mdpxci (mgr.24491) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:25.715595+0000 mgr.smithi079.mdpxci (mgr.24491) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:29.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:27.716021+0000 mgr.smithi079.mdpxci (mgr.24491) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:27.846198+0000 mon.smithi079 (mon.1) 102 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:27.716021+0000 mgr.smithi079.mdpxci (mgr.24491) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:29.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:27.846198+0000 mon.smithi079 (mon.1) 102 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:30.095 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:28.812812+0000 mon.smithi045 (mon.0) 884 : cluster [DBG] mgrmap e27: smithi079.mdpxci(active, since 91s), standbys: smithi045.vzhlsu 2023-10-11T15:58:30.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:28.812812+0000 mon.smithi045 (mon.0) 884 : cluster [DBG] mgrmap e27: smithi079.mdpxci(active, since 91s), standbys: smithi045.vzhlsu 2023-10-11T15:58:30.596 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:29.716680+0000 mgr.smithi079.mdpxci (mgr.24491) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-10-11T15:58:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:29.716680+0000 mgr.smithi079.mdpxci (mgr.24491) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-10-11T15:58:33.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:31.717122+0000 mgr.smithi079.mdpxci (mgr.24491) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:58:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:31.717122+0000 mgr.smithi079.mdpxci (mgr.24491) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:58:35.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:33.717725+0000 mgr.smithi079.mdpxci (mgr.24491) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-10-11T15:58:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:33.717725+0000 mgr.smithi079.mdpxci (mgr.24491) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-10-11T15:58:35.643 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:37.006 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T15:58:37.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:35.718343+0000 mgr.smithi079.mdpxci (mgr.24491) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:58:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:35.718343+0000 mgr.smithi079.mdpxci (mgr.24491) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:58:37.701 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:58:37.701 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (5m) 67s ago 7m 22.6M - 0.20.0 0881eb8f169f a144a27b5c0e 2023-10-11T15:58:37.701 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (7m) 67s ago 7m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T15:58:37.702 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (6m) 69s ago 6m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T15:58:37.702 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (5m) 67s ago 6m 40.5M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T15:58:37.702 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (3m) 67s ago 3m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T15:58:37.702 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (3m) 69s ago 3m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T15:58:37.703 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (8m) 67s ago 8m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T15:58:37.703 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (108s) 69s ago 6m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T15:58:37.703 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (8m) 67s ago 8m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T15:58:37.703 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (6m) 69s ago 6m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T15:58:37.703 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (77s) 67s ago 76s 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T15:58:37.704 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (72s) 69s ago 72s 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T15:58:37.704 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (6m) 67s ago 6m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T15:58:37.704 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (6m) 69s ago 6m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T15:58:37.704 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (5m) 67s ago 5m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T15:58:37.704 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (5m) 67s ago 5m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T15:58:37.705 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (5m) 67s ago 5m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T15:58:37.705 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (5m) 67s ago 5m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T15:58:37.705 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (4m) 69s ago 4m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T15:58:37.705 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (4m) 69s ago 4m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T15:58:37.705 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (4m) 69s ago 4m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T15:58:37.706 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (4m) 69s ago 4m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T15:58:37.706 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (5m) 67s ago 6m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T15:58:38.120 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:58:38.120 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T15:58:38.120 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:58:38.120 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:58:38.121 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T15:58:38.121 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T15:58:38.121 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:58:38.121 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:58:38.121 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T15:58:38.122 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T15:58:38.122 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:58:38.122 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T15:58:38.122 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:58:38.122 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:58:38.123 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T15:58:38.123 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T15:58:38.123 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:58:38.123 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T15:58:38.123 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:58:38.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:36.989606+0000 mgr.smithi079.mdpxci (mgr.24491) 109 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:38.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:36.989606+0000 mgr.smithi079.mdpxci (mgr.24491) 109 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:38.470 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:58:38.471 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T15:58:38.471 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T15:58:38.471 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T15:58:38.471 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T15:58:38.472 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T15:58:38.472 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T15:58:38.472 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T15:58:38.472 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:58:38.890 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T15:58:39.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:37.344037+0000 mgr.smithi079.mdpxci (mgr.24491) 110 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:39.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:37.688760+0000 mgr.smithi079.mdpxci (mgr.24491) 111 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:39.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:37.718708+0000 mgr.smithi079.mdpxci (mgr.24491) 112 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:58:39.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:38.118844+0000 mon.smithi045 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.45:0/3966083877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:58:39.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:37.344037+0000 mgr.smithi079.mdpxci (mgr.24491) 110 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:39.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:37.688760+0000 mgr.smithi079.mdpxci (mgr.24491) 111 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:39.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:37.718708+0000 mgr.smithi079.mdpxci (mgr.24491) 112 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:58:39.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:38.118844+0000 mon.smithi045 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.45:0/3966083877' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:58:40.095 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:38.469530+0000 mgr.smithi079.mdpxci (mgr.24491) 113 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:40.095 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:38.889154+0000 mon.smithi045 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.45:0/3968346871' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:58:40.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:38.469530+0000 mgr.smithi079.mdpxci (mgr.24491) 113 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:58:40.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:38.889154+0000 mon.smithi045 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.45:0/3968346871' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:58:40.680 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:39.719529+0000 mgr.smithi079.mdpxci (mgr.24491) 114 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-10-11T15:58:41.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:39.719529+0000 mgr.smithi079.mdpxci (mgr.24491) 114 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-10-11T15:58:43.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:41.719934+0000 mgr.smithi079.mdpxci (mgr.24491) 115 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:41.719934+0000 mgr.smithi079.mdpxci (mgr.24491) 115 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:44.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:42.846547+0000 mon.smithi079 (mon.1) 103 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:44.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:42.846547+0000 mon.smithi079 (mon.1) 103 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:45.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:43.720490+0000 mgr.smithi079.mdpxci (mgr.24491) 116 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:45.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:43.720490+0000 mgr.smithi079.mdpxci (mgr.24491) 116 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:45.733 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:47.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:45.721190+0000 mgr.smithi079.mdpxci (mgr.24491) 117 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:45.721190+0000 mgr.smithi079.mdpxci (mgr.24491) 117 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:49.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:47.721665+0000 mgr.smithi079.mdpxci (mgr.24491) 118 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:49.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:47.721665+0000 mgr.smithi079.mdpxci (mgr.24491) 118 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:50.774 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:49.722438+0000 mgr.smithi079.mdpxci (mgr.24491) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:51.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:49.722438+0000 mgr.smithi079.mdpxci (mgr.24491) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:53.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:51.722838+0000 mgr.smithi079.mdpxci (mgr.24491) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:51.722838+0000 mgr.smithi079.mdpxci (mgr.24491) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:55.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:53.723439+0000 mgr.smithi079.mdpxci (mgr.24491) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:55.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:53.723439+0000 mgr.smithi079.mdpxci (mgr.24491) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:58:55.816 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:58:57.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:55.724079+0000 mgr.smithi079.mdpxci (mgr.24491) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:57.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:55.724079+0000 mgr.smithi079.mdpxci (mgr.24491) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:58.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:58:57.846985+0000 mon.smithi079 (mon.1) 104 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:58:57.846985+0000 mon.smithi079 (mon.1) 104 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:58:59.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:58:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:57.724607+0000 mgr.smithi079.mdpxci (mgr.24491) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:58:59.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:58:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:57.724607+0000 mgr.smithi079.mdpxci (mgr.24491) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:00.862 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:58:59.725438+0000 mgr.smithi079.mdpxci (mgr.24491) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:01.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:58:59.725438+0000 mgr.smithi079.mdpxci (mgr.24491) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:03.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:01.725857+0000 mgr.smithi079.mdpxci (mgr.24491) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:01.725857+0000 mgr.smithi079.mdpxci (mgr.24491) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:03.726572+0000 mgr.smithi079.mdpxci (mgr.24491) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:05.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:03.726572+0000 mgr.smithi079.mdpxci (mgr.24491) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:05.899 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:05.727242+0000 mgr.smithi079.mdpxci (mgr.24491) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:07.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:05.727242+0000 mgr.smithi079.mdpxci (mgr.24491) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:09.261 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T15:59:09.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:07.727806+0000 mgr.smithi079.mdpxci (mgr.24491) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:07.727806+0000 mgr.smithi079.mdpxci (mgr.24491) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:09.959 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:59:09.959 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (6m) 99s ago 7m 22.6M - 0.20.0 0881eb8f169f a144a27b5c0e 2023-10-11T15:59:09.959 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (7m) 99s ago 7m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T15:59:09.959 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (6m) 101s ago 6m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T15:59:09.960 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (6m) 99s ago 7m 40.5M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T15:59:09.960 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (3m) 99s ago 3m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T15:59:09.960 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (3m) 101s ago 3m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T15:59:09.960 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (8m) 99s ago 8m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T15:59:09.960 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (2m) 101s ago 6m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T15:59:09.961 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (8m) 99s ago 8m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T15:59:09.961 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (6m) 101s ago 6m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T15:59:09.961 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (109s) 99s ago 109s 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T15:59:09.961 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (104s) 101s ago 104s 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T15:59:09.961 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (7m) 99s ago 7m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T15:59:09.962 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (6m) 101s ago 6m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T15:59:09.962 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (6m) 99s ago 6m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T15:59:09.962 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (6m) 99s ago 6m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T15:59:09.962 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (5m) 99s ago 5m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T15:59:09.962 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (5m) 99s ago 5m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T15:59:09.963 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (5m) 101s ago 5m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T15:59:09.963 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (5m) 101s ago 5m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T15:59:09.963 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (5m) 101s ago 5m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T15:59:09.963 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (4m) 101s ago 4m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T15:59:09.963 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (6m) 99s ago 7m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T15:59:10.377 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:59:10.377 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T15:59:10.377 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:59:10.377 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:59:10.378 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T15:59:10.378 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T15:59:10.378 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:59:10.378 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:59:10.378 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T15:59:10.379 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T15:59:10.379 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:59:10.379 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T15:59:10.379 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:59:10.379 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:59:10.380 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T15:59:10.380 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T15:59:10.380 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:59:10.380 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T15:59:10.380 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:59:10.728 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:59:10.729 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T15:59:10.729 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T15:59:10.729 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T15:59:10.729 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T15:59:10.730 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T15:59:10.730 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T15:59:10.730 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T15:59:10.730 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:59:10.951 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:11.157 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T15:59:11.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:09.246166+0000 mgr.smithi079.mdpxci (mgr.24491) 129 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:11.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:09.597256+0000 mgr.smithi079.mdpxci (mgr.24491) 130 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:11.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:09.728668+0000 mgr.smithi079.mdpxci (mgr.24491) 131 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:11.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:09.946991+0000 mgr.smithi079.mdpxci (mgr.24491) 132 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:11.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:10.375734+0000 mon.smithi045 (mon.0) 887 : audit [DBG] from='client.? 172.21.15.45:0/1506236603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:59:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:09.246166+0000 mgr.smithi079.mdpxci (mgr.24491) 129 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:11.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:09.597256+0000 mgr.smithi079.mdpxci (mgr.24491) 130 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:11.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:09.728668+0000 mgr.smithi079.mdpxci (mgr.24491) 131 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:11.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:09.946991+0000 mgr.smithi079.mdpxci (mgr.24491) 132 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:11.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:10.375734+0000 mon.smithi045 (mon.0) 887 : audit [DBG] from='client.? 172.21.15.45:0/1506236603' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:59:12.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:10.727257+0000 mgr.smithi079.mdpxci (mgr.24491) 133 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:12.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:11.155909+0000 mon.smithi045 (mon.0) 888 : audit [DBG] from='client.? 172.21.15.45:0/4023861638' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:59:12.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:10.727257+0000 mgr.smithi079.mdpxci (mgr.24491) 133 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:12.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:11.155909+0000 mon.smithi045 (mon.0) 888 : audit [DBG] from='client.? 172.21.15.45:0/4023861638' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:59:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:11.729081+0000 mgr.smithi079.mdpxci (mgr.24491) 134 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:13.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:12.847214+0000 mon.smithi079 (mon.1) 105 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:11.729081+0000 mgr.smithi079.mdpxci (mgr.24491) 134 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:13.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:12.847214+0000 mon.smithi079 (mon.1) 105 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:13.729639+0000 mgr.smithi079.mdpxci (mgr.24491) 135 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:15.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:13.729639+0000 mgr.smithi079.mdpxci (mgr.24491) 135 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:15.984 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:17.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:15.730329+0000 mgr.smithi079.mdpxci (mgr.24491) 136 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:17.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:15.730329+0000 mgr.smithi079.mdpxci (mgr.24491) 136 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:17.730696+0000 mgr.smithi079.mdpxci (mgr.24491) 137 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:19.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:17.730696+0000 mgr.smithi079.mdpxci (mgr.24491) 137 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:21.018 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:19.731412+0000 mgr.smithi079.mdpxci (mgr.24491) 138 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:21.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:19.731412+0000 mgr.smithi079.mdpxci (mgr.24491) 138 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:21.731846+0000 mgr.smithi079.mdpxci (mgr.24491) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:23.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:21.731846+0000 mgr.smithi079.mdpxci (mgr.24491) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:23.732497+0000 mgr.smithi079.mdpxci (mgr.24491) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:23.732497+0000 mgr.smithi079.mdpxci (mgr.24491) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:26.054 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:25.733220+0000 mgr.smithi079.mdpxci (mgr.24491) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:27.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:25.733220+0000 mgr.smithi079.mdpxci (mgr.24491) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:27.847613+0000 mon.smithi079 (mon.1) 106 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:28.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:27.847613+0000 mon.smithi079 (mon.1) 106 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:27.733637+0000 mgr.smithi079.mdpxci (mgr.24491) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:29.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:27.733637+0000 mgr.smithi079.mdpxci (mgr.24491) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:31.086 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:29.734423+0000 mgr.smithi079.mdpxci (mgr.24491) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:31.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:29.734423+0000 mgr.smithi079.mdpxci (mgr.24491) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:31.734838+0000 mgr.smithi079.mdpxci (mgr.24491) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:31.734838+0000 mgr.smithi079.mdpxci (mgr.24491) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:33.735348+0000 mgr.smithi079.mdpxci (mgr.24491) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:33.735348+0000 mgr.smithi079.mdpxci (mgr.24491) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:36.132 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:35.735976+0000 mgr.smithi079.mdpxci (mgr.24491) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:36.360113+0000 mon.smithi045 (mon.0) 889 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:59:37.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:36.366771+0000 mon.smithi045 (mon.0) 890 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:59:37.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:36.429585+0000 mon.smithi045 (mon.0) 891 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:59:37.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:36.433448+0000 mon.smithi045 (mon.0) 892 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:59:37.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:36.436420+0000 mon.smithi079 (mon.1) 107 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:59:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:35.735976+0000 mgr.smithi079.mdpxci (mgr.24491) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:36.360113+0000 mon.smithi045 (mon.0) 889 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:59:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:36.366771+0000 mon.smithi045 (mon.0) 890 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:59:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:36.429585+0000 mon.smithi045 (mon.0) 891 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:59:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:36.433448+0000 mon.smithi045 (mon.0) 892 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T15:59:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:36.436420+0000 mon.smithi079 (mon.1) 107 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:59:38.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:59:36.379095+0000 mgr.smithi079.mdpxci (mgr.24491) 147 : cephadm [INF] Reconfiguring grafana.smithi045 (dependencies changed)... 2023-10-11T15:59:38.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:59:36.388252+0000 mgr.smithi079.mdpxci (mgr.24491) 148 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-10-11T15:59:38.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:36.436849+0000 mgr.smithi079.mdpxci (mgr.24491) 149 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:59:38.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T15:59:36.439014+0000 mgr.smithi079.mdpxci (mgr.24491) 150 : cephadm [INF] Reconfiguring daemon grafana.smithi045 on smithi045 2023-10-11T15:59:38.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:59:36.379095+0000 mgr.smithi079.mdpxci (mgr.24491) 147 : cephadm [INF] Reconfiguring grafana.smithi045 (dependencies changed)... 2023-10-11T15:59:38.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:59:36.388252+0000 mgr.smithi079.mdpxci (mgr.24491) 148 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-10-11T15:59:38.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:36.436849+0000 mgr.smithi079.mdpxci (mgr.24491) 149 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:59:38.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T15:59:36.439014+0000 mgr.smithi079.mdpxci (mgr.24491) 150 : cephadm [INF] Reconfiguring daemon grafana.smithi045 on smithi045 2023-10-11T15:59:39.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:37.736369+0000 mgr.smithi079.mdpxci (mgr.24491) 151 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:39.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:37.736369+0000 mgr.smithi079.mdpxci (mgr.24491) 151 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:41.176 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:41.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:39.737153+0000 mgr.smithi079.mdpxci (mgr.24491) 152 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:41.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:39.737153+0000 mgr.smithi079.mdpxci (mgr.24491) 152 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:41.546 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T15:59:42.363 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:59:42.364 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T15:59:42.364 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (8m) 2m ago 8m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T15:59:42.364 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (7m) 2m ago 7m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T15:59:42.365 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (6m) 2m ago 7m 40.5M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T15:59:42.365 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (4m) 2m ago 4m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T15:59:42.365 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (4m) 2m ago 4m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T15:59:42.365 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (9m) 2m ago 9m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T15:59:42.365 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (2m) 2m ago 7m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T15:59:42.366 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (9m) 2m ago 9m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T15:59:42.366 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (7m) 2m ago 7m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T15:59:42.366 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (2m) 2m ago 2m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T15:59:42.366 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (2m) 2m ago 2m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T15:59:42.367 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (7m) 2m ago 7m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T15:59:42.367 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (7m) 2m ago 7m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T15:59:42.367 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (7m) 2m ago 7m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T15:59:42.367 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (6m) 2m ago 6m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T15:59:42.367 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (6m) 2m ago 6m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T15:59:42.368 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (6m) 2m ago 6m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T15:59:42.368 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (5m) 2m ago 5m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T15:59:42.368 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (5m) 2m ago 5m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T15:59:42.368 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (5m) 2m ago 5m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T15:59:42.368 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (5m) 2m ago 5m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T15:59:42.369 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (6m) 2m ago 7m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T15:59:42.866 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:59:42.866 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T15:59:42.866 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:59:42.866 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:59:42.867 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T15:59:42.867 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T15:59:42.867 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:59:42.867 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:59:42.867 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T15:59:42.868 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T15:59:42.868 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:59:42.868 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T15:59:42.868 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T15:59:42.868 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T15:59:42.869 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T15:59:42.869 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T15:59:42.869 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T15:59:42.869 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T15:59:42.869 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:59:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:41.530420+0000 mgr.smithi079.mdpxci (mgr.24491) 153 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:41.737662+0000 mgr.smithi079.mdpxci (mgr.24491) 154 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:41.935453+0000 mgr.smithi079.mdpxci (mgr.24491) 155 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:43.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:42.847840+0000 mon.smithi079 (mon.1) 108 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:43.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:42.864739+0000 mon.smithi045 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.45:0/3091860064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:59:43.314 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T15:59:43.315 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T15:59:43.315 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T15:59:43.315 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T15:59:43.315 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T15:59:43.315 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T15:59:43.316 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T15:59:43.316 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T15:59:43.316 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T15:59:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:41.530420+0000 mgr.smithi079.mdpxci (mgr.24491) 153 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:41.737662+0000 mgr.smithi079.mdpxci (mgr.24491) 154 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:41.935453+0000 mgr.smithi079.mdpxci (mgr.24491) 155 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:42.847840+0000 mon.smithi079 (mon.1) 108 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:42.864739+0000 mon.smithi045 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.45:0/3091860064' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T15:59:43.800 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T15:59:44.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:42.352403+0000 mgr.smithi079.mdpxci (mgr.24491) 156 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:44.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:43.799628+0000 mon.smithi045 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.45:0/3775927838' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:59:44.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:42.352403+0000 mgr.smithi079.mdpxci (mgr.24491) 156 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:44.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:43.799628+0000 mon.smithi045 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.45:0/3775927838' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T15:59:45.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:43.313485+0000 mgr.smithi079.mdpxci (mgr.24491) 157 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:45.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:43.738393+0000 mgr.smithi079.mdpxci (mgr.24491) 158 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:45.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:43.313485+0000 mgr.smithi079.mdpxci (mgr.24491) 157 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:59:45.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:43.738393+0000 mgr.smithi079.mdpxci (mgr.24491) 158 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:46.217 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:45.739177+0000 mgr.smithi079.mdpxci (mgr.24491) 159 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:45.739177+0000 mgr.smithi079.mdpxci (mgr.24491) 159 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:49.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:47.739631+0000 mgr.smithi079.mdpxci (mgr.24491) 160 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:47.739631+0000 mgr.smithi079.mdpxci (mgr.24491) 160 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:51.259 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:51.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:49.740402+0000 mgr.smithi079.mdpxci (mgr.24491) 161 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:51.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:49.740402+0000 mgr.smithi079.mdpxci (mgr.24491) 161 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:51.740835+0000 mgr.smithi079.mdpxci (mgr.24491) 162 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:53.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:51.740835+0000 mgr.smithi079.mdpxci (mgr.24491) 162 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:55.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:53.741401+0000 mgr.smithi079.mdpxci (mgr.24491) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:55.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:53.741401+0000 mgr.smithi079.mdpxci (mgr.24491) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:59:56.298 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T15:59:57.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:55.742070+0000 mgr.smithi079.mdpxci (mgr.24491) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:55.742070+0000 mgr.smithi079.mdpxci (mgr.24491) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T15:59:57.848125+0000 mon.smithi079 (mon.1) 109 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:58.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T15:59:57.848125+0000 mon.smithi079 (mon.1) 109 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:59:59.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 15:59:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:57.742492+0000 mgr.smithi079.mdpxci (mgr.24491) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T15:59:59.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 15:59:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:57.742492+0000 mgr.smithi079.mdpxci (mgr.24491) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:01.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T15:59:59.743239+0000 mgr.smithi079.mdpxci (mgr.24491) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:01.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:00.000122+0000 mon.smithi045 (mon.0) 895 : cluster [INF] overall HEALTH_OK 2023-10-11T16:00:01.344 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:01.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T15:59:59.743239+0000 mgr.smithi079.mdpxci (mgr.24491) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:01.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:00.000122+0000 mon.smithi045 (mon.0) 895 : cluster [INF] overall HEALTH_OK 2023-10-11T16:00:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:01.743649+0000 mgr.smithi079.mdpxci (mgr.24491) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:03.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:01.743649+0000 mgr.smithi079.mdpxci (mgr.24491) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:03.744354+0000 mgr.smithi079.mdpxci (mgr.24491) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:05.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:03.744354+0000 mgr.smithi079.mdpxci (mgr.24491) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:06.389 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:05.744972+0000 mgr.smithi079.mdpxci (mgr.24491) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:07.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:05.744972+0000 mgr.smithi079.mdpxci (mgr.24491) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:09.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:07.745519+0000 mgr.smithi079.mdpxci (mgr.24491) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:07.745519+0000 mgr.smithi079.mdpxci (mgr.24491) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:11.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:09.746484+0000 mgr.smithi079.mdpxci (mgr.24491) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:09.746484+0000 mgr.smithi079.mdpxci (mgr.24491) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:11.426 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:11.746888+0000 mgr.smithi079.mdpxci (mgr.24491) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:12.848388+0000 mon.smithi079 (mon.1) 110 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:11.746888+0000 mgr.smithi079.mdpxci (mgr.24491) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:13.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:12.848388+0000 mon.smithi079 (mon.1) 110 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:14.186 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:00:14.880 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:00:14.881 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:00:14.881 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (8m) 2m ago 8m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:00:14.881 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (8m) 2m ago 8m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:00:14.881 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (7m) 2m ago 8m 40.5M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T16:00:14.882 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (4m) 2m ago 4m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:00:14.882 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (4m) 2m ago 4m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:00:14.882 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (9m) 2m ago 9m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:00:14.882 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (3m) 2m ago 8m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:00:14.882 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (10m) 2m ago 10m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:00:14.883 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (7m) 2m ago 7m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:00:14.883 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (2m) 2m ago 2m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:00:14.883 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (2m) 2m ago 2m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:00:14.883 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (8m) 2m ago 8m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T16:00:14.883 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (7m) 2m ago 7m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:00:14.883 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (7m) 2m ago 7m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:00:14.884 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (7m) 2m ago 7m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:00:14.884 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (6m) 2m ago 6m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:00:14.884 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (6m) 2m ago 6m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:00:14.884 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (6m) 2m ago 6m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:00:14.884 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (6m) 2m ago 6m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:00:14.885 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (6m) 2m ago 6m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:00:14.885 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (5m) 2m ago 5m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:00:14.885 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (7m) 2m ago 8m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:00:15.300 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:00:15.301 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:00:15.301 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:00:15.301 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:00:15.301 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:00:15.302 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:00:15.302 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:00:15.302 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:00:15.302 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:00:15.302 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:00:15.303 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:00:15.303 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:00:15.303 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:00:15.303 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:00:15.303 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:00:15.303 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:00:15.304 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:00:15.304 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:00:15.304 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:00:15.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:13.747505+0000 mgr.smithi079.mdpxci (mgr.24491) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:15.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:13.747505+0000 mgr.smithi079.mdpxci (mgr.24491) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:15.650 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:00:15.651 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:00:15.651 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:00:15.651 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:00:15.651 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:00:15.651 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:00:15.652 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:00:15.652 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:00:15.652 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:00:16.068 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:00:16.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:14.169204+0000 mgr.smithi079.mdpxci (mgr.24491) 174 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:14.521041+0000 mgr.smithi079.mdpxci (mgr.24491) 175 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:14.868861+0000 mgr.smithi079.mdpxci (mgr.24491) 176 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:15.299617+0000 mon.smithi045 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.45:0/2509677074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:00:16.465 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:16.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:14.169204+0000 mgr.smithi079.mdpxci (mgr.24491) 174 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:16.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:14.521041+0000 mgr.smithi079.mdpxci (mgr.24491) 175 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:16.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:14.868861+0000 mgr.smithi079.mdpxci (mgr.24491) 176 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:16.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:15.299617+0000 mon.smithi045 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.45:0/2509677074' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:00:17.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:15.648838+0000 mgr.smithi079.mdpxci (mgr.24491) 177 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:17.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:15.747917+0000 mgr.smithi079.mdpxci (mgr.24491) 178 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:17.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:16.067138+0000 mon.smithi045 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.45:0/3558634774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:00:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:15.648838+0000 mgr.smithi079.mdpxci (mgr.24491) 177 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:15.747917+0000 mgr.smithi079.mdpxci (mgr.24491) 178 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:17.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:16.067138+0000 mon.smithi045 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.45:0/3558634774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:00:19.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:17.748459+0000 mgr.smithi079.mdpxci (mgr.24491) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:19.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:17.748459+0000 mgr.smithi079.mdpxci (mgr.24491) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:21.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:19.749323+0000 mgr.smithi079.mdpxci (mgr.24491) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:21.502 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:21.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:19.749323+0000 mgr.smithi079.mdpxci (mgr.24491) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:23.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:21.749951+0000 mgr.smithi079.mdpxci (mgr.24491) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:23.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:21.749951+0000 mgr.smithi079.mdpxci (mgr.24491) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:23.750731+0000 mgr.smithi079.mdpxci (mgr.24491) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:25.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:23.750731+0000 mgr.smithi079.mdpxci (mgr.24491) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:26.547 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:27.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:25.751154+0000 mgr.smithi079.mdpxci (mgr.24491) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:27.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:25.751154+0000 mgr.smithi079.mdpxci (mgr.24491) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:27.848724+0000 mon.smithi079 (mon.1) 111 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:28.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:27.848724+0000 mon.smithi079 (mon.1) 111 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:29.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:27.751712+0000 mgr.smithi079.mdpxci (mgr.24491) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:29.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:27.751712+0000 mgr.smithi079.mdpxci (mgr.24491) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:31.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:29.752649+0000 mgr.smithi079.mdpxci (mgr.24491) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:31.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:29.752649+0000 mgr.smithi079.mdpxci (mgr.24491) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:31.582 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:31.753073+0000 mgr.smithi079.mdpxci (mgr.24491) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:33.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:31.753073+0000 mgr.smithi079.mdpxci (mgr.24491) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:33.753707+0000 mgr.smithi079.mdpxci (mgr.24491) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:35.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:33.753707+0000 mgr.smithi079.mdpxci (mgr.24491) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:36.626 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:35.754170+0000 mgr.smithi079.mdpxci (mgr.24491) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:37.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:35.754170+0000 mgr.smithi079.mdpxci (mgr.24491) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:39.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:37.754602+0000 mgr.smithi079.mdpxci (mgr.24491) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:39.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:37.754602+0000 mgr.smithi079.mdpxci (mgr.24491) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:41.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:39.755554+0000 mgr.smithi079.mdpxci (mgr.24491) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:41.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:39.755554+0000 mgr.smithi079.mdpxci (mgr.24491) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:41.665 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:41.756226+0000 mgr.smithi079.mdpxci (mgr.24491) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:42.848993+0000 mon.smithi079 (mon.1) 112 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:43.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:41.756226+0000 mgr.smithi079.mdpxci (mgr.24491) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:43.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:42.848993+0000 mon.smithi079 (mon.1) 112 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:45.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:43.757097+0000 mgr.smithi079.mdpxci (mgr.24491) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:45.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:43.757097+0000 mgr.smithi079.mdpxci (mgr.24491) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:46.449 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:00:46.703 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:47.144 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:00:47.144 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:00:47.144 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (9m) 3m ago 9m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:00:47.144 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (8m) 3m ago 8m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:00:47.145 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (7m) 3m ago 9m 40.5M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T16:00:47.145 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (5m) 3m ago 5m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:00:47.145 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (5m) 3m ago 5m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:00:47.145 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (10m) 3m ago 10m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:00:47.145 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (3m) 3m ago 8m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:00:47.146 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (10m) 3m ago 10m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:00:47.146 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (8m) 3m ago 8m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:00:47.146 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (3m) 3m ago 3m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:00:47.146 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (3m) 3m ago 3m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:00:47.147 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (8m) 3m ago 8m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T16:00:47.147 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (8m) 3m ago 8m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:00:47.147 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (8m) 3m ago 8m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:00:47.147 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (7m) 3m ago 7m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:00:47.147 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (7m) 3m ago 7m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:00:47.148 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (7m) 3m ago 7m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:00:47.148 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (7m) 3m ago 7m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:00:47.148 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (6m) 3m ago 6m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:00:47.148 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (6m) 3m ago 6m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:00:47.148 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (6m) 3m ago 6m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:00:47.149 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (7m) 3m ago 8m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:00:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:45.757644+0000 mgr.smithi079.mdpxci (mgr.24491) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:47.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:45.757644+0000 mgr.smithi079.mdpxci (mgr.24491) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:47.564 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:00:47.564 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:00:47.564 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:00:47.564 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:00:47.564 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:00:47.565 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:00:47.565 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:00:47.565 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:00:47.565 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:00:47.566 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:00:47.566 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:00:47.566 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:00:47.566 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:00:47.566 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:00:47.567 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:00:47.567 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:00:47.567 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:00:47.567 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:00:47.567 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:00:47.916 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:00:47.916 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:00:47.917 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:00:47.917 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:00:47.917 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:00:47.917 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:00:47.918 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:00:47.918 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:00:47.918 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:00:48.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:46.433156+0000 mgr.smithi079.mdpxci (mgr.24491) 194 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:48.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:46.788659+0000 mgr.smithi079.mdpxci (mgr.24491) 195 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:48.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:47.563035+0000 mon.smithi045 (mon.0) 898 : audit [DBG] from='client.? 172.21.15.45:0/2288623185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:00:48.332 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:00:48.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:46.433156+0000 mgr.smithi079.mdpxci (mgr.24491) 194 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:48.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:46.788659+0000 mgr.smithi079.mdpxci (mgr.24491) 195 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:48.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:47.563035+0000 mon.smithi045 (mon.0) 898 : audit [DBG] from='client.? 172.21.15.45:0/2288623185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:00:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:47.132036+0000 mgr.smithi079.mdpxci (mgr.24491) 196 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:49.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:47.758237+0000 mgr.smithi079.mdpxci (mgr.24491) 197 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:49.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:47.914865+0000 mgr.smithi079.mdpxci (mgr.24491) 198 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:49.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:48.330704+0000 mon.smithi045 (mon.0) 899 : audit [DBG] from='client.? 172.21.15.45:0/3068676131' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:00:49.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:47.132036+0000 mgr.smithi079.mdpxci (mgr.24491) 196 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:49.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:47.758237+0000 mgr.smithi079.mdpxci (mgr.24491) 197 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:49.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:47.914865+0000 mgr.smithi079.mdpxci (mgr.24491) 198 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:00:49.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:48.330704+0000 mon.smithi045 (mon.0) 899 : audit [DBG] from='client.? 172.21.15.45:0/3068676131' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:00:51.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:49.759000+0000 mgr.smithi079.mdpxci (mgr.24491) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:51.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:49.759000+0000 mgr.smithi079.mdpxci (mgr.24491) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:51.744 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:53.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:51.759366+0000 mgr.smithi079.mdpxci (mgr.24491) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:53.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:51.759366+0000 mgr.smithi079.mdpxci (mgr.24491) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:55.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:53.760174+0000 mgr.smithi079.mdpxci (mgr.24491) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:55.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:53.760174+0000 mgr.smithi079.mdpxci (mgr.24491) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:00:56.796 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:00:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:55.760601+0000 mgr.smithi079.mdpxci (mgr.24491) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:57.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:55.760601+0000 mgr.smithi079.mdpxci (mgr.24491) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:00:57.849215+0000 mon.smithi079 (mon.1) 113 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:58.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:00:57.849215+0000 mon.smithi079 (mon.1) 113 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:00:59.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:00:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:57.761127+0000 mgr.smithi079.mdpxci (mgr.24491) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:00:59.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:00:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:57.761127+0000 mgr.smithi079.mdpxci (mgr.24491) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:01.362 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:00:59.761980+0000 mgr.smithi079.mdpxci (mgr.24491) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:01.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:00:59.761980+0000 mgr.smithi079.mdpxci (mgr.24491) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:01.839 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:03.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:01.762337+0000 mgr.smithi079.mdpxci (mgr.24491) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:03.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:01.762337+0000 mgr.smithi079.mdpxci (mgr.24491) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:05.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:03.763066+0000 mgr.smithi079.mdpxci (mgr.24491) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:05.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:03.763066+0000 mgr.smithi079.mdpxci (mgr.24491) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:06.883 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:07.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:05.763446+0000 mgr.smithi079.mdpxci (mgr.24491) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:07.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:05.763446+0000 mgr.smithi079.mdpxci (mgr.24491) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:07.764020+0000 mgr.smithi079.mdpxci (mgr.24491) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:09.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:07.764020+0000 mgr.smithi079.mdpxci (mgr.24491) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:09.764760+0000 mgr.smithi079.mdpxci (mgr.24491) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:11.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:09.764760+0000 mgr.smithi079.mdpxci (mgr.24491) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:11.924 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:12.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:11.765211+0000 mgr.smithi079.mdpxci (mgr.24491) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:12.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:11.765211+0000 mgr.smithi079.mdpxci (mgr.24491) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:12.849692+0000 mon.smithi079 (mon.1) 114 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:13.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:12.849692+0000 mon.smithi079 (mon.1) 114 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:14.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:13.765969+0000 mgr.smithi079.mdpxci (mgr.24491) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:14.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:13.765969+0000 mgr.smithi079.mdpxci (mgr.24491) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:16.964 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:15.766406+0000 mgr.smithi079.mdpxci (mgr.24491) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:17.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:15.766406+0000 mgr.smithi079.mdpxci (mgr.24491) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:18.713 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:01:19.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:17.766935+0000 mgr.smithi079.mdpxci (mgr.24491) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:17.766935+0000 mgr.smithi079.mdpxci (mgr.24491) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:19.404 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:01:19.404 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:01:19.404 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (9m) 3m ago 9m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:01:19.404 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (9m) 3m ago 9m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:01:19.405 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (8m) 3m ago 9m 40.5M - 6.7.4 557c83e11646 44df5a1e175a 2023-10-11T16:01:19.405 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (5m) 3m ago 5m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:01:19.405 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (5m) 3m ago 5m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:01:19.405 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (11m) 3m ago 11m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:01:19.406 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (4m) 3m ago 9m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:01:19.406 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (11m) 3m ago 11m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:01:19.406 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (9m) 3m ago 9m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:01:19.406 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (3m) 3m ago 3m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:01:19.406 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (3m) 3m ago 3m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:01:19.407 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (9m) 3m ago 9m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T16:01:19.407 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (8m) 3m ago 8m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:01:19.407 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (8m) 3m ago 8m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:01:19.407 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (8m) 3m ago 8m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:01:19.407 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (8m) 3m ago 8m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:01:19.408 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (7m) 3m ago 7m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:01:19.408 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (7m) 3m ago 7m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:01:19.408 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (7m) 3m ago 7m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:01:19.408 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (7m) 3m ago 7m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:01:19.408 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (6m) 3m ago 6m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:01:19.409 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (8m) 3m ago 9m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:01:19.820 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:01:19.820 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:01:19.820 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:01:19.821 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:01:19.821 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:01:19.821 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:01:19.821 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:01:19.821 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:01:19.822 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:01:19.822 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:01:19.822 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:01:19.822 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:01:19.822 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:01:19.823 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:01:19.823 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:01:19.823 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:01:19.823 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:01:19.823 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:01:19.824 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:01:20.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:18.697553+0000 mgr.smithi079.mdpxci (mgr.24491) 214 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:20.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:19.048095+0000 mgr.smithi079.mdpxci (mgr.24491) 215 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:20.175 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:01:20.176 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:01:20.176 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:01:20.176 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:01:20.176 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:01:20.177 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:01:20.177 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:01:20.177 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:01:20.177 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:01:20.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:18.697553+0000 mgr.smithi079.mdpxci (mgr.24491) 214 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:20.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:19.048095+0000 mgr.smithi079.mdpxci (mgr.24491) 215 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:20.588 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:01:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:19.392510+0000 mgr.smithi079.mdpxci (mgr.24491) 216 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:19.767642+0000 mgr.smithi079.mdpxci (mgr.24491) 217 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:19.819051+0000 mon.smithi045 (mon.0) 900 : audit [DBG] from='client.? 172.21.15.45:0/3461112506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:01:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:20.587184+0000 mon.smithi045 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.45:0/2711524049' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:01:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:19.392510+0000 mgr.smithi079.mdpxci (mgr.24491) 216 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:19.767642+0000 mgr.smithi079.mdpxci (mgr.24491) 217 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:21.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:19.819051+0000 mon.smithi045 (mon.0) 900 : audit [DBG] from='client.? 172.21.15.45:0/3461112506' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:01:21.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:20.587184+0000 mon.smithi045 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.45:0/2711524049' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:01:22.000 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:22.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:20.174493+0000 mgr.smithi079.mdpxci (mgr.24491) 218 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:22.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:20.174493+0000 mgr.smithi079.mdpxci (mgr.24491) 218 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:23.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:21.768225+0000 mgr.smithi079.mdpxci (mgr.24491) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:21.768225+0000 mgr.smithi079.mdpxci (mgr.24491) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:25.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:23.768842+0000 mgr.smithi079.mdpxci (mgr.24491) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:23.768842+0000 mgr.smithi079.mdpxci (mgr.24491) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:27.033 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:27.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:25.769359+0000 mgr.smithi079.mdpxci (mgr.24491) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:25.769359+0000 mgr.smithi079.mdpxci (mgr.24491) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:29.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:27.769912+0000 mgr.smithi079.mdpxci (mgr.24491) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:27.849754+0000 mon.smithi079 (mon.1) 115 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:27.769912+0000 mgr.smithi079.mdpxci (mgr.24491) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:29.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:27.849754+0000 mon.smithi079 (mon.1) 115 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:29.770577+0000 mgr.smithi079.mdpxci (mgr.24491) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:29.770577+0000 mgr.smithi079.mdpxci (mgr.24491) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:32.076 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:33.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:31.771130+0000 mgr.smithi079.mdpxci (mgr.24491) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:31.771130+0000 mgr.smithi079.mdpxci (mgr.24491) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:35.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:33.771726+0000 mgr.smithi079.mdpxci (mgr.24491) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:33.771726+0000 mgr.smithi079.mdpxci (mgr.24491) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:37.112 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:37.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:35.772218+0000 mgr.smithi079.mdpxci (mgr.24491) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:35.772218+0000 mgr.smithi079.mdpxci (mgr.24491) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:39.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:37.772662+0000 mgr.smithi079.mdpxci (mgr.24491) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:39.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:37.772662+0000 mgr.smithi079.mdpxci (mgr.24491) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:39.773368+0000 mgr.smithi079.mdpxci (mgr.24491) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:41.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:39.773368+0000 mgr.smithi079.mdpxci (mgr.24491) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:42.149 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:43.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:41.773871+0000 mgr.smithi079.mdpxci (mgr.24491) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:41.773871+0000 mgr.smithi079.mdpxci (mgr.24491) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:44.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:42.850039+0000 mon.smithi079 (mon.1) 116 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:44.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:42.850039+0000 mon.smithi079 (mon.1) 116 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:45.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:43.774561+0000 mgr.smithi079.mdpxci (mgr.24491) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:45.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:43.774561+0000 mgr.smithi079.mdpxci (mgr.24491) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:47.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:45.775020+0000 mgr.smithi079.mdpxci (mgr.24491) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:47.196 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:45.775020+0000 mgr.smithi079.mdpxci (mgr.24491) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:49.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:47.775577+0000 mgr.smithi079.mdpxci (mgr.24491) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:49.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:47.775577+0000 mgr.smithi079.mdpxci (mgr.24491) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:50.995 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:01:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:49.776396+0000 mgr.smithi079.mdpxci (mgr.24491) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:51.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:49.776396+0000 mgr.smithi079.mdpxci (mgr.24491) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:51.695 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:01:51.695 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:01:51.696 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (10m) 4m ago 10m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:01:51.696 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (9m) 4m ago 9m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:01:51.696 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:01:51.696 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (6m) 4m ago 6m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:01:51.696 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (6m) 4m ago 6m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:01:51.697 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (11m) 4m ago 11m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:01:51.697 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (5m) 4m ago 9m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:01:51.697 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (11m) 4m ago 11m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:01:51.697 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (9m) 4m ago 9m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:01:51.698 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (4m) 4m ago 4m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:01:51.698 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (4m) 4m ago 4m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:01:51.698 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (9m) 4m ago 9m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T16:01:51.698 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (9m) 4m ago 9m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:01:51.698 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (9m) 4m ago 9m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:01:51.699 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (8m) 4m ago 8m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:01:51.699 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (8m) 4m ago 8m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:01:51.699 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (8m) 4m ago 8m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:01:51.699 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (8m) 4m ago 8m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:01:51.699 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (7m) 4m ago 7m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:01:51.700 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (7m) 4m ago 7m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:01:51.700 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (7m) 4m ago 7m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:01:51.700 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (8m) 4m ago 9m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:01:52.111 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:01:52.112 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:01:52.112 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:01:52.112 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:01:52.112 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:01:52.112 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:01:52.113 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:01:52.113 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:01:52.113 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:01:52.113 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:01:52.113 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:01:52.114 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:01:52.114 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:01:52.114 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:01:52.114 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:01:52.114 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:01:52.115 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:01:52.115 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:01:52.115 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:01:52.237 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:52.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:50.967756+0000 mon.smithi045 (mon.0) 902 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:01:52.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:50.973517+0000 mon.smithi045 (mon.0) 903 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:01:52.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:50.977749+0000 mgr.smithi079.mdpxci (mgr.24491) 234 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:52.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:01:51.024573+0000 mgr.smithi079.mdpxci (mgr.24491) 235 : cephadm [INF] Reconfiguring node-exporter.smithi045 (dependencies changed)... 2023-10-11T16:01:52.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:01:51.025041+0000 mgr.smithi079.mdpxci (mgr.24491) 236 : cephadm [INF] Reconfiguring daemon node-exporter.smithi045 on smithi045 2023-10-11T16:01:52.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:50.967756+0000 mon.smithi045 (mon.0) 902 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:01:52.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:50.973517+0000 mon.smithi045 (mon.0) 903 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:01:52.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:50.977749+0000 mgr.smithi079.mdpxci (mgr.24491) 234 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:52.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:01:51.024573+0000 mgr.smithi079.mdpxci (mgr.24491) 235 : cephadm [INF] Reconfiguring node-exporter.smithi045 (dependencies changed)... 2023-10-11T16:01:52.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:01:51.025041+0000 mgr.smithi079.mdpxci (mgr.24491) 236 : cephadm [INF] Reconfiguring daemon node-exporter.smithi045 on smithi045 2023-10-11T16:01:52.466 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:01:52.467 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:01:52.467 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:01:52.467 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:01:52.467 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:01:52.467 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:01:52.468 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:01:52.468 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:01:52.468 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:01:52.880 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:01:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:51.342716+0000 mgr.smithi079.mdpxci (mgr.24491) 237 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:51.683684+0000 mgr.smithi079.mdpxci (mgr.24491) 238 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:53.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:51.776893+0000 mgr.smithi079.mdpxci (mgr.24491) 239 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:53.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:52.110417+0000 mon.smithi045 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.45:0/229504957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:01:53.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:52.879980+0000 mon.smithi045 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.45:0/3729042523' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:01:53.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:51.342716+0000 mgr.smithi079.mdpxci (mgr.24491) 237 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:53.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:51.683684+0000 mgr.smithi079.mdpxci (mgr.24491) 238 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:53.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:51.776893+0000 mgr.smithi079.mdpxci (mgr.24491) 239 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:53.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:52.110417+0000 mon.smithi045 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.45:0/229504957' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:01:53.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:52.879980+0000 mon.smithi045 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.45:0/3729042523' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:01:54.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:52.464659+0000 mgr.smithi079.mdpxci (mgr.24491) 240 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:54.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:52.464659+0000 mgr.smithi079.mdpxci (mgr.24491) 240 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:01:55.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:53.777741+0000 mgr.smithi079.mdpxci (mgr.24491) 241 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:55.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:53.777741+0000 mgr.smithi079.mdpxci (mgr.24491) 241 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:01:57.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:55.778150+0000 mgr.smithi079.mdpxci (mgr.24491) 242 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:57.274 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:01:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:55.778150+0000 mgr.smithi079.mdpxci (mgr.24491) 242 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:01:57.850196+0000 mon.smithi079 (mon.1) 117 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:58.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:01:57.850196+0000 mon.smithi079 (mon.1) 117 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:01:59.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:01:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:57.778530+0000 mgr.smithi079.mdpxci (mgr.24491) 243 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:01:59.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:01:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:57.778530+0000 mgr.smithi079.mdpxci (mgr.24491) 243 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:01.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:01:59.779334+0000 mgr.smithi079.mdpxci (mgr.24491) 244 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:01.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:01:59.779334+0000 mgr.smithi079.mdpxci (mgr.24491) 244 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:02.319 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:01.779920+0000 mgr.smithi079.mdpxci (mgr.24491) 245 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:03.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:01.779920+0000 mgr.smithi079.mdpxci (mgr.24491) 245 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:03.780764+0000 mgr.smithi079.mdpxci (mgr.24491) 246 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:05.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:03.780764+0000 mgr.smithi079.mdpxci (mgr.24491) 246 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:07 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:05.781197+0000 mgr.smithi079.mdpxci (mgr.24491) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:07.370 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:07.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:05.781197+0000 mgr.smithi079.mdpxci (mgr.24491) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:09.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:07.781610+0000 mgr.smithi079.mdpxci (mgr.24491) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:07.781610+0000 mgr.smithi079.mdpxci (mgr.24491) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:11.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:09.782385+0000 mgr.smithi079.mdpxci (mgr.24491) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:09.782385+0000 mgr.smithi079.mdpxci (mgr.24491) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:12.416 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:11.782941+0000 mgr.smithi079.mdpxci (mgr.24491) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:13.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:12.850577+0000 mon.smithi079 (mon.1) 118 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:11.782941+0000 mgr.smithi079.mdpxci (mgr.24491) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:13.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:12.850577+0000 mon.smithi079 (mon.1) 118 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:15.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:13.783534+0000 mgr.smithi079.mdpxci (mgr.24491) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:15.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:13.783534+0000 mgr.smithi079.mdpxci (mgr.24491) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:17.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:15.784115+0000 mgr.smithi079.mdpxci (mgr.24491) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:17.456 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:15.784115+0000 mgr.smithi079.mdpxci (mgr.24491) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:19.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:17.784474+0000 mgr.smithi079.mdpxci (mgr.24491) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:19.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:17.784474+0000 mgr.smithi079.mdpxci (mgr.24491) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:21.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:19.785255+0000 mgr.smithi079.mdpxci (mgr.24491) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:21.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:19.785255+0000 mgr.smithi079.mdpxci (mgr.24491) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:22.493 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:23.258 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:02:23.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:21.785770+0000 mgr.smithi079.mdpxci (mgr.24491) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:23.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:21.785770+0000 mgr.smithi079.mdpxci (mgr.24491) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:23.949 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:02:23.949 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:02:23.950 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (10m) 4m ago 10m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:02:23.950 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (10m) 4m ago 10m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:02:23.950 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:02:23.950 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (7m) 4m ago 7m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:02:23.951 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (7m) 4m ago 7m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:02:23.951 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (12m) 4m ago 12m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:02:23.951 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (5m) 4m ago 10m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:02:23.951 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (12m) 4m ago 12m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:02:23.951 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (10m) 4m ago 10m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:02:23.951 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (5m) 4m ago 5m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:02:23.952 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (4m) 4m ago 4m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:02:23.952 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (10m) 4m ago 10m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T16:02:23.952 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (9m) 4m ago 9m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:02:23.952 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (9m) 4m ago 9m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:02:23.953 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (9m) 4m ago 9m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:02:23.953 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (9m) 4m ago 9m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:02:23.953 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (8m) 4m ago 8m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:02:23.953 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (8m) 4m ago 8m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:02:23.953 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (8m) 4m ago 8m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:02:23.954 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (8m) 4m ago 8m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:02:23.954 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (8m) 4m ago 8m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:02:23.954 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (9m) 4m ago 10m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:02:24.361 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:02:24.361 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:02:24.361 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:02:24.361 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:02:24.362 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:02:24.362 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:02:24.362 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:02:24.362 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:02:24.363 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:02:24.363 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:02:24.363 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:02:24.363 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:02:24.363 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:02:24.364 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:02:24.364 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:02:24.364 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:02:24.364 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:02:24.365 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:02:24.365 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:02:24.711 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:02:24.711 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:02:24.711 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:02:24.712 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:02:24.712 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:02:24.712 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:02:24.712 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:02:24.713 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:02:24.713 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:02:25.127 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:02:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:23.241933+0000 mgr.smithi079.mdpxci (mgr.24491) 256 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:25.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:23.596375+0000 mgr.smithi079.mdpxci (mgr.24491) 257 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:25.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:23.786628+0000 mgr.smithi079.mdpxci (mgr.24491) 258 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:25.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:23.938347+0000 mgr.smithi079.mdpxci (mgr.24491) 259 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:25.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:24.359950+0000 mon.smithi045 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.45:0/941678349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:02:25.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:23.241933+0000 mgr.smithi079.mdpxci (mgr.24491) 256 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:25.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:23.596375+0000 mgr.smithi079.mdpxci (mgr.24491) 257 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:25.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:23.786628+0000 mgr.smithi079.mdpxci (mgr.24491) 258 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:25.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:23.938347+0000 mgr.smithi079.mdpxci (mgr.24491) 259 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:25.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:24.359950+0000 mon.smithi045 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.45:0/941678349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:02:26.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:24.709757+0000 mgr.smithi079.mdpxci (mgr.24491) 260 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:26.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:25.126186+0000 mon.smithi045 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.45:0/3128873904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:02:26.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:24.709757+0000 mgr.smithi079.mdpxci (mgr.24491) 260 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:26.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:25.126186+0000 mon.smithi045 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.45:0/3128873904' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:02:27.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:25.787058+0000 mgr.smithi079.mdpxci (mgr.24491) 261 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:27.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:25.787058+0000 mgr.smithi079.mdpxci (mgr.24491) 261 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:27.535 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:27.850797+0000 mon.smithi079 (mon.1) 119 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:28.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:27.850797+0000 mon.smithi079 (mon.1) 119 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:29.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:27.787536+0000 mgr.smithi079.mdpxci (mgr.24491) 262 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:29.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:27.787536+0000 mgr.smithi079.mdpxci (mgr.24491) 262 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:31.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:29.788437+0000 mgr.smithi079.mdpxci (mgr.24491) 263 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:31.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:29.788437+0000 mgr.smithi079.mdpxci (mgr.24491) 263 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:32.575 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:31.788996+0000 mgr.smithi079.mdpxci (mgr.24491) 264 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:33.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:31.788996+0000 mgr.smithi079.mdpxci (mgr.24491) 264 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:35 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:33.789807+0000 mgr.smithi079.mdpxci (mgr.24491) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:35.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:35 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:33.789807+0000 mgr.smithi079.mdpxci (mgr.24491) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:35.790203+0000 mgr.smithi079.mdpxci (mgr.24491) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:37.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:35.790203+0000 mgr.smithi079.mdpxci (mgr.24491) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:37.617 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:39.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:37.790763+0000 mgr.smithi079.mdpxci (mgr.24491) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:39.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:37.790763+0000 mgr.smithi079.mdpxci (mgr.24491) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:41.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:39.791544+0000 mgr.smithi079.mdpxci (mgr.24491) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:41.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:39.791544+0000 mgr.smithi079.mdpxci (mgr.24491) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:42.671 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:41.792098+0000 mgr.smithi079.mdpxci (mgr.24491) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:42.851095+0000 mon.smithi079 (mon.1) 120 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:43.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:41.792098+0000 mgr.smithi079.mdpxci (mgr.24491) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:43.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:42.851095+0000 mon.smithi079 (mon.1) 120 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:45.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:45 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:43.792985+0000 mgr.smithi079.mdpxci (mgr.24491) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:45.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:45 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:43.792985+0000 mgr.smithi079.mdpxci (mgr.24491) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:45.793390+0000 mgr.smithi079.mdpxci (mgr.24491) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:47.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:45.793390+0000 mgr.smithi079.mdpxci (mgr.24491) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:47.703 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:47.794002+0000 mgr.smithi079.mdpxci (mgr.24491) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:49.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:47.794002+0000 mgr.smithi079.mdpxci (mgr.24491) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:51.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:49.794928+0000 mgr.smithi079.mdpxci (mgr.24491) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:51.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:51 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:49.794928+0000 mgr.smithi079.mdpxci (mgr.24491) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:52.741 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:53.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:51.795423+0000 mgr.smithi079.mdpxci (mgr.24491) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:53.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:51.795423+0000 mgr.smithi079.mdpxci (mgr.24491) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:55.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:53.796082+0000 mgr.smithi079.mdpxci (mgr.24491) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:55.500 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:02:55.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:55 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:53.796082+0000 mgr.smithi079.mdpxci (mgr.24491) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:02:56.192 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:02:56.192 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:02:56.193 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (11m) 5m ago 11m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:02:56.193 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (10m) 5m ago 10m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:02:56.193 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:02:56.193 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (7m) 5m ago 7m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:02:56.193 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (7m) 5m ago 7m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:02:56.194 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (12m) 5m ago 12m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:02:56.194 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (6m) 5m ago 10m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:02:56.194 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (12m) 5m ago 12m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:02:56.194 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (10m) 5m ago 10m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:02:56.194 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (5m) 5m ago 5m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:02:56.195 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (5m) 5m ago 5m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:02:56.195 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (11m) 5m ago 11m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T16:02:56.195 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (10m) 5m ago 10m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:02:56.195 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (10m) 5m ago 10m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:02:56.195 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (9m) 5m ago 9m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:02:56.196 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (9m) 5m ago 9m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:02:56.196 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (9m) 5m ago 9m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:02:56.196 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (9m) 5m ago 9m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:02:56.196 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (9m) 5m ago 9m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:02:56.196 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (8m) 5m ago 8m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:02:56.197 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (8m) 5m ago 8m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:02:56.197 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (10m) 5m ago 10m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:02:56.607 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:02:56.607 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:02:56.607 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:02:56.607 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:02:56.608 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:02:56.608 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:02:56.608 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:02:56.608 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:02:56.608 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:02:56.609 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:02:56.609 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:02:56.609 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:02:56.609 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:02:56.609 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:02:56.610 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:02:56.610 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:02:56.610 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:02:56.610 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:02:56.610 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:02:56.956 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:02:56.956 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:02:56.956 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:02:56.957 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:02:56.957 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:02:56.957 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:02:56.957 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:02:56.957 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:02:56.958 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:02:57.372 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:02:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:55.484327+0000 mgr.smithi079.mdpxci (mgr.24491) 276 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:55.796474+0000 mgr.smithi079.mdpxci (mgr.24491) 277 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:55.836258+0000 mgr.smithi079.mdpxci (mgr.24491) 278 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:57.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:56.606043+0000 mon.smithi045 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.45:0/395986656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:02:57.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:55.484327+0000 mgr.smithi079.mdpxci (mgr.24491) 276 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:57.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:55.796474+0000 mgr.smithi079.mdpxci (mgr.24491) 277 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:57.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:55.836258+0000 mgr.smithi079.mdpxci (mgr.24491) 278 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:57.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:56.606043+0000 mon.smithi045 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.45:0/395986656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:02:57.775 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:02:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:56.180986+0000 mgr.smithi079.mdpxci (mgr.24491) 279 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:56.954669+0000 mgr.smithi079.mdpxci (mgr.24491) 280 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:58.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:57.371155+0000 mon.smithi045 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.45:0/1521830933' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:02:58.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:02:57.851765+0000 mon.smithi079 (mon.1) 121 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:58.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:56.180986+0000 mgr.smithi079.mdpxci (mgr.24491) 279 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:58.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:56.954669+0000 mgr.smithi079.mdpxci (mgr.24491) 280 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:02:58.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:57.371155+0000 mon.smithi045 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.45:0/1521830933' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:02:58.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:02:57.851765+0000 mon.smithi079 (mon.1) 121 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:02:59.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:02:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:57.796856+0000 mgr.smithi079.mdpxci (mgr.24491) 281 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:02:59.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:02:59 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:57.796856+0000 mgr.smithi079.mdpxci (mgr.24491) 281 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:02:59.797764+0000 mgr.smithi079.mdpxci (mgr.24491) 282 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:01.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:02:59.797764+0000 mgr.smithi079.mdpxci (mgr.24491) 282 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:02.817 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:03.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:01.798255+0000 mgr.smithi079.mdpxci (mgr.24491) 283 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:01.798255+0000 mgr.smithi079.mdpxci (mgr.24491) 283 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:05.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:03.799202+0000 mgr.smithi079.mdpxci (mgr.24491) 284 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:03.799202+0000 mgr.smithi079.mdpxci (mgr.24491) 284 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:07.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:05.799673+0000 mgr.smithi079.mdpxci (mgr.24491) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:05.799673+0000 mgr.smithi079.mdpxci (mgr.24491) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:07.860 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:09.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:07.800104+0000 mgr.smithi079.mdpxci (mgr.24491) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:09.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:07.800104+0000 mgr.smithi079.mdpxci (mgr.24491) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:09.800834+0000 mgr.smithi079.mdpxci (mgr.24491) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:11.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:09.800834+0000 mgr.smithi079.mdpxci (mgr.24491) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:12.904 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:11.801234+0000 mgr.smithi079.mdpxci (mgr.24491) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:11.801234+0000 mgr.smithi079.mdpxci (mgr.24491) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:14.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:12.852185+0000 mon.smithi079 (mon.1) 122 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:14.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:12.852185+0000 mon.smithi079 (mon.1) 122 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:15.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:13.802037+0000 mgr.smithi079.mdpxci (mgr.24491) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:13.802037+0000 mgr.smithi079.mdpxci (mgr.24491) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:15.802404+0000 mgr.smithi079.mdpxci (mgr.24491) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:17.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:15.802404+0000 mgr.smithi079.mdpxci (mgr.24491) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:17.948 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:19.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:17.802990+0000 mgr.smithi079.mdpxci (mgr.24491) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:17.802990+0000 mgr.smithi079.mdpxci (mgr.24491) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:19.803721+0000 mgr.smithi079.mdpxci (mgr.24491) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:19.803721+0000 mgr.smithi079.mdpxci (mgr.24491) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:22.990 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:23.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:21.804168+0000 mgr.smithi079.mdpxci (mgr.24491) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:21.804168+0000 mgr.smithi079.mdpxci (mgr.24491) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:25.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:23.804739+0000 mgr.smithi079.mdpxci (mgr.24491) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:23.804739+0000 mgr.smithi079.mdpxci (mgr.24491) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:27.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:25.805300+0000 mgr.smithi079.mdpxci (mgr.24491) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:25.805300+0000 mgr.smithi079.mdpxci (mgr.24491) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:27.748 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:03:28.024 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:28.439 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:03:28.440 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:03:28.440 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (11m) 5m ago 11m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:03:28.440 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (11m) 5m ago 11m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:03:28.440 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:03:28.441 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (8m) 5m ago 8m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:03:28.441 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (8m) 5m ago 8m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:03:28.441 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (13m) 5m ago 13m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:03:28.441 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (6m) 5m ago 11m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:03:28.441 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (13m) 5m ago 13m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:03:28.442 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (11m) 5m ago 11m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:03:28.442 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (6m) 5m ago 6m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:03:28.442 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (6m) 5m ago 6m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:03:28.442 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (11m) 5m ago 11m 18.3M - 0.18.1 e5a616e4b9cf c0c2fb0b5db0 2023-10-11T16:03:28.442 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (10m) 5m ago 10m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:03:28.443 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (10m) 5m ago 10m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:03:28.443 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (10m) 5m ago 10m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:03:28.443 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (10m) 5m ago 10m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:03:28.443 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (9m) 5m ago 9m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:03:28.443 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (9m) 5m ago 9m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:03:28.444 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (9m) 5m ago 9m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:03:28.444 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (9m) 5m ago 9m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:03:28.444 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (9m) 5m ago 9m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:03:28.444 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (10m) 5m ago 11m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:03:28.854 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:03:28.855 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:03:28.855 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:03:28.855 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:03:28.855 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:03:28.856 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:03:28.856 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:03:28.856 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:03:28.856 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:03:28.856 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:03:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:03:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:03:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:03:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:03:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:03:28.857 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:03:28.858 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:03:28.858 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:03:28.858 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:03:29.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:27.732937+0000 mgr.smithi079.mdpxci (mgr.24491) 296 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:03:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:27.805696+0000 mgr.smithi079.mdpxci (mgr.24491) 297 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:27.852459+0000 mon.smithi079 (mon.1) 123 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:28.089951+0000 mgr.smithi079.mdpxci (mgr.24491) 298 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:03:29.203 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:03:29.203 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:03:29.204 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:03:29.204 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:03:29.204 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:03:29.204 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:03:29.204 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:03:29.205 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:03:29.205 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:03:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:27.732937+0000 mgr.smithi079.mdpxci (mgr.24491) 296 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:03:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:27.805696+0000 mgr.smithi079.mdpxci (mgr.24491) 297 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:29.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:27.852459+0000 mon.smithi079 (mon.1) 123 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:29.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:28.089951+0000 mgr.smithi079.mdpxci (mgr.24491) 298 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:03:29.622 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:03:30.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:28.428595+0000 mgr.smithi079.mdpxci (mgr.24491) 299 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:03:30.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:28.853569+0000 mon.smithi045 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.45:0/1987894468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:03:30.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:29 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:29.621169+0000 mon.smithi045 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.45:0/3477643694' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:03:30.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:28.428595+0000 mgr.smithi079.mdpxci (mgr.24491) 299 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:03:30.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:28.853569+0000 mon.smithi045 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.45:0/1987894468' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:03:30.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:29 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:29.621169+0000 mon.smithi045 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.45:0/3477643694' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:03:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:29.202086+0000 mgr.smithi079.mdpxci (mgr.24491) 300 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:03:31.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:29.806382+0000 mgr.smithi079.mdpxci (mgr.24491) 301 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:29.202086+0000 mgr.smithi079.mdpxci (mgr.24491) 300 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:03:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:29.806382+0000 mgr.smithi079.mdpxci (mgr.24491) 301 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:33.060 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:33.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:31.806844+0000 mgr.smithi079.mdpxci (mgr.24491) 302 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:31.806844+0000 mgr.smithi079.mdpxci (mgr.24491) 302 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:35.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:33.807481+0000 mgr.smithi079.mdpxci (mgr.24491) 303 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:33.807481+0000 mgr.smithi079.mdpxci (mgr.24491) 303 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:37.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:35.808054+0000 mgr.smithi079.mdpxci (mgr.24491) 304 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:35.808054+0000 mgr.smithi079.mdpxci (mgr.24491) 304 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:38.099 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:39.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:37.808566+0000 mgr.smithi079.mdpxci (mgr.24491) 305 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:39.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:37.808566+0000 mgr.smithi079.mdpxci (mgr.24491) 305 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:39.809200+0000 mgr.smithi079.mdpxci (mgr.24491) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:41.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:39.809200+0000 mgr.smithi079.mdpxci (mgr.24491) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:43.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:41.809658+0000 mgr.smithi079.mdpxci (mgr.24491) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:43.138 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:41.809658+0000 mgr.smithi079.mdpxci (mgr.24491) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:44.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:42.852652+0000 mon.smithi079 (mon.1) 124 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:44.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:42.852652+0000 mon.smithi079 (mon.1) 124 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:45.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:43.810514+0000 mgr.smithi079.mdpxci (mgr.24491) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:45.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:43.810514+0000 mgr.smithi079.mdpxci (mgr.24491) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:47.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:45.810931+0000 mgr.smithi079.mdpxci (mgr.24491) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:45.810931+0000 mgr.smithi079.mdpxci (mgr.24491) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:48.178 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:49.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:47.811291+0000 mgr.smithi079.mdpxci (mgr.24491) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:49.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:47.811291+0000 mgr.smithi079.mdpxci (mgr.24491) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:49.812068+0000 mgr.smithi079.mdpxci (mgr.24491) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:51.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:49.812068+0000 mgr.smithi079.mdpxci (mgr.24491) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:53.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:51.812437+0000 mgr.smithi079.mdpxci (mgr.24491) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:53.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:52.305920+0000 mon.smithi045 (mon.0) 912 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:03:53.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:52.311798+0000 mon.smithi045 (mon.0) 913 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:03:53.218 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:51.812437+0000 mgr.smithi079.mdpxci (mgr.24491) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:52.305920+0000 mon.smithi045 (mon.0) 912 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:03:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:52.311798+0000 mon.smithi045 (mon.0) 913 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:03:54.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:03:52.349231+0000 mgr.smithi079.mdpxci (mgr.24491) 313 : cephadm [INF] Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T16:03:54.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:03:52.568540+0000 mgr.smithi079.mdpxci (mgr.24491) 314 : cephadm [INF] Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T16:03:54.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:03:52.349231+0000 mgr.smithi079.mdpxci (mgr.24491) 313 : cephadm [INF] Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T16:03:54.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:53 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:03:52.568540+0000 mgr.smithi079.mdpxci (mgr.24491) 314 : cephadm [INF] Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T16:03:55.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:53.813331+0000 mgr.smithi079.mdpxci (mgr.24491) 315 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:55.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:53.813331+0000 mgr.smithi079.mdpxci (mgr.24491) 315 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:03:57.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:55.813805+0000 mgr.smithi079.mdpxci (mgr.24491) 316 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:57.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:55.813805+0000 mgr.smithi079.mdpxci (mgr.24491) 316 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:58.261 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:03:58.910 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:57.814213+0000 mgr.smithi079.mdpxci (mgr.24491) 317 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:58.910 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:03:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:57.856504+0000 mon.smithi079 (mon.1) 125 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:59.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:57.814213+0000 mgr.smithi079.mdpxci (mgr.24491) 317 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:03:59.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:03:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:57.856504+0000 mon.smithi079 (mon.1) 125 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:03:59.997 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:04:00.684 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:04:00.684 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:04:00.684 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (12m) 6m ago 12m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:04:00.684 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (11m) 6m ago 11m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:04:00.685 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:04:00.685 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (8m) 6m ago 8m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:04:00.685 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (8m) 6m ago 8m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:04:00.685 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (13m) 6m ago 13m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:04:00.686 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (7m) 6m ago 11m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:04:00.686 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (13m) 6m ago 13m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:04:00.686 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (11m) 6m ago 11m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:04:00.686 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (6m) 6m ago 6m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:04:00.686 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (6m) 6m ago 6m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:04:00.687 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2023-10-11T16:04:00.687 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (11m) 6m ago 11m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:04:00.687 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (11m) 6m ago 11m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:04:00.687 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (11m) 6m ago 11m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:04:00.687 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (10m) 6m ago 10m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:04:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (10m) 6m ago 10m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:04:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (10m) 6m ago 10m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:04:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (10m) 6m ago 10m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:04:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (9m) 6m ago 9m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:04:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (9m) 6m ago 9m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:04:00.688 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (11m) 6m ago 11m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:04:01.098 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:04:01.099 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:04:01.099 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:04:01.099 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:04:01.099 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:04:01.100 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:04:01.100 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:04:01.100 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:04:01.100 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:04:01.101 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:04:01.101 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:04:01.101 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:04:01.101 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:04:01.101 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:04:01.102 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:04:01.102 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:04:01.102 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:04:01.102 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:04:01.102 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:04:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:03:59.814891+0000 mgr.smithi079.mdpxci (mgr.24491) 318 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:03:59.981344+0000 mgr.smithi079.mdpxci (mgr.24491) 319 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:01.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:03:59.814891+0000 mgr.smithi079.mdpxci (mgr.24491) 318 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:01.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:03:59.981344+0000 mgr.smithi079.mdpxci (mgr.24491) 319 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:01.449 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:04:01.449 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:04:01.449 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:04:01.450 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:04:01.450 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:04:01.450 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:04:01.450 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:04:01.450 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:04:01.451 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:04:01.867 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:04:02.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:00.332020+0000 mgr.smithi079.mdpxci (mgr.24491) 320 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:02.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:00.673167+0000 mgr.smithi079.mdpxci (mgr.24491) 321 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:02.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:01.097645+0000 mon.smithi045 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.45:0/2424287068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:04:02.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:00.332020+0000 mgr.smithi079.mdpxci (mgr.24491) 320 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:02.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:00.673167+0000 mgr.smithi079.mdpxci (mgr.24491) 321 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:02.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:01.097645+0000 mon.smithi045 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.45:0/2424287068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:04:03.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:01.447927+0000 mgr.smithi079.mdpxci (mgr.24491) 322 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:03.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:01.815264+0000 mgr.smithi079.mdpxci (mgr.24491) 323 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:03.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:01.866922+0000 mon.smithi045 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.45:0/1363960322' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:04:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:01.447927+0000 mgr.smithi079.mdpxci (mgr.24491) 322 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:01.815264+0000 mgr.smithi079.mdpxci (mgr.24491) 323 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:01.866922+0000 mon.smithi045 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.45:0/1363960322' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:04:03.299 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:05.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:03.815991+0000 mgr.smithi079.mdpxci (mgr.24491) 324 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:03.815991+0000 mgr.smithi079.mdpxci (mgr.24491) 324 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:07.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:05.816372+0000 mgr.smithi079.mdpxci (mgr.24491) 325 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:05.816372+0000 mgr.smithi079.mdpxci (mgr.24491) 325 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:08.337 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:09.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:07.816912+0000 mgr.smithi079.mdpxci (mgr.24491) 326 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:09.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:07.816912+0000 mgr.smithi079.mdpxci (mgr.24491) 326 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:09.817548+0000 mgr.smithi079.mdpxci (mgr.24491) 327 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:11.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:09.817548+0000 mgr.smithi079.mdpxci (mgr.24491) 327 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:13.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:11.818086+0000 mgr.smithi079.mdpxci (mgr.24491) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:13.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:12.856844+0000 mon.smithi079 (mon.1) 126 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:11.818086+0000 mgr.smithi079.mdpxci (mgr.24491) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:12.856844+0000 mon.smithi079 (mon.1) 126 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:13.377 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:15.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:13.818853+0000 mgr.smithi079.mdpxci (mgr.24491) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:13.818853+0000 mgr.smithi079.mdpxci (mgr.24491) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:15.819375+0000 mgr.smithi079.mdpxci (mgr.24491) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:17.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:15.819375+0000 mgr.smithi079.mdpxci (mgr.24491) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:18.431 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:17.819929+0000 mgr.smithi079.mdpxci (mgr.24491) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:19.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:17.819929+0000 mgr.smithi079.mdpxci (mgr.24491) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:19.820577+0000 mgr.smithi079.mdpxci (mgr.24491) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:19.820577+0000 mgr.smithi079.mdpxci (mgr.24491) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:23.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:21.820960+0000 mgr.smithi079.mdpxci (mgr.24491) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:21.820960+0000 mgr.smithi079.mdpxci (mgr.24491) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:23.479 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:25.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:23.821710+0000 mgr.smithi079.mdpxci (mgr.24491) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:23.821710+0000 mgr.smithi079.mdpxci (mgr.24491) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:27.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:25.822156+0000 mgr.smithi079.mdpxci (mgr.24491) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:25.822156+0000 mgr.smithi079.mdpxci (mgr.24491) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:27.857048+0000 mon.smithi079 (mon.1) 127 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:28.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:27.857048+0000 mon.smithi079 (mon.1) 127 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:28.516 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:27.822694+0000 mgr.smithi079.mdpxci (mgr.24491) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:29.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:27.822694+0000 mgr.smithi079.mdpxci (mgr.24491) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:29.823498+0000 mgr.smithi079.mdpxci (mgr.24491) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:29.823498+0000 mgr.smithi079.mdpxci (mgr.24491) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:32.244 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:04:32.931 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:04:32.931 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:04:32.931 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (13m) 7m ago 13m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:04:32.931 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (12m) 7m ago 12m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:04:32.932 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:04:32.932 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (9m) 7m ago 9m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:04:32.932 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (9m) 7m ago 9m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:04:32.932 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (14m) 7m ago 14m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:04:32.932 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (7m) 7m ago 12m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:04:32.933 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (14m) 7m ago 14m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:04:32.933 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (12m) 7m ago 12m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:04:32.933 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (7m) 7m ago 7m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:04:32.933 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (7m) 7m ago 7m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:04:32.933 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2023-10-11T16:04:32.933 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (12m) 7m ago 12m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:04:32.934 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (11m) 7m ago 11m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:04:32.934 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (11m) 7m ago 11m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:04:32.934 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (11m) 7m ago 11m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:04:32.934 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (11m) 7m ago 11m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:04:32.934 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (10m) 7m ago 10m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:04:32.935 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (10m) 7m ago 10m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:04:32.935 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (10m) 7m ago 10m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:04:32.935 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (10m) 7m ago 10m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:04:32.935 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (11m) 7m ago 12m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:04:33.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:31.823918+0000 mgr.smithi079.mdpxci (mgr.24491) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:31.823918+0000 mgr.smithi079.mdpxci (mgr.24491) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:33.344 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:04:33.344 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:04:33.344 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:04:33.345 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:04:33.345 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:04:33.345 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:04:33.345 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:04:33.345 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:04:33.346 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:04:33.346 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:04:33.346 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:04:33.346 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:04:33.346 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:04:33.347 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:04:33.347 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:04:33.347 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:04:33.347 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:04:33.347 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:04:33.348 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:04:33.555 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:33.699 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:04:33.700 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:04:33.700 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:04:33.700 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:04:33.701 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:04:33.701 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:04:33.701 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:04:33.701 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:04:33.701 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:04:34.118 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:04:34.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:32.228987+0000 mgr.smithi079.mdpxci (mgr.24491) 339 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:34.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:32.581001+0000 mgr.smithi079.mdpxci (mgr.24491) 340 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:34.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:32.919471+0000 mgr.smithi079.mdpxci (mgr.24491) 341 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:34.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:33.343104+0000 mon.smithi045 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.45:0/2162161801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:04:34.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:32.228987+0000 mgr.smithi079.mdpxci (mgr.24491) 339 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:34.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:32.581001+0000 mgr.smithi079.mdpxci (mgr.24491) 340 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:34.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:32.919471+0000 mgr.smithi079.mdpxci (mgr.24491) 341 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:34.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:33.343104+0000 mon.smithi045 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.45:0/2162161801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:04:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:33.698415+0000 mgr.smithi079.mdpxci (mgr.24491) 342 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:33.824536+0000 mgr.smithi079.mdpxci (mgr.24491) 343 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:35.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:34.117750+0000 mon.smithi045 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.45:0/1229198711' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:04:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:33.698415+0000 mgr.smithi079.mdpxci (mgr.24491) 342 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:04:35.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:33.824536+0000 mgr.smithi079.mdpxci (mgr.24491) 343 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:35.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:34.117750+0000 mon.smithi045 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.45:0/1229198711' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:04:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:35.824988+0000 mgr.smithi079.mdpxci (mgr.24491) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:35.824988+0000 mgr.smithi079.mdpxci (mgr.24491) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:38.589 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:39.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:37.825402+0000 mgr.smithi079.mdpxci (mgr.24491) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:39.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:37.825402+0000 mgr.smithi079.mdpxci (mgr.24491) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:39.826298+0000 mgr.smithi079.mdpxci (mgr.24491) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:41.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:39.826298+0000 mgr.smithi079.mdpxci (mgr.24491) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:43.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:41.826676+0000 mgr.smithi079.mdpxci (mgr.24491) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:43.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:42.857294+0000 mon.smithi079 (mon.1) 128 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:41.826676+0000 mgr.smithi079.mdpxci (mgr.24491) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:42.857294+0000 mon.smithi079 (mon.1) 128 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:43.626 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:45.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:43.827323+0000 mgr.smithi079.mdpxci (mgr.24491) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:45.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:43.827323+0000 mgr.smithi079.mdpxci (mgr.24491) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:45.827839+0000 mgr.smithi079.mdpxci (mgr.24491) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:45.827839+0000 mgr.smithi079.mdpxci (mgr.24491) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:48.666 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:49.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:47.828442+0000 mgr.smithi079.mdpxci (mgr.24491) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:47.828442+0000 mgr.smithi079.mdpxci (mgr.24491) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:49.829139+0000 mgr.smithi079.mdpxci (mgr.24491) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:51.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:49.829139+0000 mgr.smithi079.mdpxci (mgr.24491) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:51.829516+0000 mgr.smithi079.mdpxci (mgr.24491) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:53.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:51.829516+0000 mgr.smithi079.mdpxci (mgr.24491) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:53.708 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:55.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:53.830199+0000 mgr.smithi079.mdpxci (mgr.24491) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:55.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:53.830199+0000 mgr.smithi079.mdpxci (mgr.24491) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:04:57.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:55.830659+0000 mgr.smithi079.mdpxci (mgr.24491) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:55.830659+0000 mgr.smithi079.mdpxci (mgr.24491) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:04:57.861451+0000 mon.smithi079 (mon.1) 129 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:58.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:04:57.861451+0000 mon.smithi079 (mon.1) 129 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:04:58.756 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:04:59.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:04:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:57.831166+0000 mgr.smithi079.mdpxci (mgr.24491) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:04:59.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:04:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:57.831166+0000 mgr.smithi079.mdpxci (mgr.24491) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:04:59.832077+0000 mgr.smithi079.mdpxci (mgr.24491) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:01.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:04:59.832077+0000 mgr.smithi079.mdpxci (mgr.24491) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:01.832482+0000 mgr.smithi079.mdpxci (mgr.24491) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:03.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:01.832482+0000 mgr.smithi079.mdpxci (mgr.24491) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:03.800 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:04.493 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:05:05.184 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:05:05.184 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:05:05.184 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (13m) 7m ago 13m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:05:05.185 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (12m) 7m ago 12m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:05:05.185 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:05:05.185 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (9m) 7m ago 9m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:05:05.186 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (9m) 7m ago 9m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:05:05.186 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (14m) 7m ago 14m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:05:05.186 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (8m) 7m ago 12m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:05:05.187 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (14m) 7m ago 14m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:05:05.187 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (12m) 7m ago 12m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:05:05.187 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (7m) 7m ago 7m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:05:05.188 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (7m) 7m ago 7m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:05:05.188 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2023-10-11T16:05:05.188 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (12m) 7m ago 12m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:05:05.189 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (12m) 7m ago 12m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:05:05.189 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (12m) 7m ago 12m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:05:05.189 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (11m) 7m ago 11m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:05:05.190 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (11m) 7m ago 11m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:05:05.190 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (11m) 7m ago 11m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:05:05.193 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (11m) 7m ago 11m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:05:05.193 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (10m) 7m ago 10m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:05:05.194 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (10m) 7m ago 10m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:05:05.194 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (12m) 7m ago 12m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:05:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:03.833126+0000 mgr.smithi079.mdpxci (mgr.24491) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:05.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:03.833126+0000 mgr.smithi079.mdpxci (mgr.24491) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:05.602 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:05:05.602 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:05:05.602 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:05:05.602 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:05:05.603 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:05:05.603 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:05:05.603 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:05:05.603 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:05:05.603 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:05:05.604 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:05:05.604 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:05:05.604 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:05:05.604 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:05:05.604 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:05:05.605 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:05:05.605 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:05:05.605 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:05:05.605 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:05:05.605 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:05:05.953 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:05:05.953 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:05:05.953 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:05:05.953 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:05:05.954 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:05:05.954 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:05:05.954 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:05:05.954 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:05:05.954 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:05:06.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:04.477942+0000 mgr.smithi079.mdpxci (mgr.24491) 359 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:06.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:04.833504+0000 mgr.smithi079.mdpxci (mgr.24491) 360 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:06.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:05 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:05.601019+0000 mon.smithi045 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.45:0/3640098829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:05:06.378 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:05:06.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:04.477942+0000 mgr.smithi079.mdpxci (mgr.24491) 359 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:06.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:04.833504+0000 mgr.smithi079.mdpxci (mgr.24491) 360 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:06.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:05.601019+0000 mon.smithi045 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.45:0/3640098829' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:05:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:05.172996+0000 mgr.smithi079.mdpxci (mgr.24491) 361 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:05.833592+0000 mgr.smithi079.mdpxci (mgr.24491) 362 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:05:07.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:05.951453+0000 mgr.smithi079.mdpxci (mgr.24491) 363 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:07.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:06.378076+0000 mon.smithi045 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.45:0/112774232' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:05:07.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:05.172996+0000 mgr.smithi079.mdpxci (mgr.24491) 361 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:07.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:05.833592+0000 mgr.smithi079.mdpxci (mgr.24491) 362 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:05:07.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:05.951453+0000 mgr.smithi079.mdpxci (mgr.24491) 363 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:07.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:06.378076+0000 mon.smithi045 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.45:0/112774232' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:05:08.834 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:09.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:07.834196+0000 mgr.smithi079.mdpxci (mgr.24491) 364 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:05:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:07.834196+0000 mgr.smithi079.mdpxci (mgr.24491) 364 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:05:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:09.834935+0000 mgr.smithi079.mdpxci (mgr.24491) 365 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:11.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:09.834935+0000 mgr.smithi079.mdpxci (mgr.24491) 365 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:11.835343+0000 mgr.smithi079.mdpxci (mgr.24491) 366 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:05:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:12.861818+0000 mon.smithi079 (mon.1) 130 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:11.835343+0000 mgr.smithi079.mdpxci (mgr.24491) 366 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:05:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:12.861818+0000 mon.smithi079 (mon.1) 130 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:13.873 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:13.835987+0000 mgr.smithi079.mdpxci (mgr.24491) 367 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:15.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:13.835987+0000 mgr.smithi079.mdpxci (mgr.24491) 367 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:17.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:15.836400+0000 mgr.smithi079.mdpxci (mgr.24491) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:17.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:15.836400+0000 mgr.smithi079.mdpxci (mgr.24491) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:18.909 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:17.836792+0000 mgr.smithi079.mdpxci (mgr.24491) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:19.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:17.836792+0000 mgr.smithi079.mdpxci (mgr.24491) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:19.837473+0000 mgr.smithi079.mdpxci (mgr.24491) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:19.837473+0000 mgr.smithi079.mdpxci (mgr.24491) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:21.838071+0000 mgr.smithi079.mdpxci (mgr.24491) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:23.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:21.838071+0000 mgr.smithi079.mdpxci (mgr.24491) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:23.943 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:23.838714+0000 mgr.smithi079.mdpxci (mgr.24491) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:23.838714+0000 mgr.smithi079.mdpxci (mgr.24491) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:25.839206+0000 mgr.smithi079.mdpxci (mgr.24491) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:27.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:25.839206+0000 mgr.smithi079.mdpxci (mgr.24491) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:27.862021+0000 mon.smithi079 (mon.1) 131 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:28.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:27.862021+0000 mon.smithi079 (mon.1) 131 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:28.983 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:27.839786+0000 mgr.smithi079.mdpxci (mgr.24491) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:29.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:27.839786+0000 mgr.smithi079.mdpxci (mgr.24491) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:29.840599+0000 mgr.smithi079.mdpxci (mgr.24491) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:29.840599+0000 mgr.smithi079.mdpxci (mgr.24491) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:33.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:31.841124+0000 mgr.smithi079.mdpxci (mgr.24491) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:31.841124+0000 mgr.smithi079.mdpxci (mgr.24491) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:34.025 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:33.841865+0000 mgr.smithi079.mdpxci (mgr.24491) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:33.841865+0000 mgr.smithi079.mdpxci (mgr.24491) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:36.750 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:05:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:35.842371+0000 mgr.smithi079.mdpxci (mgr.24491) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:35.842371+0000 mgr.smithi079.mdpxci (mgr.24491) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:37.437 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:05:37.437 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:05:37.437 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (14m) 8m ago 14m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:05:37.438 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (13m) 8m ago 13m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:05:37.438 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:05:37.438 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (10m) 8m ago 10m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:05:37.438 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (10m) 8m ago 10m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:05:37.439 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (15m) 8m ago 15m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:05:37.439 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (8m) 8m ago 13m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:05:37.439 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (15m) 8m ago 15m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:05:37.439 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (13m) 8m ago 13m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:05:37.440 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (8m) 8m ago 8m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:05:37.440 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (8m) 8m ago 8m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:05:37.440 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2023-10-11T16:05:37.440 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (13m) 8m ago 13m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:05:37.440 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (12m) 8m ago 12m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:05:37.441 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (12m) 8m ago 12m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:05:37.441 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (12m) 8m ago 12m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:05:37.441 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (12m) 8m ago 12m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:05:37.441 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (11m) 8m ago 11m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:05:37.441 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (11m) 8m ago 11m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:05:37.442 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (11m) 8m ago 11m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:05:37.442 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (11m) 8m ago 11m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:05:37.442 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (12m) 8m ago 13m 46.5M - 2.18.1 de242295e225 3d77f3fcac0a 2023-10-11T16:05:37.848 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:05:37.848 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:05:37.849 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:05:37.849 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:05:37.849 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:05:37.849 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:05:37.849 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:05:37.850 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:05:37.850 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:05:37.850 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:05:37.850 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:05:37.851 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:05:37.851 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:05:37.851 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:05:37.851 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:05:37.851 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:05:37.851 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:05:37.852 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:05:37.852 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:05:38.200 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:05:38.200 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:05:38.201 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:05:38.201 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:05:38.201 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:05:38.201 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:05:38.201 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:05:38.202 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:05:38.202 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:05:38.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:36.735671+0000 mgr.smithi079.mdpxci (mgr.24491) 379 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:38.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:37.084642+0000 mgr.smithi079.mdpxci (mgr.24491) 380 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:38.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:37.847556+0000 mon.smithi045 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.45:0/3350911031' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:05:38.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:36.735671+0000 mgr.smithi079.mdpxci (mgr.24491) 379 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:38.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:37.084642+0000 mgr.smithi079.mdpxci (mgr.24491) 380 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:38.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:37.847556+0000 mon.smithi045 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.45:0/3350911031' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:05:38.620 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:05:39.069 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:39.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:37.425750+0000 mgr.smithi079.mdpxci (mgr.24491) 381 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:39.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:37.842777+0000 mgr.smithi079.mdpxci (mgr.24491) 382 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:39.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:38.620075+0000 mon.smithi045 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.45:0/273461503' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:05:39.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:37.425750+0000 mgr.smithi079.mdpxci (mgr.24491) 381 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:39.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:37.842777+0000 mgr.smithi079.mdpxci (mgr.24491) 382 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:39.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:38.620075+0000 mon.smithi045 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.45:0/273461503' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:05:40.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:38.198941+0000 mgr.smithi079.mdpxci (mgr.24491) 383 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:40.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:38.198941+0000 mgr.smithi079.mdpxci (mgr.24491) 383 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:05:41.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:39.843430+0000 mgr.smithi079.mdpxci (mgr.24491) 384 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:41.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:39.843430+0000 mgr.smithi079.mdpxci (mgr.24491) 384 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:41.843978+0000 mgr.smithi079.mdpxci (mgr.24491) 385 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:42.862262+0000 mon.smithi079 (mon.1) 132 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:41.843978+0000 mgr.smithi079.mdpxci (mgr.24491) 385 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:42.862262+0000 mon.smithi079 (mon.1) 132 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:44.114 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:45.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:43.844886+0000 mgr.smithi079.mdpxci (mgr.24491) 386 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:45.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:43.844886+0000 mgr.smithi079.mdpxci (mgr.24491) 386 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:45.845375+0000 mgr.smithi079.mdpxci (mgr.24491) 387 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:45.845375+0000 mgr.smithi079.mdpxci (mgr.24491) 387 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:49.157 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:49.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:47.845866+0000 mgr.smithi079.mdpxci (mgr.24491) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:47.845866+0000 mgr.smithi079.mdpxci (mgr.24491) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:49.846523+0000 mgr.smithi079.mdpxci (mgr.24491) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:51.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:49.846523+0000 mgr.smithi079.mdpxci (mgr.24491) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:51.847032+0000 mgr.smithi079.mdpxci (mgr.24491) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:53.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:51.847032+0000 mgr.smithi079.mdpxci (mgr.24491) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:54.201 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:55.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:53.847972+0000 mgr.smithi079.mdpxci (mgr.24491) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:55.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:53.847972+0000 mgr.smithi079.mdpxci (mgr.24491) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:05:57.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:55.848449+0000 mgr.smithi079.mdpxci (mgr.24491) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:55.848449+0000 mgr.smithi079.mdpxci (mgr.24491) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:05:57.866087+0000 mon.smithi079 (mon.1) 133 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:58.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:05:57.866087+0000 mon.smithi079 (mon.1) 133 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:05:59.248 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:05:59.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:05:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:57.848948+0000 mgr.smithi079.mdpxci (mgr.24491) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:05:59.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:05:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:57.848948+0000 mgr.smithi079.mdpxci (mgr.24491) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:01.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:05:59.849893+0000 mgr.smithi079.mdpxci (mgr.24491) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:01.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:00.440798+0000 mon.smithi045 (mon.0) 922 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:06:01.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:00.456208+0000 mon.smithi045 (mon.0) 923 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:06:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:05:59.849893+0000 mgr.smithi079.mdpxci (mgr.24491) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:00.440798+0000 mon.smithi045 (mon.0) 922 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:06:01.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:00.456208+0000 mon.smithi045 (mon.0) 923 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:06:02.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:06:00.504311+0000 mgr.smithi079.mdpxci (mgr.24491) 395 : cephadm [INF] Reconfiguring node-exporter.smithi079 (dependencies changed)... 2023-10-11T16:06:02.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:06:00.504825+0000 mgr.smithi079.mdpxci (mgr.24491) 396 : cephadm [INF] Reconfiguring daemon node-exporter.smithi079 on smithi079 2023-10-11T16:06:02.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:06:00.504311+0000 mgr.smithi079.mdpxci (mgr.24491) 395 : cephadm [INF] Reconfiguring node-exporter.smithi079 (dependencies changed)... 2023-10-11T16:06:02.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:01 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:06:00.504825+0000 mgr.smithi079.mdpxci (mgr.24491) 396 : cephadm [INF] Reconfiguring daemon node-exporter.smithi079 on smithi079 2023-10-11T16:06:03.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:01.850320+0000 mgr.smithi079.mdpxci (mgr.24491) 397 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:01.850320+0000 mgr.smithi079.mdpxci (mgr.24491) 397 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:04.294 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:03.851037+0000 mgr.smithi079.mdpxci (mgr.24491) 398 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:05.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:03.851037+0000 mgr.smithi079.mdpxci (mgr.24491) 398 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:05.851457+0000 mgr.smithi079.mdpxci (mgr.24491) 399 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:07.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:05.851457+0000 mgr.smithi079.mdpxci (mgr.24491) 399 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:08.999 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:06:09.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:07.851991+0000 mgr.smithi079.mdpxci (mgr.24491) 400 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:09.334 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:07.851991+0000 mgr.smithi079.mdpxci (mgr.24491) 400 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:09.686 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:06:09.686 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:06:09.687 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (14m) 8m ago 14m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:06:09.687 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (13m) 8m ago 13m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:06:09.687 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:06:09.687 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (10m) 8m ago 10m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:06:09.687 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (10m) 8m ago 10m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:06:09.688 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (15m) 8m ago 15m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:06:09.688 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (9m) 8m ago 13m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:06:09.688 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (15m) 8m ago 15m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:06:09.688 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (13m) 8m ago 13m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:06:09.688 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (8m) 8m ago 8m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:06:09.689 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (8m) 8m ago 8m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:06:09.689 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2023-10-11T16:06:09.689 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (13m) 8m ago 13m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:06:09.689 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (13m) 8m ago 13m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:06:09.689 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (13m) 8m ago 13m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:06:09.690 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (12m) 8m ago 12m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:06:09.690 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (12m) 8m ago 12m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:06:09.690 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (12m) 8m ago 12m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:06:09.690 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (12m) 8m ago 12m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:06:09.690 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (12m) 8m ago 12m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:06:09.691 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (11m) 8m ago 11m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:06:09.691 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 starting - - - - 2023-10-11T16:06:10.103 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:06:10.103 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:06:10.103 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:06:10.103 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:06:10.103 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:06:10.104 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:06:10.104 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:06:10.104 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:06:10.104 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:06:10.104 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:06:10.105 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:06:10.105 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:06:10.105 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:06:10.105 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:06:10.105 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:06:10.105 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:06:10.106 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:06:10.106 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:06:10.106 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:06:10.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:09 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:08.979825+0000 mgr.smithi079.mdpxci (mgr.24491) 401 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:10.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:08.979825+0000 mgr.smithi079.mdpxci (mgr.24491) 401 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:10.459 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:06:10.459 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:06:10.459 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:06:10.459 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:06:10.460 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:06:10.460 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:06:10.460 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:06:10.460 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:06:10.460 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:06:10.884 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:06:11.163 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:09.336860+0000 mgr.smithi079.mdpxci (mgr.24491) 402 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:11.163 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:09.675789+0000 mgr.smithi079.mdpxci (mgr.24491) 403 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:11.164 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:09.852919+0000 mgr.smithi079.mdpxci (mgr.24491) 404 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:11.164 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:10.102109+0000 mon.smithi045 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.45:0/1771860322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:06:11.164 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:10.882754+0000 mon.smithi045 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.45:0/493837751' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:06:11.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:09.336860+0000 mgr.smithi079.mdpxci (mgr.24491) 402 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:11.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:09.675789+0000 mgr.smithi079.mdpxci (mgr.24491) 403 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:11.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:09.852919+0000 mgr.smithi079.mdpxci (mgr.24491) 404 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:11.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:10.102109+0000 mon.smithi045 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.45:0/1771860322' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:06:11.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:10.882754+0000 mon.smithi045 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.45:0/493837751' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:06:12.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:10.457681+0000 mgr.smithi079.mdpxci (mgr.24491) 405 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:12.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:10.457681+0000 mgr.smithi079.mdpxci (mgr.24491) 405 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:11.853429+0000 mgr.smithi079.mdpxci (mgr.24491) 406 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:12.866478+0000 mon.smithi079 (mon.1) 134 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:11.853429+0000 mgr.smithi079.mdpxci (mgr.24491) 406 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:12.866478+0000 mon.smithi079 (mon.1) 134 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:14.376 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:13.854340+0000 mgr.smithi079.mdpxci (mgr.24491) 407 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:15.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:13.854340+0000 mgr.smithi079.mdpxci (mgr.24491) 407 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:17.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:15.854803+0000 mgr.smithi079.mdpxci (mgr.24491) 408 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:17.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:15.854803+0000 mgr.smithi079.mdpxci (mgr.24491) 408 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:17.855172+0000 mgr.smithi079.mdpxci (mgr.24491) 409 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:19.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:17.855172+0000 mgr.smithi079.mdpxci (mgr.24491) 409 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:19.416 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:19.856054+0000 mgr.smithi079.mdpxci (mgr.24491) 410 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:19.856054+0000 mgr.smithi079.mdpxci (mgr.24491) 410 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:21.856416+0000 mgr.smithi079.mdpxci (mgr.24491) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:23.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:21.856416+0000 mgr.smithi079.mdpxci (mgr.24491) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:24.455 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:23.857095+0000 mgr.smithi079.mdpxci (mgr.24491) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:23.857095+0000 mgr.smithi079.mdpxci (mgr.24491) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:25.857528+0000 mgr.smithi079.mdpxci (mgr.24491) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:27.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:25.857528+0000 mgr.smithi079.mdpxci (mgr.24491) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:27.866671+0000 mon.smithi079 (mon.1) 135 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:28.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:27.866671+0000 mon.smithi079 (mon.1) 135 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:27.857851+0000 mgr.smithi079.mdpxci (mgr.24491) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:29.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:27.857851+0000 mgr.smithi079.mdpxci (mgr.24491) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:29.489 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:29.858613+0000 mgr.smithi079.mdpxci (mgr.24491) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:29.858613+0000 mgr.smithi079.mdpxci (mgr.24491) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:31.859045+0000 mgr.smithi079.mdpxci (mgr.24491) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:31.859045+0000 mgr.smithi079.mdpxci (mgr.24491) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:34.529 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:33.859725+0000 mgr.smithi079.mdpxci (mgr.24491) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:33.859725+0000 mgr.smithi079.mdpxci (mgr.24491) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:35.860098+0000 mgr.smithi079.mdpxci (mgr.24491) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:35.860098+0000 mgr.smithi079.mdpxci (mgr.24491) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:39.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:37.860606+0000 mgr.smithi079.mdpxci (mgr.24491) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:39.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:37.860606+0000 mgr.smithi079.mdpxci (mgr.24491) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:39.575 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:39.861533+0000 mgr.smithi079.mdpxci (mgr.24491) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:41.258 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:06:41.267 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:39.861533+0000 mgr.smithi079.mdpxci (mgr.24491) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:41.945 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:06:41.945 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:06:41.945 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (15m) 9m ago 15m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:06:41.946 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (14m) 9m ago 14m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:06:41.946 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:06:41.946 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (11m) 9m ago 11m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:06:41.946 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (11m) 9m ago 11m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:06:41.946 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (16m) 9m ago 16m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:06:41.947 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (9m) 9m ago 14m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:06:41.947 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (16m) 9m ago 16m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:06:41.947 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (14m) 9m ago 14m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:06:41.947 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (9m) 9m ago 9m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:06:41.947 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (9m) 9m ago 9m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:06:41.948 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2023-10-11T16:06:41.948 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (14m) 9m ago 14m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:06:41.948 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (14m) 9m ago 14m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:06:41.948 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (13m) 9m ago 13m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:06:41.948 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (13m) 9m ago 13m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:06:41.948 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (13m) 9m ago 13m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:06:41.949 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (12m) 9m ago 12m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:06:41.949 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (12m) 9m ago 12m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:06:41.949 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (12m) 9m ago 12m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:06:41.949 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (12m) 9m ago 12m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:06:41.949 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 starting - - - - 2023-10-11T16:06:42.357 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:06:42.358 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:06:42.358 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:06:42.358 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:06:42.358 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:06:42.359 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:06:42.359 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:06:42.359 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:06:42.359 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:06:42.359 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:06:42.360 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:06:42.360 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:06:42.360 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:06:42.360 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:06:42.360 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:06:42.361 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:06:42.361 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:06:42.361 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:06:42.361 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:06:42.710 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:06:42.711 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:06:42.711 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:06:42.711 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:06:42.711 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:06:42.712 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:06:42.712 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:06:42.712 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:06:42.712 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:06:43.138 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:06:43.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:41.242312+0000 mgr.smithi079.mdpxci (mgr.24491) 421 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:43.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:41.594473+0000 mgr.smithi079.mdpxci (mgr.24491) 422 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:43.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:41.862044+0000 mgr.smithi079.mdpxci (mgr.24491) 423 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:43.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:41.934314+0000 mgr.smithi079.mdpxci (mgr.24491) 424 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:43.255 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:42.356763+0000 mon.smithi045 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.45:0/1638213179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:06:43.256 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:42.866988+0000 mon.smithi079 (mon.1) 136 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:41.242312+0000 mgr.smithi079.mdpxci (mgr.24491) 421 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:41.594473+0000 mgr.smithi079.mdpxci (mgr.24491) 422 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:41.862044+0000 mgr.smithi079.mdpxci (mgr.24491) 423 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:41.934314+0000 mgr.smithi079.mdpxci (mgr.24491) 424 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:42.356763+0000 mon.smithi045 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.45:0/1638213179' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:06:43.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:42.866988+0000 mon.smithi079 (mon.1) 136 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:44.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:42.709581+0000 mgr.smithi079.mdpxci (mgr.24491) 425 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:44.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:43.137539+0000 mon.smithi045 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.45:0/1780842062' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:06:44.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:42.709581+0000 mgr.smithi079.mdpxci (mgr.24491) 425 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:06:44.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:43 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:43.137539+0000 mon.smithi045 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.45:0/1780842062' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:06:44.616 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:45.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:43.862863+0000 mgr.smithi079.mdpxci (mgr.24491) 426 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:45.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:43.862863+0000 mgr.smithi079.mdpxci (mgr.24491) 426 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:45.863323+0000 mgr.smithi079.mdpxci (mgr.24491) 427 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:45.863323+0000 mgr.smithi079.mdpxci (mgr.24491) 427 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:49.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:47.863806+0000 mgr.smithi079.mdpxci (mgr.24491) 428 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:47.863806+0000 mgr.smithi079.mdpxci (mgr.24491) 428 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:49.658 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:49.864667+0000 mgr.smithi079.mdpxci (mgr.24491) 429 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:51.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:49.864667+0000 mgr.smithi079.mdpxci (mgr.24491) 429 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:51.865076+0000 mgr.smithi079.mdpxci (mgr.24491) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:53.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:51.865076+0000 mgr.smithi079.mdpxci (mgr.24491) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:54.695 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:06:55.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:53.865855+0000 mgr.smithi079.mdpxci (mgr.24491) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:55.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:53.865855+0000 mgr.smithi079.mdpxci (mgr.24491) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:06:57.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:55.866275+0000 mgr.smithi079.mdpxci (mgr.24491) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:55.866275+0000 mgr.smithi079.mdpxci (mgr.24491) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:06:57.871210+0000 mon.smithi079 (mon.1) 137 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:58.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:06:57.871210+0000 mon.smithi079 (mon.1) 137 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:06:59.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:06:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:57.866613+0000 mgr.smithi079.mdpxci (mgr.24491) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:59.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:06:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:57.866613+0000 mgr.smithi079.mdpxci (mgr.24491) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:06:59.742 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:06:59.867423+0000 mgr.smithi079.mdpxci (mgr.24491) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:01.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:06:59.867423+0000 mgr.smithi079.mdpxci (mgr.24491) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:03.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:01.867829+0000 mgr.smithi079.mdpxci (mgr.24491) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:03.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:01.867829+0000 mgr.smithi079.mdpxci (mgr.24491) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:04.795 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:03.868507+0000 mgr.smithi079.mdpxci (mgr.24491) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:05.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:03.868507+0000 mgr.smithi079.mdpxci (mgr.24491) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:05.869008+0000 mgr.smithi079.mdpxci (mgr.24491) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:07.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:05.869008+0000 mgr.smithi079.mdpxci (mgr.24491) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:09.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:07.869452+0000 mgr.smithi079.mdpxci (mgr.24491) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:07.869452+0000 mgr.smithi079.mdpxci (mgr.24491) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:09.828 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:11.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:09.870327+0000 mgr.smithi079.mdpxci (mgr.24491) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:11.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:09.870327+0000 mgr.smithi079.mdpxci (mgr.24491) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:11.870802+0000 mgr.smithi079.mdpxci (mgr.24491) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:12.871462+0000 mon.smithi079 (mon.1) 138 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:11.870802+0000 mgr.smithi079.mdpxci (mgr.24491) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:12.871462+0000 mon.smithi079 (mon.1) 138 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:13.511 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:07:14.195 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:07:14.195 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:07:14.195 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (15m) 9m ago 15m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:07:14.195 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (15m) 9m ago 15m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:07:14.196 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:07:14.196 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (11m) 9m ago 11m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:07:14.196 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (11m) 9m ago 11m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:07:14.196 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (16m) 9m ago 16m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:07:14.196 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (10m) 9m ago 15m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:07:14.197 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (16m) 9m ago 17m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:07:14.197 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (14m) 9m ago 14m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:07:14.197 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (9m) 9m ago 9m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:07:14.197 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (9m) 9m ago 9m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:07:14.197 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2023-10-11T16:07:14.198 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (14m) 9m ago 14m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:07:14.198 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (14m) 9m ago 14m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:07:14.198 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (14m) 9m ago 14m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:07:14.199 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (13m) 9m ago 13m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:07:14.199 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (13m) 9m ago 13m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:07:14.199 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (13m) 9m ago 13m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:07:14.199 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (13m) 9m ago 13m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:07:14.199 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (13m) 9m ago 13m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:07:14.200 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (12m) 9m ago 12m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:07:14.200 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 starting - - - - 2023-10-11T16:07:14.608 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:07:14.609 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:07:14.609 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:07:14.609 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:07:14.609 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:07:14.609 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:07:14.610 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:07:14.610 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:07:14.610 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:07:14.610 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:07:14.611 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:07:14.611 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:07:14.611 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:07:14.611 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:07:14.611 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:07:14.612 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:07:14.612 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:07:14.612 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:07:14.612 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:07:14.862 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:14.965 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:07:14.965 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:07:14.965 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:07:14.965 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:07:14.966 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:07:14.966 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:07:14.966 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:07:14.966 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:07:14.967 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:07:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:13.496311+0000 mgr.smithi079.mdpxci (mgr.24491) 441 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:13.846028+0000 mgr.smithi079.mdpxci (mgr.24491) 442 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:13.871704+0000 mgr.smithi079.mdpxci (mgr.24491) 443 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:14.607582+0000 mon.smithi045 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.45:0/2409535800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:07:15.383 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:07:15.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:13.496311+0000 mgr.smithi079.mdpxci (mgr.24491) 441 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:15.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:13.846028+0000 mgr.smithi079.mdpxci (mgr.24491) 442 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:15.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:13.871704+0000 mgr.smithi079.mdpxci (mgr.24491) 443 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:15.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:14.607582+0000 mon.smithi045 (mon.0) 928 : audit [DBG] from='client.? 172.21.15.45:0/2409535800' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:07:16.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:14.184788+0000 mgr.smithi079.mdpxci (mgr.24491) 444 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:16.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:14.963779+0000 mgr.smithi079.mdpxci (mgr.24491) 445 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:16.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:15.382263+0000 mon.smithi045 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.45:0/854329464' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:07:16.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:14.184788+0000 mgr.smithi079.mdpxci (mgr.24491) 444 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:14.963779+0000 mgr.smithi079.mdpxci (mgr.24491) 445 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:15.382263+0000 mon.smithi045 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.45:0/854329464' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:07:17.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:15.872213+0000 mgr.smithi079.mdpxci (mgr.24491) 446 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:17.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:15.872213+0000 mgr.smithi079.mdpxci (mgr.24491) 446 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:19.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:17.872680+0000 mgr.smithi079.mdpxci (mgr.24491) 447 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:19.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:17.872680+0000 mgr.smithi079.mdpxci (mgr.24491) 447 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:19.914 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:19.873361+0000 mgr.smithi079.mdpxci (mgr.24491) 448 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:19.873361+0000 mgr.smithi079.mdpxci (mgr.24491) 448 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:21.873824+0000 mgr.smithi079.mdpxci (mgr.24491) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:23.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:21.873824+0000 mgr.smithi079.mdpxci (mgr.24491) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:24.951 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:23.874561+0000 mgr.smithi079.mdpxci (mgr.24491) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:23.874561+0000 mgr.smithi079.mdpxci (mgr.24491) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:25.874939+0000 mgr.smithi079.mdpxci (mgr.24491) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:27.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:25.874939+0000 mgr.smithi079.mdpxci (mgr.24491) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:27.871720+0000 mon.smithi079 (mon.1) 139 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:28.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:27.871720+0000 mon.smithi079 (mon.1) 139 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:29.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:28 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:27.875368+0000 mgr.smithi079.mdpxci (mgr.24491) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:29.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:28 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:27.875368+0000 mgr.smithi079.mdpxci (mgr.24491) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:29.996 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:29.876127+0000 mgr.smithi079.mdpxci (mgr.24491) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:29.876127+0000 mgr.smithi079.mdpxci (mgr.24491) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:31.876648+0000 mgr.smithi079.mdpxci (mgr.24491) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:31.876648+0000 mgr.smithi079.mdpxci (mgr.24491) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:35.038 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:35.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:33.877284+0000 mgr.smithi079.mdpxci (mgr.24491) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:35.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:33.877284+0000 mgr.smithi079.mdpxci (mgr.24491) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:37.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:35.877898+0000 mgr.smithi079.mdpxci (mgr.24491) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:35.877898+0000 mgr.smithi079.mdpxci (mgr.24491) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:39.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:38 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:37.878349+0000 mgr.smithi079.mdpxci (mgr.24491) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:39.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:38 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:37.878349+0000 mgr.smithi079.mdpxci (mgr.24491) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:40.081 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:41.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:39.879247+0000 mgr.smithi079.mdpxci (mgr.24491) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:41.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:39.879247+0000 mgr.smithi079.mdpxci (mgr.24491) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:41.879676+0000 mgr.smithi079.mdpxci (mgr.24491) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:43.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:42 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:42.872024+0000 mon.smithi079 (mon.1) 140 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:41.879676+0000 mgr.smithi079.mdpxci (mgr.24491) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:43.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:42.872024+0000 mon.smithi079 (mon.1) 140 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:45.126 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:45.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:43.880592+0000 mgr.smithi079.mdpxci (mgr.24491) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:45.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:44 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:43.880592+0000 mgr.smithi079.mdpxci (mgr.24491) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:45.755 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:07:46.438 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:07:46.439 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 starting - - - - 2023-10-11T16:07:46.439 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (16m) 10m ago 16m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:07:46.439 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (15m) 10m ago 15m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:07:46.439 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 starting - - - - 2023-10-11T16:07:46.440 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (12m) 10m ago 12m 39.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:07:46.440 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (12m) 10m ago 12m 13.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:07:46.440 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:9283 running (17m) 10m ago 17m 389M - 16.2.5 6933c2a0b7dd a9a9179478bf 2023-10-11T16:07:46.440 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (10m) 10m ago 15m 505M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:07:46.440 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (17m) 10m ago 17m 121M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:07:46.441 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (15m) 10m ago 15m 85.3M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:07:46.441 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (10m) 10m ago 10m 50.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:07:46.441 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (10m) 10m ago 10m 18.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:07:46.441 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2023-10-11T16:07:46.441 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (15m) 10m ago 15m 18.1M - 0.18.1 e5a616e4b9cf cd942c7a6c23 2023-10-11T16:07:46.442 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (15m) 10m ago 15m 1060M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:07:46.442 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (14m) 10m ago 14m 906M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:07:46.442 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (14m) 10m ago 14m 637M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:07:46.442 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (14m) 10m ago 14m 986M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:07:46.442 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (14m) 10m ago 14m 955M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:07:46.443 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (13m) 10m ago 13m 1263M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:07:46.443 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (13m) 10m ago 13m 986M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:07:46.443 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (13m) 10m ago 13m 1558M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:07:46.443 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 starting - - - - 2023-10-11T16:07:46.847 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:07:46.847 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:07:46.847 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:07:46.848 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:07:46.848 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:07:46.848 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:07:46.848 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:07:46.848 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:07:46.849 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:07:46.849 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:07:46.849 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:07:46.849 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:07:46.849 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:07:46.850 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:07:46.850 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:07:46.850 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-10-11T16:07:46.850 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:07:46.850 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:07:46.851 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:07:47.198 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:07:47.198 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:07:47.198 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:07:47.199 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:07:47.199 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:07:47.199 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "1/23 daemons upgraded", 2023-10-11T16:07:47.199 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:07:47.199 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:07:47.200 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:07:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:45.740131+0000 mgr.smithi079.mdpxci (mgr.24491) 461 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:45.881160+0000 mgr.smithi079.mdpxci (mgr.24491) 462 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:46.088155+0000 mgr.smithi079.mdpxci (mgr.24491) 463 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:46 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:46.846284+0000 mon.smithi045 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.45:0/2431191713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:07:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:45.740131+0000 mgr.smithi079.mdpxci (mgr.24491) 461 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:47.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:45.881160+0000 mgr.smithi079.mdpxci (mgr.24491) 462 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:47.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:46.088155+0000 mgr.smithi079.mdpxci (mgr.24491) 463 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:47.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:46.846284+0000 mon.smithi045 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.45:0/2431191713' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:07:47.610 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:07:48.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:46.427945+0000 mgr.smithi079.mdpxci (mgr.24491) 464 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:48.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:47 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:47.609993+0000 mon.smithi045 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.45:0/3549128283' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:07:48.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:46.427945+0000 mgr.smithi079.mdpxci (mgr.24491) 464 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:48.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:47.609993+0000 mon.smithi045 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.45:0/3549128283' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:07:49.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:47.197057+0000 mgr.smithi079.mdpxci (mgr.24491) 465 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:49.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:47.881576+0000 mgr.smithi079.mdpxci (mgr.24491) 466 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:47.197057+0000 mgr.smithi079.mdpxci (mgr.24491) 465 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:07:49.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:47.881576+0000 mgr.smithi079.mdpxci (mgr.24491) 466 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:50.165 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:51.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:49.882531+0000 mgr.smithi079.mdpxci (mgr.24491) 467 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:51.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:50 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:49.882531+0000 mgr.smithi079.mdpxci (mgr.24491) 467 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:53.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:52 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:51.882967+0000 mgr.smithi079.mdpxci (mgr.24491) 468 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:53.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:51.882967+0000 mgr.smithi079.mdpxci (mgr.24491) 468 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:55.204 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:07:55.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:54 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:53.883601+0000 mgr.smithi079.mdpxci (mgr.24491) 469 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:55.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:53.883601+0000 mgr.smithi079.mdpxci (mgr.24491) 469 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:07:57.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:56 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:55.884114+0000 mgr.smithi079.mdpxci (mgr.24491) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:57.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:55.884114+0000 mgr.smithi079.mdpxci (mgr.24491) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:58.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:57 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:07:57.875842+0000 mon.smithi079 (mon.1) 141 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:58.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:07:57.875842+0000 mon.smithi079 (mon.1) 141 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:07:59.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:07:58 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:57.884556+0000 mgr.smithi079.mdpxci (mgr.24491) 471 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:07:59.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:07:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:57.884556+0000 mgr.smithi079.mdpxci (mgr.24491) 471 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:08:00.239 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:01.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:07:59.885424+0000 mgr.smithi079.mdpxci (mgr.24491) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:01.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:00 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:07:59.885424+0000 mgr.smithi079.mdpxci (mgr.24491) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:02.638 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.547818+0000 mon.smithi045 (mon.0) 932 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.638 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.553345+0000 mon.smithi045 (mon.0) 933 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.638 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.565962+0000 mon.smithi079 (mon.1) 142 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T16:08:02.639 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.566276+0000 mgr.smithi079.mdpxci (mgr.24491) 473 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T16:08:02.639 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.566963+0000 mon.smithi079 (mon.1) 143 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T16:08:02.639 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.567205+0000 mgr.smithi079.mdpxci (mgr.24491) 474 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T16:08:02.639 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.570868+0000 mon.smithi045 (mon.0) 934 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.639 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.577607+0000 mon.smithi079 (mon.1) 144 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T16:08:02.640 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.578004+0000 mgr.smithi079.mdpxci (mgr.24491) 475 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T16:08:02.640 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.581000+0000 mon.smithi079 (mon.1) 145 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T16:08:02.640 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.581287+0000 mgr.smithi079.mdpxci (mgr.24491) 476 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T16:08:02.640 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.585739+0000 mon.smithi045 (mon.0) 935 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.640 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.592858+0000 mon.smithi079 (mon.1) 146 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:08:02.641 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.593243+0000 mgr.smithi079.mdpxci (mgr.24491) 477 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:08:02.641 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.597781+0000 mon.smithi079 (mon.1) 147 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi045.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T16:08:02.641 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.598140+0000 mgr.smithi079.mdpxci (mgr.24491) 478 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi045.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T16:08:02.642 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.602217+0000 mon.smithi045 (mon.0) 936 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.642 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.611134+0000 mon.smithi079 (mon.1) 148 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:02.642 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:01.617478+0000 mon.smithi045 (mon.0) 937 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.642 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:01.618191+0000 mgr.smithi079.mdpxci (mgr.24491) 479 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi079.mdpxci) 2023-10-11T16:08:02.642 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:01.618560+0000 mgr.smithi079.mdpxci (mgr.24491) 480 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi079.mdpxci) 2023-10-11T16:08:02.643 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:02 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:01.885987+0000 mgr.smithi079.mdpxci (mgr.24491) 481 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:08:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.547818+0000 mon.smithi045 (mon.0) 932 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.553345+0000 mon.smithi045 (mon.0) 933 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.565962+0000 mon.smithi079 (mon.1) 142 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T16:08:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.566276+0000 mgr.smithi079.mdpxci (mgr.24491) 473 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T16:08:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.566963+0000 mon.smithi079 (mon.1) 143 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T16:08:02.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.567205+0000 mgr.smithi079.mdpxci (mgr.24491) 474 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi045.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T16:08:02.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.570868+0000 mon.smithi045 (mon.0) 934 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.577607+0000 mon.smithi079 (mon.1) 144 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T16:08:02.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.578004+0000 mgr.smithi079.mdpxci (mgr.24491) 475 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T16:08:02.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.581000+0000 mon.smithi079 (mon.1) 145 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T16:08:02.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.581287+0000 mgr.smithi079.mdpxci (mgr.24491) 476 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T16:08:02.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.585739+0000 mon.smithi045 (mon.0) 935 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.592858+0000 mon.smithi079 (mon.1) 146 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:08:02.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.593243+0000 mgr.smithi079.mdpxci (mgr.24491) 477 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:08:02.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.597781+0000 mon.smithi079 (mon.1) 147 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi045.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T16:08:02.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.598140+0000 mgr.smithi079.mdpxci (mgr.24491) 478 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi045.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T16:08:02.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.602217+0000 mon.smithi045 (mon.0) 936 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.611134+0000 mon.smithi079 (mon.1) 148 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:02.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:01.617478+0000 mon.smithi045 (mon.0) 937 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:02.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:01.618191+0000 mgr.smithi079.mdpxci (mgr.24491) 479 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi079.mdpxci) 2023-10-11T16:08:02.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:01.618560+0000 mgr.smithi079.mdpxci (mgr.24491) 480 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi079.mdpxci) 2023-10-11T16:08:02.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:01.885987+0000 mgr.smithi079.mdpxci (mgr.24491) 481 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:08:03.908 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:02.734788+0000 mgr.smithi079.mdpxci (mgr.24491) 482 : cephadm [INF] Upgrade: Updating mgr.smithi045.vzhlsu 2023-10-11T16:08:03.909 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:02.740453+0000 mon.smithi045 (mon.0) 938 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:03.909 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:02.743690+0000 mon.smithi079 (mon.1) 149 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.vzhlsu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:08:03.909 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:02.744394+0000 mon.smithi045 (mon.0) 939 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.vzhlsu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:08:03.909 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:02.745509+0000 mon.smithi079 (mon.1) 150 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T16:08:03.909 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:02.746381+0000 mon.smithi079 (mon.1) 151 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:03.910 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:03 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:02.747330+0000 mgr.smithi079.mdpxci (mgr.24491) 483 : cephadm [INF] Deploying daemon mgr.smithi045.vzhlsu on smithi045 2023-10-11T16:08:04.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:02.734788+0000 mgr.smithi079.mdpxci (mgr.24491) 482 : cephadm [INF] Upgrade: Updating mgr.smithi045.vzhlsu 2023-10-11T16:08:04.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:02.740453+0000 mon.smithi045 (mon.0) 938 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:04.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:02.743690+0000 mon.smithi079 (mon.1) 149 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.vzhlsu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:08:04.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:02.744394+0000 mon.smithi045 (mon.0) 939 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.vzhlsu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:08:04.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:02.745509+0000 mon.smithi079 (mon.1) 150 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T16:08:04.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:02.746381+0000 mon.smithi079 (mon.1) 151 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:04.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:02.747330+0000 mgr.smithi079.mdpxci (mgr.24491) 483 : cephadm [INF] Deploying daemon mgr.smithi045.vzhlsu on smithi045 2023-10-11T16:08:04.981 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:04 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:03.886974+0000 mgr.smithi079.mdpxci (mgr.24491) 484 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:05.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:03.886974+0000 mgr.smithi079.mdpxci (mgr.24491) 484 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:05.274 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:06.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:05.198069+0000 mon.smithi045 (mon.0) 940 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:05.205939+0000 mon.smithi045 (mon.0) 941 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:05.217045+0000 mon.smithi079 (mon.1) 152 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:05.490325+0000 mon.smithi045 (mon.0) 942 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:05.496231+0000 mon.smithi045 (mon.0) 943 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:05.587689+0000 mon.smithi045 (mon.0) 944 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:05.592822+0000 mon.smithi045 (mon.0) 945 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:05.887267+0000 mgr.smithi079.mdpxci (mgr.24491) 485 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:08:06.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:05.198069+0000 mon.smithi045 (mon.0) 940 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:05.205939+0000 mon.smithi045 (mon.0) 941 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:05.217045+0000 mon.smithi079 (mon.1) 152 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:06.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:05.490325+0000 mon.smithi045 (mon.0) 942 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:05.496231+0000 mon.smithi045 (mon.0) 943 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:05.587689+0000 mon.smithi045 (mon.0) 944 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:05.592822+0000 mon.smithi045 (mon.0) 945 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:06.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:06 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:05.887267+0000 mgr.smithi079.mdpxci (mgr.24491) 485 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:08:09.225 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:07.887576+0000 mgr.smithi079.mdpxci (mgr.24491) 486 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:08:09.225 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:08.321133+0000 mon.smithi045 (mon.0) 946 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:09.225 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:08 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:08.326265+0000 mon.smithi045 (mon.0) 947 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:07.887576+0000 mgr.smithi079.mdpxci (mgr.24491) 486 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:08:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:08.321133+0000 mon.smithi045 (mon.0) 946 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:09.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:08.326265+0000 mon.smithi045 (mon.0) 947 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:10.323 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:11.274 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:09.888416+0000 mgr.smithi079.mdpxci (mgr.24491) 487 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:11.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:10.023187+0000 mon.smithi045 (mon.0) 948 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:11.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:10.030069+0000 mon.smithi045 (mon.0) 949 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:11.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:10.766224+0000 mon.smithi045 (mon.0) 950 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:11.275 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:11 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:10.773259+0000 mon.smithi045 (mon.0) 951 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:09.888416+0000 mgr.smithi079.mdpxci (mgr.24491) 487 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:10.023187+0000 mon.smithi045 (mon.0) 948 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:10.030069+0000 mon.smithi045 (mon.0) 949 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:11.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:10.766224+0000 mon.smithi045 (mon.0) 950 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:11.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:10.773259+0000 mon.smithi045 (mon.0) 951 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:13.326 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:11.888847+0000 mgr.smithi079.mdpxci (mgr.24491) 488 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:08:13.327 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:12.876234+0000 mon.smithi079 (mon.1) 153 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:11.888847+0000 mgr.smithi079.mdpxci (mgr.24491) 488 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:08:13.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:12.876234+0000 mon.smithi079 (mon.1) 153 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:14.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:13.329149+0000 mon.smithi045 (mon.0) 952 : cluster [DBG] Standby manager daemon smithi045.vzhlsu restarted 2023-10-11T16:08:14.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:13.329264+0000 mon.smithi045 (mon.0) 953 : cluster [DBG] Standby manager daemon smithi045.vzhlsu started 2023-10-11T16:08:14.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.332308+0000 mon.smithi045 (mon.0) 954 : audit [DBG] from='mgr.? 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.vzhlsu/crt"}]: dispatch 2023-10-11T16:08:14.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.332717+0000 mon.smithi045 (mon.0) 955 : audit [DBG] from='mgr.? 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T16:08:14.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.335853+0000 mon.smithi045 (mon.0) 956 : audit [DBG] from='mgr.? 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.vzhlsu/key"}]: dispatch 2023-10-11T16:08:14.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.336274+0000 mon.smithi045 (mon.0) 957 : audit [DBG] from='mgr.? 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T16:08:14.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.402104+0000 mon.smithi045 (mon.0) 958 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:14.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.408480+0000 mon.smithi045 (mon.0) 959 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:14.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.410758+0000 mon.smithi079 (mon.1) 154 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:14.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.411540+0000 mon.smithi079 (mon.1) 155 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:14.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.416184+0000 mon.smithi045 (mon.0) 960 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:14.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.423157+0000 mon.smithi045 (mon.0) 961 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:14.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.560071+0000 mon.smithi079 (mon.1) 156 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:14.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.566107+0000 mon.smithi079 (mon.1) 157 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr fail", "who": "smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:14.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:13.566632+0000 mon.smithi045 (mon.0) 962 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr fail", "who": "smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:14.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:13.571592+0000 mon.smithi045 (mon.0) 963 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-10-11T16:08:14.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:13.329149+0000 mon.smithi045 (mon.0) 952 : cluster [DBG] Standby manager daemon smithi045.vzhlsu restarted 2023-10-11T16:08:14.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:13.329264+0000 mon.smithi045 (mon.0) 953 : cluster [DBG] Standby manager daemon smithi045.vzhlsu started 2023-10-11T16:08:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.332308+0000 mon.smithi045 (mon.0) 954 : audit [DBG] from='mgr.? 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.vzhlsu/crt"}]: dispatch 2023-10-11T16:08:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.332717+0000 mon.smithi045 (mon.0) 955 : audit [DBG] from='mgr.? 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T16:08:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.335853+0000 mon.smithi045 (mon.0) 956 : audit [DBG] from='mgr.? 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.vzhlsu/key"}]: dispatch 2023-10-11T16:08:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.336274+0000 mon.smithi045 (mon.0) 957 : audit [DBG] from='mgr.? 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T16:08:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.402104+0000 mon.smithi045 (mon.0) 958 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:14.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.408480+0000 mon.smithi045 (mon.0) 959 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:14.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.410758+0000 mon.smithi079 (mon.1) 154 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:14.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.411540+0000 mon.smithi079 (mon.1) 155 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:14.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.416184+0000 mon.smithi045 (mon.0) 960 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:14.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.423157+0000 mon.smithi045 (mon.0) 961 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' 2023-10-11T16:08:14.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.560071+0000 mon.smithi079 (mon.1) 156 : audit [DBG] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:14.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.566107+0000 mon.smithi079 (mon.1) 157 : audit [INF] from='mgr.24491 172.21.15.79:0/2049433561' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr fail", "who": "smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:14.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:13.566632+0000 mon.smithi045 (mon.0) 962 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "mgr fail", "who": "smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:14.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:13.571592+0000 mon.smithi045 (mon.0) 963 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-10-11T16:08:15.309 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.036515+0000 mon.smithi045 (mon.0) 964 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "mgr fail", "who": "smithi079.mdpxci"}]': finished 2023-10-11T16:08:15.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:14.036611+0000 mon.smithi045 (mon.0) 965 : cluster [DBG] mgrmap e28: smithi045.vzhlsu(active, starting, since 0.469082s) 2023-10-11T16:08:15.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.037940+0000 mon.smithi045 (mon.0) 966 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T16:08:15.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.038234+0000 mon.smithi045 (mon.0) 967 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T16:08:15.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.038420+0000 mon.smithi045 (mon.0) 968 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T16:08:15.310 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.038679+0000 mon.smithi045 (mon.0) 969 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:08:15.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.038960+0000 mon.smithi045 (mon.0) 970 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T16:08:15.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.039205+0000 mon.smithi045 (mon.0) 971 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T16:08:15.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.039531+0000 mon.smithi045 (mon.0) 972 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T16:08:15.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.039799+0000 mon.smithi045 (mon.0) 973 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T16:08:15.311 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.040047+0000 mon.smithi045 (mon.0) 974 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T16:08:15.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.040296+0000 mon.smithi045 (mon.0) 975 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T16:08:15.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.040527+0000 mon.smithi045 (mon.0) 976 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T16:08:15.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.040795+0000 mon.smithi045 (mon.0) 977 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T16:08:15.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.041087+0000 mon.smithi045 (mon.0) 978 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T16:08:15.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.041372+0000 mon.smithi045 (mon.0) 979 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T16:08:15.312 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.041643+0000 mon.smithi045 (mon.0) 980 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T16:08:15.313 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.042172+0000 mon.smithi045 (mon.0) 981 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T16:08:15.313 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:14.074336+0000 mon.smithi045 (mon.0) 982 : cluster [INF] Manager daemon smithi045.vzhlsu is now available 2023-10-11T16:08:15.313 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.099652+0000 mon.smithi045 (mon.0) 983 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:15.313 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.102706+0000 mon.smithi045 (mon.0) 984 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:15.313 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.127216+0000 mon.smithi045 (mon.0) 985 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:15.314 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.138465+0000 mon.smithi045 (mon.0) 986 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T16:08:15.314 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:14.161143+0000 mon.smithi045 (mon.0) 987 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T16:08:15.314 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:14.407043+0000 mon.smithi045 (mon.0) 988 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:08:15.365 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:15.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.036515+0000 mon.smithi045 (mon.0) 964 : audit [INF] from='mgr.24491 ' entity='mgr.smithi079.mdpxci' cmd='[{"prefix": "mgr fail", "who": "smithi079.mdpxci"}]': finished 2023-10-11T16:08:15.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:14.036611+0000 mon.smithi045 (mon.0) 965 : cluster [DBG] mgrmap e28: smithi045.vzhlsu(active, starting, since 0.469082s) 2023-10-11T16:08:15.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.037940+0000 mon.smithi045 (mon.0) 966 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T16:08:15.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.038234+0000 mon.smithi045 (mon.0) 967 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T16:08:15.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.038420+0000 mon.smithi045 (mon.0) 968 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T16:08:15.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.038679+0000 mon.smithi045 (mon.0) 969 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:08:15.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.038960+0000 mon.smithi045 (mon.0) 970 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T16:08:15.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.039205+0000 mon.smithi045 (mon.0) 971 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T16:08:15.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.039531+0000 mon.smithi045 (mon.0) 972 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T16:08:15.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.039799+0000 mon.smithi045 (mon.0) 973 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T16:08:15.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.040047+0000 mon.smithi045 (mon.0) 974 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T16:08:15.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.040296+0000 mon.smithi045 (mon.0) 975 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T16:08:15.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.040527+0000 mon.smithi045 (mon.0) 976 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T16:08:15.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.040795+0000 mon.smithi045 (mon.0) 977 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T16:08:15.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.041087+0000 mon.smithi045 (mon.0) 978 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T16:08:15.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.041372+0000 mon.smithi045 (mon.0) 979 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T16:08:15.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.041643+0000 mon.smithi045 (mon.0) 980 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T16:08:15.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.042172+0000 mon.smithi045 (mon.0) 981 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T16:08:15.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:14.074336+0000 mon.smithi045 (mon.0) 982 : cluster [INF] Manager daemon smithi045.vzhlsu is now available 2023-10-11T16:08:15.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.099652+0000 mon.smithi045 (mon.0) 983 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:15.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.102706+0000 mon.smithi045 (mon.0) 984 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:15.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.127216+0000 mon.smithi045 (mon.0) 985 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:15.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.138465+0000 mon.smithi045 (mon.0) 986 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T16:08:15.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:14.161143+0000 mon.smithi045 (mon.0) 987 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T16:08:15.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:15 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:14.407043+0000 mon.smithi045 (mon.0) 988 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:08:16.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:14.881384+0000 mgr.smithi045.vzhlsu (mgr.15192) 1 : cephadm [INF] [11/Oct/2023:16:08:14] ENGINE Bus STARTING 2023-10-11T16:08:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:14.984174+0000 mgr.smithi045.vzhlsu (mgr.15192) 2 : cephadm [INF] [11/Oct/2023:16:08:14] ENGINE Serving on http://172.21.15.45:8765 2023-10-11T16:08:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:15.043376+0000 mon.smithi045 (mon.0) 989 : cluster [DBG] mgrmap e29: smithi045.vzhlsu(active, since 1.47585s) 2023-10-11T16:08:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:15.055112+0000 mgr.smithi045.vzhlsu (mgr.15192) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:15.103698+0000 mgr.smithi045.vzhlsu (mgr.15192) 4 : cephadm [INF] [11/Oct/2023:16:08:15] ENGINE Serving on https://172.21.15.45:7150 2023-10-11T16:08:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:15.103803+0000 mgr.smithi045.vzhlsu (mgr.15192) 5 : cephadm [INF] [11/Oct/2023:16:08:15] ENGINE Bus STARTED 2023-10-11T16:08:16.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:14.881384+0000 mgr.smithi045.vzhlsu (mgr.15192) 1 : cephadm [INF] [11/Oct/2023:16:08:14] ENGINE Bus STARTING 2023-10-11T16:08:16.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:14.984174+0000 mgr.smithi045.vzhlsu (mgr.15192) 2 : cephadm [INF] [11/Oct/2023:16:08:14] ENGINE Serving on http://172.21.15.45:8765 2023-10-11T16:08:16.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:15.043376+0000 mon.smithi045 (mon.0) 989 : cluster [DBG] mgrmap e29: smithi045.vzhlsu(active, since 1.47585s) 2023-10-11T16:08:16.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:15.055112+0000 mgr.smithi045.vzhlsu (mgr.15192) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:16.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:15.103698+0000 mgr.smithi045.vzhlsu (mgr.15192) 4 : cephadm [INF] [11/Oct/2023:16:08:15] ENGINE Serving on https://172.21.15.45:7150 2023-10-11T16:08:16.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:16 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:15.103803+0000 mgr.smithi045.vzhlsu (mgr.15192) 5 : cephadm [INF] [11/Oct/2023:16:08:15] ENGINE Bus STARTED 2023-10-11T16:08:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:16.038839+0000 mon.smithi045 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-10-11T16:08:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:16.038878+0000 mon.smithi045 (mon.0) 991 : cluster [INF] Cluster is now healthy 2023-10-11T16:08:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:16.041188+0000 mgr.smithi045.vzhlsu (mgr.15192) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:17.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:16.050246+0000 mon.smithi045 (mon.0) 992 : cluster [DBG] mgrmap e30: smithi045.vzhlsu(active, since 2s) 2023-10-11T16:08:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:16.038839+0000 mon.smithi045 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-10-11T16:08:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:16.038878+0000 mon.smithi045 (mon.0) 991 : cluster [INF] Cluster is now healthy 2023-10-11T16:08:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:16.041188+0000 mgr.smithi045.vzhlsu (mgr.15192) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:17.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:16.050246+0000 mon.smithi045 (mon.0) 992 : cluster [DBG] mgrmap e30: smithi045.vzhlsu(active, since 2s) 2023-10-11T16:08:18.016 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:08:18.692 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:17.405550+0000 mon.smithi045 (mon.0) 993 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:18.693 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:17.410195+0000 mon.smithi045 (mon.0) 994 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:18.693 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:17.996906+0000 mgr.smithi045.vzhlsu (mgr.15192) 7 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:18.693 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:18.041531+0000 mgr.smithi045.vzhlsu (mgr.15192) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:18.693 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:18.043905+0000 mon.smithi045 (mon.0) 995 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:18.693 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:18.048456+0000 mon.smithi045 (mon.0) 996 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:18.757 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:08:18.757 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (8m) 0s ago 16m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:08:18.757 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (16m) 0s ago 16m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:08:18.757 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (16m) 1s ago 16m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:08:18.758 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (6m) 0s ago 16m 37.7M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:08:18.758 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (12m) 0s ago 12m 38.6M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:08:18.758 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (12m) 1s ago 12m 15.9M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:08:18.758 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (13s) 0s ago 18m 476M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:08:18.759 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283 running (11m) 1s ago 16m 76.9M - 18.2.0-669-ge62d759a 97519c6bda34 84db9463fd46 2023-10-11T16:08:18.759 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (18m) 0s ago 18m 175M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:08:18.759 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (16m) 1s ago 16m 117M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:08:18.759 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (10m) 0s ago 10m 81.7M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:08:18.759 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (10m) 1s ago 10m 76.8M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:08:18.759 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (4m) 0s ago 16m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:08:18.760 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (17s) 1s ago 15m 3045k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:08:18.760 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (15m) 0s ago 15m 1094M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:08:18.760 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (15m) 0s ago 15m 942M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:08:18.760 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (15m) 0s ago 15m 669M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:08:18.760 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (14m) 0s ago 14m 1052M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:08:18.761 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (14m) 1s ago 14m 993M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:08:18.761 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (14m) 1s ago 14m 1295M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:08:18.761 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (14m) 1s ago 14m 1039M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:08:18.761 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (13m) 1s ago 13m 1595M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:08:18.761 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 error 0s ago 16m - - 2023-10-11T16:08:18.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:17.405550+0000 mon.smithi045 (mon.0) 993 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:17.410195+0000 mon.smithi045 (mon.0) 994 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:17.996906+0000 mgr.smithi045.vzhlsu (mgr.15192) 7 : audit [DBG] from='client.24985 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:18.041531+0000 mgr.smithi045.vzhlsu (mgr.15192) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:18.043905+0000 mon.smithi045 (mon.0) 995 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:18.048456+0000 mon.smithi045 (mon.0) 996 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:19.181 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:08:19.182 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:08:19.182 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:08:19.182 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:08:19.182 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:08:19.183 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:08:19.183 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:08:19.183 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:08:19.183 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:08:19.183 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:08:19.184 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:08:19.184 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:08:19.184 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:08:19.184 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:08:19.184 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2023-10-11T16:08:19.184 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:08:19.185 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:08:19.185 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:08:19.572 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:08:19.572 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:08:19.573 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:08:19.573 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:08:19.573 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:08:19.573 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr" 2023-10-11T16:08:19.573 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:08:19.574 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "2/23 daemons upgraded", 2023-10-11T16:08:19.574 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:08:19.574 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:08:19.574 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:08:19.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:18.383687+0000 mgr.smithi045.vzhlsu (mgr.15192) 9 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:19.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:18.654871+0000 mon.smithi045 (mon.0) 997 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:19.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:18.658944+0000 mon.smithi045 (mon.0) 998 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:19.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:18.734206+0000 mgr.smithi045.vzhlsu (mgr.15192) 10 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:19.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:19.181018+0000 mon.smithi045 (mon.0) 999 : audit [DBG] from='client.? 172.21.15.45:0/2705491574' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:19.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:19.393140+0000 mon.smithi045 (mon.0) 1000 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:19.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:19.397993+0000 mon.smithi045 (mon.0) 1001 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:20.010 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:08:20.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:18.383687+0000 mgr.smithi045.vzhlsu (mgr.15192) 9 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:20.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:18.654871+0000 mon.smithi045 (mon.0) 997 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:20.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:18.658944+0000 mon.smithi045 (mon.0) 998 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:20.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:18.734206+0000 mgr.smithi045.vzhlsu (mgr.15192) 10 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:20.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:19.181018+0000 mon.smithi045 (mon.0) 999 : audit [DBG] from='client.? 172.21.15.45:0/2705491574' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:20.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:19.393140+0000 mon.smithi045 (mon.0) 1000 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:20.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:19.397993+0000 mon.smithi045 (mon.0) 1001 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:20.406 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:19.571227+0000 mgr.smithi045.vzhlsu (mgr.15192) 11 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:20.009059+0000 mon.smithi079 (mon.1) 158 : audit [DBG] from='client.? 172.21.15.45:0/3239795291' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:08:21.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:20.041878+0000 mgr.smithi045.vzhlsu (mgr.15192) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:21.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:19.571227+0000 mgr.smithi045.vzhlsu (mgr.15192) 11 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:21.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:20.009059+0000 mon.smithi079 (mon.1) 158 : audit [DBG] from='client.? 172.21.15.45:0/3239795291' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:08:21.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:20 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:20.041878+0000 mgr.smithi045.vzhlsu (mgr.15192) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:22.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:21.100701+0000 mon.smithi045 (mon.0) 1002 : cluster [DBG] Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:22.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:21.101960+0000 mon.smithi079 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.79:0/205612393' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/crt"}]: dispatch 2023-10-11T16:08:22.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:21.102296+0000 mon.smithi079 (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.79:0/205612393' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T16:08:22.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:21.104397+0000 mon.smithi079 (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.79:0/205612393' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/key"}]: dispatch 2023-10-11T16:08:22.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:21.105425+0000 mon.smithi079 (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.79:0/205612393' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T16:08:22.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:21.100701+0000 mon.smithi045 (mon.0) 1002 : cluster [DBG] Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:22.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:21.101960+0000 mon.smithi079 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.79:0/205612393' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/crt"}]: dispatch 2023-10-11T16:08:22.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:21.102296+0000 mon.smithi079 (mon.1) 160 : audit [DBG] from='mgr.? 172.21.15.79:0/205612393' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T16:08:22.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:21.104397+0000 mon.smithi079 (mon.1) 161 : audit [DBG] from='mgr.? 172.21.15.79:0/205612393' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/key"}]: dispatch 2023-10-11T16:08:22.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:21 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:21.105425+0000 mon.smithi079 (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.79:0/205612393' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T16:08:23.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:21.885409+0000 mon.smithi045 (mon.0) 1003 : cluster [DBG] mgrmap e31: smithi045.vzhlsu(active, since 8s), standbys: smithi079.mdpxci 2023-10-11T16:08:23.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:21.886229+0000 mon.smithi045 (mon.0) 1004 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi079.mdpxci", "id": "smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:23.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:21.888621+0000 mon.smithi045 (mon.0) 1005 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:23.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:21.893392+0000 mon.smithi045 (mon.0) 1006 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:23.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:21.894805+0000 mon.smithi045 (mon.0) 1007 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:23.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:21.895740+0000 mon.smithi045 (mon.0) 1008 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:23.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:21.896969+0000 mgr.smithi045.vzhlsu (mgr.15192) 13 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T16:08:23.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:21.897223+0000 mgr.smithi045.vzhlsu (mgr.15192) 14 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T16:08:23.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:22 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:22.042768+0000 mgr.smithi045.vzhlsu (mgr.15192) 15 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-10-11T16:08:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:21.885409+0000 mon.smithi045 (mon.0) 1003 : cluster [DBG] mgrmap e31: smithi045.vzhlsu(active, since 8s), standbys: smithi079.mdpxci 2023-10-11T16:08:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:21.886229+0000 mon.smithi045 (mon.0) 1004 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi079.mdpxci", "id": "smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:21.888621+0000 mon.smithi045 (mon.0) 1005 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:23.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:21.893392+0000 mon.smithi045 (mon.0) 1006 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:23.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:21.894805+0000 mon.smithi045 (mon.0) 1007 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:23.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:21.895740+0000 mon.smithi045 (mon.0) 1008 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:23.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:21.896969+0000 mgr.smithi045.vzhlsu (mgr.15192) 13 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T16:08:23.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:21.897223+0000 mgr.smithi045.vzhlsu (mgr.15192) 14 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T16:08:23.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:22 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:22.042768+0000 mgr.smithi045.vzhlsu (mgr.15192) 15 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-10-11T16:08:24.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:22.161896+0000 mgr.smithi045.vzhlsu (mgr.15192) 16 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:22.212353+0000 mgr.smithi045.vzhlsu (mgr.15192) 17 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:22.426117+0000 mgr.smithi045.vzhlsu (mgr.15192) 18 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:22.526634+0000 mgr.smithi045.vzhlsu (mgr.15192) 19 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:22.690779+0000 mgr.smithi045.vzhlsu (mgr.15192) 20 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:24.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:22.791255+0000 mgr.smithi045.vzhlsu (mgr.15192) 21 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:24.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:22.959984+0000 mon.smithi045 (mon.0) 1009 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:22.964794+0000 mon.smithi045 (mon.0) 1010 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:23.059881+0000 mon.smithi045 (mon.0) 1011 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:23.064294+0000 mon.smithi045 (mon.0) 1012 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:23.065286+0000 mgr.smithi045.vzhlsu (mgr.15192) 22 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:08:24.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:23.068297+0000 mon.smithi045 (mon.0) 1013 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:23 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:23.075532+0000 mon.smithi045 (mon.0) 1014 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:22.161896+0000 mgr.smithi045.vzhlsu (mgr.15192) 16 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:24.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:22.212353+0000 mgr.smithi045.vzhlsu (mgr.15192) 17 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:22.426117+0000 mgr.smithi045.vzhlsu (mgr.15192) 18 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:22.526634+0000 mgr.smithi045.vzhlsu (mgr.15192) 19 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:22.690779+0000 mgr.smithi045.vzhlsu (mgr.15192) 20 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:22.791255+0000 mgr.smithi045.vzhlsu (mgr.15192) 21 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:24.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:22.959984+0000 mon.smithi045 (mon.0) 1009 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:22.964794+0000 mon.smithi045 (mon.0) 1010 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:23.059881+0000 mon.smithi045 (mon.0) 1011 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:23.064294+0000 mon.smithi045 (mon.0) 1012 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:23.065286+0000 mgr.smithi045.vzhlsu (mgr.15192) 22 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:08:24.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:23.068297+0000 mon.smithi045 (mon.0) 1013 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:24.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:23 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:23.075532+0000 mon.smithi045 (mon.0) 1014 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:25.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:23.205472+0000 mgr.smithi045.vzhlsu (mgr.15192) 23 : cephadm [INF] Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T16:08:25.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:23.463436+0000 mgr.smithi045.vzhlsu (mgr.15192) 24 : cephadm [INF] Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T16:08:25.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:24 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:24.062807+0000 mon.smithi045 (mon.0) 1015 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:08:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:23.205472+0000 mgr.smithi045.vzhlsu (mgr.15192) 23 : cephadm [INF] Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T16:08:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:23.463436+0000 mgr.smithi045.vzhlsu (mgr.15192) 24 : cephadm [INF] Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T16:08:25.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:24 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:24.062807+0000 mon.smithi045 (mon.0) 1015 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:08:25.448 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:26.138 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:25.065990+0000 mgr.smithi045.vzhlsu (mgr.15192) 25 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:26.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:25.853529+0000 mon.smithi045 (mon.0) 1016 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:26.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:25.859509+0000 mon.smithi045 (mon.0) 1017 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:26.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:25.888791+0000 mon.smithi045 (mon.0) 1018 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:08:26.139 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:25.896081+0000 mon.smithi045 (mon.0) 1019 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:26.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:25.065990+0000 mgr.smithi045.vzhlsu (mgr.15192) 25 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:26.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:25.853529+0000 mon.smithi045 (mon.0) 1016 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:26.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:25.859509+0000 mon.smithi045 (mon.0) 1017 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:26.232 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:25.888791+0000 mon.smithi045 (mon.0) 1018 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:08:26.233 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:25.896081+0000 mon.smithi045 (mon.0) 1019 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:27.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:25.889307+0000 mgr.smithi045.vzhlsu (mgr.15192) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:08:27.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:26.865140+0000 mon.smithi045 (mon.0) 1020 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:08:27.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:26.866273+0000 mon.smithi045 (mon.0) 1021 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T16:08:27.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:26 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:26.867232+0000 mon.smithi045 (mon.0) 1022 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:25.889307+0000 mgr.smithi045.vzhlsu (mgr.15192) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:08:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:26.865140+0000 mon.smithi045 (mon.0) 1020 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:08:27.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:26.866273+0000 mon.smithi045 (mon.0) 1021 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T16:08:27.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:26.867232+0000 mon.smithi045 (mon.0) 1022 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:28.126 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:26.864630+0000 mgr.smithi045.vzhlsu (mgr.15192) 27 : cephadm [INF] Upgrade: Updating mgr.smithi079.mdpxci 2023-10-11T16:08:28.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:26.868223+0000 mgr.smithi045.vzhlsu (mgr.15192) 28 : cephadm [INF] Deploying daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T16:08:28.127 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:27 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:27.066542+0000 mgr.smithi045.vzhlsu (mgr.15192) 29 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:26.864630+0000 mgr.smithi045.vzhlsu (mgr.15192) 27 : cephadm [INF] Upgrade: Updating mgr.smithi079.mdpxci 2023-10-11T16:08:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:26.868223+0000 mgr.smithi045.vzhlsu (mgr.15192) 28 : cephadm [INF] Deploying daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T16:08:28.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:27 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:27.066542+0000 mgr.smithi045.vzhlsu (mgr.15192) 29 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:30.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:29.067258+0000 mgr.smithi045.vzhlsu (mgr.15192) 30 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:30.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:29.130376+0000 mon.smithi045 (mon.0) 1023 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:30.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:29.131257+0000 mon.smithi045 (mon.0) 1024 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:30.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:29.165523+0000 mon.smithi045 (mon.0) 1025 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:30.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:29.169735+0000 mon.smithi045 (mon.0) 1026 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:30.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:30 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:29.187802+0000 mon.smithi045 (mon.0) 1027 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:30.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:29.067258+0000 mgr.smithi045.vzhlsu (mgr.15192) 30 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:30.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:29.130376+0000 mon.smithi045 (mon.0) 1023 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:30.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:29.131257+0000 mon.smithi045 (mon.0) 1024 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:30.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:29.165523+0000 mon.smithi045 (mon.0) 1025 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:30.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:29.169735+0000 mon.smithi045 (mon.0) 1026 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:30.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:30 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:29.187802+0000 mon.smithi045 (mon.0) 1027 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:30.485 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:31.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:31 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:31.068225+0000 mgr.smithi045.vzhlsu (mgr.15192) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 278 B/s rd, 278 B/s wr, 0 op/s 2023-10-11T16:08:31.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:31 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:31.068225+0000 mgr.smithi045.vzhlsu (mgr.15192) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 278 B/s rd, 278 B/s wr, 0 op/s 2023-10-11T16:08:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:32.013323+0000 mon.smithi045 (mon.0) 1028 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:32.017613+0000 mon.smithi045 (mon.0) 1029 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:33.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:32.651879+0000 mon.smithi045 (mon.0) 1030 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:33.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:33 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:32.657060+0000 mon.smithi045 (mon.0) 1031 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:32.013323+0000 mon.smithi045 (mon.0) 1028 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:32.017613+0000 mon.smithi045 (mon.0) 1029 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:33.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:32.651879+0000 mon.smithi045 (mon.0) 1030 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:33.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:32.657060+0000 mon.smithi045 (mon.0) 1031 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:34.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:33.068627+0000 mgr.smithi045.vzhlsu (mgr.15192) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:34.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:33.468953+0000 mon.smithi045 (mon.0) 1032 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:34.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:34 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:33.473757+0000 mon.smithi045 (mon.0) 1033 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:34.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:33.068627+0000 mgr.smithi045.vzhlsu (mgr.15192) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:34.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:33.468953+0000 mon.smithi045 (mon.0) 1032 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:34.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:33.473757+0000 mon.smithi045 (mon.0) 1033 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:35.524 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:36.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:35.069337+0000 mgr.smithi045.vzhlsu (mgr.15192) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:36.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.082651+0000 mon.smithi045 (mon.0) 1034 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.088123+0000 mon.smithi045 (mon.0) 1035 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.089054+0000 mon.smithi045 (mon.0) 1036 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:36.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.090042+0000 mon.smithi045 (mon.0) 1037 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:36.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:35.091695+0000 mgr.smithi045.vzhlsu (mgr.15192) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:36.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:35.091950+0000 mgr.smithi045.vzhlsu (mgr.15192) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:36.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.095717+0000 mon.smithi045 (mon.0) 1038 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.102712+0000 mon.smithi045 (mon.0) 1039 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.239159+0000 mon.smithi045 (mon.0) 1040 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:36.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.242188+0000 mon.smithi045 (mon.0) 1041 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:36.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.248035+0000 mon.smithi045 (mon.0) 1042 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.249025+0000 mon.smithi045 (mon.0) 1043 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi045.vzhlsu"}]: dispatch 2023-10-11T16:08:36.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.252490+0000 mon.smithi045 (mon.0) 1044 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi045.vzhlsu"}]': finished 2023-10-11T16:08:36.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.253280+0000 mon.smithi045 (mon.0) 1045 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:36.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.256653+0000 mon.smithi045 (mon.0) 1046 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi079.mdpxci"}]': finished 2023-10-11T16:08:36.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:36 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:35.257969+0000 mon.smithi045 (mon.0) 1047 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-11T16:08:36.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:35.069337+0000 mgr.smithi045.vzhlsu (mgr.15192) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:36.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.082651+0000 mon.smithi045 (mon.0) 1034 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.088123+0000 mon.smithi045 (mon.0) 1035 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.358 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.089054+0000 mon.smithi045 (mon.0) 1036 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:36.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.090042+0000 mon.smithi045 (mon.0) 1037 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:36.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:35.091695+0000 mgr.smithi045.vzhlsu (mgr.15192) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:36.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:35.091950+0000 mgr.smithi045.vzhlsu (mgr.15192) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:36.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.095717+0000 mon.smithi045 (mon.0) 1038 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.359 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.102712+0000 mon.smithi045 (mon.0) 1039 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.239159+0000 mon.smithi045 (mon.0) 1040 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:36.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.242188+0000 mon.smithi045 (mon.0) 1041 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:36.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.248035+0000 mon.smithi045 (mon.0) 1042 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:36.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.249025+0000 mon.smithi045 (mon.0) 1043 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi045.vzhlsu"}]: dispatch 2023-10-11T16:08:36.360 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.252490+0000 mon.smithi045 (mon.0) 1044 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi045.vzhlsu"}]': finished 2023-10-11T16:08:36.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.253280+0000 mon.smithi045 (mon.0) 1045 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:36.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.256653+0000 mon.smithi045 (mon.0) 1046 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi079.mdpxci"}]': finished 2023-10-11T16:08:36.361 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:35.257969+0000 mon.smithi045 (mon.0) 1047 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-11T16:08:37.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:35.243142+0000 mgr.smithi045.vzhlsu (mgr.15192) 36 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-10-11T16:08:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:36.251884+0000 mon.smithi045 (mon.0) 1048 : cluster [DBG] Standby manager daemon smithi079.mdpxci restarted 2023-10-11T16:08:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:36.252126+0000 mon.smithi045 (mon.0) 1049 : cluster [DBG] Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:36.253821+0000 mon.smithi079 (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.79:0/3197862340' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/crt"}]: dispatch 2023-10-11T16:08:37.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:36.254266+0000 mon.smithi079 (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.79:0/3197862340' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T16:08:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:36.257225+0000 mon.smithi079 (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.79:0/3197862340' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/key"}]: dispatch 2023-10-11T16:08:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:36.257560+0000 mon.smithi079 (mon.1) 166 : audit [DBG] from='mgr.? 172.21.15.79:0/3197862340' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T16:08:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:36.379784+0000 mon.smithi045 (mon.0) 1050 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:36.380790+0000 mon.smithi045 (mon.0) 1051 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T16:08:37.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:36.381639+0000 mon.smithi045 (mon.0) 1052 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T16:08:37.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:37 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:36.383404+0000 mon.smithi045 (mon.0) 1053 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:37.515 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cephadm 2023-10-11T16:08:35.243142+0000 mgr.smithi045.vzhlsu (mgr.15192) 36 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-10-11T16:08:37.515 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:36.251884+0000 mon.smithi045 (mon.0) 1048 : cluster [DBG] Standby manager daemon smithi079.mdpxci restarted 2023-10-11T16:08:37.516 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: cluster 2023-10-11T16:08:36.252126+0000 mon.smithi045 (mon.0) 1049 : cluster [DBG] Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:37.516 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:36.253821+0000 mon.smithi079 (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.79:0/3197862340' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/crt"}]: dispatch 2023-10-11T16:08:37.516 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:36.254266+0000 mon.smithi079 (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.79:0/3197862340' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T16:08:37.516 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:36.257225+0000 mon.smithi079 (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.79:0/3197862340' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/key"}]: dispatch 2023-10-11T16:08:37.516 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:36.257560+0000 mon.smithi079 (mon.1) 166 : audit [DBG] from='mgr.? 172.21.15.79:0/3197862340' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T16:08:37.517 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:36.379784+0000 mon.smithi045 (mon.0) 1050 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:37.517 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:36.380790+0000 mon.smithi045 (mon.0) 1051 : audit [INF] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T16:08:37.517 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:36.381639+0000 mon.smithi045 (mon.0) 1052 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T16:08:37.517 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: audit 2023-10-11T16:08:36.383404+0000 mon.smithi045 (mon.0) 1053 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:38.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:08:38.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T16:08:37.933+0000 7f6794982700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -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 2023-10-11T16:08:38.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:37 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045[108338]: debug 2023-10-11T16:08:37.933+0000 7f6794982700 -1 mon.smithi045@0(leader) e2 *** Got Signal Terminated *** 2023-10-11T16:08:38.434 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:38 smithi045 bash[164551]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi045 2023-10-11T16:08:39.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:38 smithi045 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045.service: Succeeded. 2023-10-11T16:08:39.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:38 smithi045 systemd[1]: Stopped Ceph mon.smithi045 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:08:39.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:38 smithi045 systemd[1]: Starting Ceph mon.smithi045 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:08:39.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: set uid:gid to 167:167 (ceph:ceph) 2023-10-11T16:08:39.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable), process ceph-mon, pid 7 2023-10-11T16:08:39.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: pidfile_write: ignore empty --pid-file 2023-10-11T16:08:39.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: load: jerasure load: lrc 2023-10-11T16:08:39.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: RocksDB version: 7.9.2 2023-10-11T16:08:39.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Git sha 0 2023-10-11T16:08:39.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Compile date 2023-10-10 23:03:18 2023-10-11T16:08:39.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: DB SUMMARY 2023-10-11T16:08:39.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: DB Session ID: HONQL04EU9BZ89TLRKJT 2023-10-11T16:08:39.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: CURRENT file: CURRENT 2023-10-11T16:08:39.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: IDENTITY file: IDENTITY 2023-10-11T16:08:39.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1356 Bytes 2023-10-11T16:08:39.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 1, files: 000029.sst 2023-10-11T16:08:39.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 000027.log size: 1302246 ; 2023-10-11T16:08:39.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.error_if_exists: 0 2023-10-11T16:08:39.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.create_if_missing: 0 2023-10-11T16:08:39.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.paranoid_checks: 1 2023-10-11T16:08:39.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-11T16:08:39.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-11T16:08:39.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-11T16:08:39.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.env: 0x557fd3697720 2023-10-11T16:08:39.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.fs: PosixFileSystem 2023-10-11T16:08:39.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.info_log: 0x557fd6c412c0 2023-10-11T16:08:39.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_file_opening_threads: 16 2023-10-11T16:08:39.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.statistics: (nil) 2023-10-11T16:08:39.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.use_fsync: 0 2023-10-11T16:08:39.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_log_file_size: 0 2023-10-11T16:08:39.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T16:08:39.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T16:08:39.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.keep_log_file_num: 1000 2023-10-11T16:08:39.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.recycle_log_file_num: 0 2023-10-11T16:08:39.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.allow_fallocate: 1 2023-10-11T16:08:39.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.allow_mmap_reads: 0 2023-10-11T16:08:39.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.allow_mmap_writes: 0 2023-10-11T16:08:39.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.use_direct_reads: 0 2023-10-11T16:08:39.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T16:08:39.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.create_missing_column_families: 0 2023-10-11T16:08:39.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.db_log_dir: 2023-10-11T16:08:39.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.wal_dir: 2023-10-11T16:08:39.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T16:08:39.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T16:08:39.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T16:08:39.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T16:08:39.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T16:08:39.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T16:08:39.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.advise_random_on_open: 1 2023-10-11T16:08:39.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.db_write_buffer_size: 0 2023-10-11T16:08:39.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.write_buffer_manager: 0x557fd5ed25a0 2023-10-11T16:08:39.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T16:08:39.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T16:08:39.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T16:08:39.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.rate_limiter: (nil) 2023-10-11T16:08:39.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T16:08:39.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.wal_recovery_mode: 2 2023-10-11T16:08:39.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.enable_thread_tracking: 0 2023-10-11T16:08:39.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.enable_pipelined_write: 0 2023-10-11T16:08:39.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.unordered_write: 0 2023-10-11T16:08:39.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T16:08:39.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T16:08:39.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T16:08:39.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T16:08:39.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.row_cache: None 2023-10-11T16:08:39.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.wal_filter: None 2023-10-11T16:08:39.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T16:08:39.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.allow_ingest_behind: 0 2023-10-11T16:08:39.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.two_write_queues: 0 2023-10-11T16:08:39.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.manual_wal_flush: 0 2023-10-11T16:08:39.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.wal_compression: 0 2023-10-11T16:08:39.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.atomic_flush: 0 2023-10-11T16:08:39.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T16:08:39.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T16:08:39.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T16:08:39.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.log_readahead_size: 0 2023-10-11T16:08:39.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-11T16:08:39.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.best_efforts_recovery: 0 2023-10-11T16:08:39.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-11T16:08:39.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-11T16:08:39.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.allow_data_in_errors: 0 2023-10-11T16:08:39.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.db_host_id: __hostname__ 2023-10-11T16:08:39.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-11T16:08:39.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_background_jobs: 2 2023-10-11T16:08:39.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_background_compactions: -1 2023-10-11T16:08:39.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_subcompactions: 1 2023-10-11T16:08:39.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T16:08:39.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T16:08:39.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T16:08:39.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_total_wal_size: 0 2023-10-11T16:08:39.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T16:08:39.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T16:08:39.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T16:08:39.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T16:08:39.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_open_files: -1 2023-10-11T16:08:39.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bytes_per_sync: 0 2023-10-11T16:08:39.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T16:08:39.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T16:08:39.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_readahead_size: 0 2023-10-11T16:08:39.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_background_flushes: -1 2023-10-11T16:08:39.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Compression algorithms supported: 2023-10-11T16:08:39.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T16:08:39.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: kZSTD supported: 0 2023-10-11T16:08:39.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: kXpressCompression supported: 0 2023-10-11T16:08:39.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: kLZ4HCCompression supported: 1 2023-10-11T16:08:39.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: kZlibCompression supported: 1 2023-10-11T16:08:39.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: kSnappyCompression supported: 1 2023-10-11T16:08:39.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: kLZ4Compression supported: 1 2023-10-11T16:08:39.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: kBZip2Compression supported: 0 2023-10-11T16:08:39.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T16:08:39.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-11T16:08:39.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000008 2023-10-11T16:08:39.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-11T16:08:39.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T16:08:39.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.merge_operator: 2023-10-11T16:08:39.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_filter: None 2023-10-11T16:08:39.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_filter_factory: None 2023-10-11T16:08:39.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.sst_partitioner_factory: None 2023-10-11T16:08:39.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T16:08:39.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T16:08:39.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557fd6c413c0) 2023-10-11T16:08:39.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: cache_index_and_filter_blocks: 1 2023-10-11T16:08:39.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T16:08:39.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T16:08:39.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: pin_top_level_index_and_filter: 1 2023-10-11T16:08:39.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: index_type: 0 2023-10-11T16:08:39.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: data_block_index_type: 0 2023-10-11T16:08:39.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: index_shortening: 1 2023-10-11T16:08:39.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-11T16:08:39.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: checksum: 4 2023-10-11T16:08:39.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: no_block_cache: 0 2023-10-11T16:08:39.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache: 0x557fd5f531f0 2023-10-11T16:08:39.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache_name: BinnedLRUCache 2023-10-11T16:08:39.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache_options: 2023-10-11T16:08:39.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: capacity : 536870912 2023-10-11T16:08:39.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: num_shard_bits : 4 2023-10-11T16:08:39.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: strict_capacity_limit : 0 2023-10-11T16:08:39.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: high_pri_pool_ratio: 0.000 2023-10-11T16:08:39.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache_compressed: (nil) 2023-10-11T16:08:39.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: persistent_cache: (nil) 2023-10-11T16:08:39.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_size: 4096 2023-10-11T16:08:39.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_size_deviation: 10 2023-10-11T16:08:39.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_restart_interval: 16 2023-10-11T16:08:39.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: index_block_restart_interval: 1 2023-10-11T16:08:39.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: metadata_block_size: 4096 2023-10-11T16:08:39.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: partition_filters: 0 2023-10-11T16:08:39.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: use_delta_encoding: 1 2023-10-11T16:08:39.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: filter_policy: bloomfilter 2023-10-11T16:08:39.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: whole_key_filtering: 1 2023-10-11T16:08:39.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: verify_compression: 0 2023-10-11T16:08:39.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: read_amp_bytes_per_bit: 0 2023-10-11T16:08:39.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: format_version: 5 2023-10-11T16:08:39.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: enable_index_compression: 1 2023-10-11T16:08:39.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_align: 0 2023-10-11T16:08:39.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: max_auto_readahead_size: 262144 2023-10-11T16:08:39.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: prepopulate_block_cache: 0 2023-10-11T16:08:39.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: initial_auto_readahead_size: 8192 2023-10-11T16:08:39.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: num_file_reads_for_auto_readahead: 2 2023-10-11T16:08:39.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.write_buffer_size: 33554432 2023-10-11T16:08:39.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 bash[164726]: e069bd2f1206ae79ba47132dc54b17bc47dc360b1eefb19fbc893f202e782816 2023-10-11T16:08:39.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_write_buffer_number: 2 2023-10-11T16:08:39.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression: NoCompression 2023-10-11T16:08:39.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression: Disabled 2023-10-11T16:08:39.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.prefix_extractor: nullptr 2023-10-11T16:08:39.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T16:08:39.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.num_levels: 7 2023-10-11T16:08:39.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T16:08:39.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T16:08:39.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T16:08:39.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T16:08:39.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T16:08:39.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T16:08:39.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T16:08:39.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T16:08:39.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-11T16:08:39.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T16:08:39.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-11T16:08:39.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-11T16:08:39.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T16:08:39.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression_opts.level: 32767 2023-10-11T16:08:39.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression_opts.strategy: 0 2023-10-11T16:08:39.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T16:08:39.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T16:08:39.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-11T16:08:39.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-11T16:08:39.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression_opts.enabled: false 2023-10-11T16:08:39.565 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-11T16:08:39.566 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T16:08:39.566 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T16:08:39.566 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T16:08:39.566 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.target_file_size_base: 67108864 2023-10-11T16:08:39.567 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T16:08:39.567 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T16:08:39.567 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T16:08:39.567 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T16:08:39.567 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T16:08:39.568 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T16:08:39.568 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T16:08:39.568 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T16:08:39.569 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T16:08:39.569 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T16:08:39.569 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T16:08:39.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T16:08:39.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T16:08:39.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-11T16:08:39.571 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.arena_block_size: 1048576 2023-10-11T16:08:39.571 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T16:08:39.571 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T16:08:39.572 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.disable_auto_compactions: 0 2023-10-11T16:08:39.572 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T16:08:39.573 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T16:08:39.573 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T16:08:39.573 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T16:08:39.573 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T16:08:39.574 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T16:08:39.574 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T16:08:39.575 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T16:08:39.575 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T16:08:39.575 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T16:08:39.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.table_properties_collectors: 2023-10-11T16:08:39.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.inplace_update_support: 0 2023-10-11T16:08:39.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T16:08:39.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T16:08:39.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T16:08:39.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T16:08:39.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.bloom_locality: 0 2023-10-11T16:08:39.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.max_successive_merges: 0 2023-10-11T16:08:39.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T16:08:39.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.paranoid_file_checks: 0 2023-10-11T16:08:39.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.force_consistency_checks: 1 2023-10-11T16:08:39.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.report_bg_io_stats: 0 2023-10-11T16:08:39.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.ttl: 2592000 2023-10-11T16:08:39.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T16:08:39.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-11T16:08:39.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-11T16:08:39.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.enable_blob_files: false 2023-10-11T16:08:39.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.min_blob_size: 0 2023-10-11T16:08:39.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.blob_file_size: 268435456 2023-10-11T16:08:39.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-11T16:08:39.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-11T16:08:39.580 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-11T16:08:39.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-11T16:08:39.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-11T16:08:39.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.blob_file_starting_level: 0 2023-10-11T16:08:39.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-11T16:08:39.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 29.sst 2023-10-11T16:08:39.581 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 31, last_sequence is 16557, log_number is 27,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-11T16:08:39.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 27 2023-10-11T16:08:39.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ada9b60b-c603-46f4-a220-b9d8b2f68a28 2023-10-11T16:08:39.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697040519230164, "job": 1, "event": "recovery_started", "wal_files": [27]} 2023-10-11T16:08:39.582 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #27 mode 2 2023-10-11T16:08:39.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 systemd[1]: Started Ceph mon.smithi045 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:08:39.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697040519236945, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 32, "file_size": 1245345, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 16549, "largest_seqno": 16852, "table_properties": {"data_size": 1242706, "index_size": 1307, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 3015, "raw_average_key_size": 24, "raw_value_size": 1239183, "raw_average_value_size": 10074, "num_data_blocks": 58, "num_entries": 123, "num_filter_entries": 123, "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": 1697040519, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ada9b60b-c603-46f4-a220-b9d8b2f68a28", "db_session_id": "HONQL04EU9BZ89TLRKJT", "orig_file_number": 32, "seqno_to_time_mapping": "N/A"}} 2023-10-11T16:08:39.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697040519237051, "job": 1, "event": "recovery_finished"} 2023-10-11T16:08:39.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/version_set.cc:5047] Creating manifest 34 2023-10-11T16:08:39.583 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi045/store.db/000027.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-11T16:08:39.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557fd5ff0000 2023-10-11T16:08:39.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: DB pointer 0x557fd5fdc000 2023-10-11T16:08:39.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-11T16:08:39.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-11T16:08:39.584 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** DB Stats ** 2023-10-11T16:08:39.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T16:08:39.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-11T16:08:39.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T16:08:39.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T16:08:39.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-11T16:08:39.585 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T16:08:39.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T16:08:39.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2023-10-11T16:08:39.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** Compaction Stats [default] ** 2023-10-11T16:08:39.586 INFO:journalctl@ceph.mon.smithi045.smithi045.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) 2023-10-11T16:08:39.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-11T16:08:39.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: L0 1/0 1.19 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 256.0 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-10-11T16:08:39.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: L6 1/0 34.76 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 2023-10-11T16:08:39.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Sum 2/0 35.94 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 256.0 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-10-11T16:08:39.587 INFO:journalctl@ceph.mon.smithi045.smithi045.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 256.0 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-10-11T16:08:39.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2023-10-11T16:08:39.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** Compaction Stats [default] ** 2023-10-11T16:08:39.588 INFO:journalctl@ceph.mon.smithi045.smithi045.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) 2023-10-11T16:08:39.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T16:08:39.588 INFO:journalctl@ceph.mon.smithi045.smithi045.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 256.0 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-10-11T16:08:39.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2023-10-11T16:08:39.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-11T16:08:39.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2023-10-11T16:08:39.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T16:08:39.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Flush(GB): cumulative 0.001, interval 0.001 2023-10-11T16:08:39.589 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T16:08:39.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T16:08:39.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T16:08:39.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-11T16:08:39.590 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative compaction: 0.00 GB write, 123.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T16:08:39.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval compaction: 0.00 GB write, 123.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T16:08:39.591 INFO:journalctl@ceph.mon.smithi045.smithi045.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 2023-10-11T16:08:39.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Block cache BinnedLRUCache@0x557fd5f531f0#7 capacity: 512.00 MB usage: 1.83 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-10-11T16:08:39.591 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.38 KB,7.15256e-05%) IndexBlock(1,1.45 KB,0.000277162%) Misc(1,0.00 KB,0%) 2023-10-11T16:08:39.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2023-10-11T16:08:39.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-11T16:08:39.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: starting mon.smithi045 rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi045 fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T16:08:39.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: mon.smithi045@-1(???) e2 preinit fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T16:08:39.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: mon.smithi045@-1(???).mds e8 new map 2023-10-11T16:08:39.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: mon.smithi045@-1(???).mds e8 print_map 2023-10-11T16:08:39.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: e8 2023-10-11T16:08:39.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-11T16:08:39.593 INFO:journalctl@ceph.mon.smithi045.smithi045.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} 2023-10-11T16:08:39.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: legacy client fscid: 1 2023-10-11T16:08:39.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2023-10-11T16:08:39.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Filesystem 'foofs' (1) 2023-10-11T16:08:39.594 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: fs_name foofs 2023-10-11T16:08:39.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: epoch 5 2023-10-11T16:08:39.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-10-11T16:08:39.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: created 2023-10-11T15:55:17.659357+0000 2023-10-11T16:08:39.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: modified 2023-10-11T15:55:21.694031+0000 2023-10-11T16:08:39.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: tableserver 0 2023-10-11T16:08:39.595 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: root 0 2023-10-11T16:08:39.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: session_timeout 60 2023-10-11T16:08:39.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: session_autoclose 300 2023-10-11T16:08:39.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: max_file_size 1099511627776 2023-10-11T16:08:39.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: required_client_features {} 2023-10-11T16:08:39.596 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: last_failure 0 2023-10-11T16:08:39.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: last_failure_osd_epoch 0 2023-10-11T16:08:39.597 INFO:journalctl@ceph.mon.smithi045.smithi045.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} 2023-10-11T16:08:39.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: max_mds 1 2023-10-11T16:08:39.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: in 0 2023-10-11T16:08:39.597 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: up {0=14496} 2023-10-11T16:08:39.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: failed 2023-10-11T16:08:39.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: damaged 2023-10-11T16:08:39.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: stopped 2023-10-11T16:08:39.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: data_pools [3] 2023-10-11T16:08:39.598 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: metadata_pool 2 2023-10-11T16:08:39.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: inline_data disabled 2023-10-11T16:08:39.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: balancer 2023-10-11T16:08:39.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: bal_rank_mask -1 2023-10-11T16:08:39.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: standby_count_wanted 1 2023-10-11T16:08:39.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: [mds.foofs.smithi045.iyzjhc{0:14496} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526] compat {c=[1],r=[1],i=[7ff]}] 2023-10-11T16:08:39.599 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2023-10-11T16:08:39.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2023-10-11T16:08:39.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Standby daemons: 2023-10-11T16:08:39.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2023-10-11T16:08:39.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: [mds.foofs.smithi079.thsczk{-1:24365} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] compat {c=[1],r=[1],i=[7ff]}] 2023-10-11T16:08:39.600 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: mon.smithi045@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2023-10-11T16:08:39.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: mon.smithi045@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2023-10-11T16:08:39.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: mon.smithi045@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2023-10-11T16:08:39.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: mon.smithi045@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2023-10-11T16:08:39.601 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:39 smithi045 ceph-mon[164763]: mon.smithi045@-1(???).paxosservice(auth 1..44) refresh upgraded, format 0 -> 3 2023-10-11T16:08:39.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:37.942691+0000 mon.smithi079 (mon.1) 167 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T16:08:39.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:37.942998+0000 mon.smithi079 (mon.1) 168 : audit [DBG] from='mgr.15192 172.21.15.45:0/2226904711' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T16:08:39.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.092928+0000 mgr.smithi045.vzhlsu (mgr.15192) 40 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:08:39.822 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.450061+0000 mon.smithi045 (mon.0) 1 : cluster [INF] mon.smithi045 calling monitor election 2023-10-11T16:08:39.823 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.464276+0000 mon.smithi045 (mon.0) 2 : cluster [INF] mon.smithi045 is new leader, mons smithi045,smithi079 in quorum (ranks 0,1) 2023-10-11T16:08:39.823 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.468570+0000 mon.smithi045 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} 2023-10-11T16:08:39.823 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.469180+0000 mon.smithi045 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T16:08:39.823 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.469228+0000 mon.smithi045 (mon.0) 5 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-10-11T16:08:39.823 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.470385+0000 mon.smithi045 (mon.0) 6 : cluster [DBG] mgrmap e32: smithi045.vzhlsu(active, since 25s), standbys: smithi079.mdpxci 2023-10-11T16:08:39.824 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.479517+0000 mon.smithi045 (mon.0) 7 : cluster [DBG] mgrmap e33: smithi045.vzhlsu(active, since 25s), standbys: smithi079.mdpxci 2023-10-11T16:08:39.824 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.479575+0000 mon.smithi045 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:08:39.825 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.479613+0000 mon.smithi045 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:08:39.825 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:39.479631+0000 mon.smithi045 (mon.0) 10 : cluster [WRN] daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:08:39.825 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:39.479735+0000 mon.smithi045 (mon.0) 11 : audit [INF] from='mgr.15192 ' entity='' 2023-10-11T16:08:40.566 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:41.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:40.481622+0000 mon.smithi045 (mon.0) 12 : cluster [DBG] mgrmap e34: smithi045.vzhlsu(active, since 26s), standbys: smithi079.mdpxci 2023-10-11T16:08:45.608 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:46.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:46.175364+0000 mon.smithi045 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi079.mdpxci restarted 2023-10-11T16:08:46.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:46.175463+0000 mon.smithi045 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:46.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:46.177615+0000 mon.smithi079 (mon.1) 169 : audit [DBG] from='mgr.? 172.21.15.79:0/3711462492' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/crt"}]: dispatch 2023-10-11T16:08:46.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:46.178016+0000 mon.smithi079 (mon.1) 170 : audit [DBG] from='mgr.? 172.21.15.79:0/3711462492' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T16:08:46.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:46.179608+0000 mon.smithi079 (mon.1) 171 : audit [DBG] from='mgr.? 172.21.15.79:0/3711462492' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.mdpxci/key"}]: dispatch 2023-10-11T16:08:46.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:46 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:46.180490+0000 mon.smithi079 (mon.1) 172 : audit [DBG] from='mgr.? 172.21.15.79:0/3711462492' entity='mgr.smithi079.mdpxci' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T16:08:47.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T16:08:47.192+0000 7f1d82546700 -1 mon.smithi079@1(peon).osd e72 update_from_paxos full map CRC mismatch, resetting to canonical 2023-10-11T16:08:47.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:46.230924+0000 mon.smithi045 (mon.0) 15 : cluster [DBG] mgrmap e35: smithi045.vzhlsu(active, since 32s), standbys: smithi079.mdpxci 2023-10-11T16:08:47.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:47.189976+0000 mon.smithi045 (mon.0) 16 : cluster [INF] Active manager daemon smithi045.vzhlsu restarted 2023-10-11T16:08:47.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:47.190318+0000 mon.smithi045 (mon.0) 17 : cluster [INF] Activating manager daemon smithi045.vzhlsu 2023-10-11T16:08:47.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:47.195217+0000 mon.smithi045 (mon.0) 18 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-10-11T16:08:47.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:47.195485+0000 mon.smithi045 (mon.0) 19 : cluster [DBG] mgrmap e36: smithi045.vzhlsu(active, starting, since 0.00525952s), standbys: smithi079.mdpxci 2023-10-11T16:08:47.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.208745+0000 mon.smithi045 (mon.0) 20 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T16:08:47.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.208991+0000 mon.smithi045 (mon.0) 21 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T16:08:47.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.209242+0000 mon.smithi045 (mon.0) 22 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T16:08:47.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.209528+0000 mon.smithi045 (mon.0) 23 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:08:47.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.210460+0000 mon.smithi045 (mon.0) 24 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T16:08:47.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.210657+0000 mon.smithi045 (mon.0) 25 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi079.mdpxci", "id": "smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:47.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.210863+0000 mon.smithi045 (mon.0) 26 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T16:08:47.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.211133+0000 mon.smithi045 (mon.0) 27 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T16:08:47.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.211433+0000 mon.smithi045 (mon.0) 28 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T16:08:47.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.211720+0000 mon.smithi045 (mon.0) 29 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T16:08:47.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.212013+0000 mon.smithi045 (mon.0) 30 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T16:08:47.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.212218+0000 mon.smithi045 (mon.0) 31 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T16:08:47.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.212419+0000 mon.smithi045 (mon.0) 32 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T16:08:47.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.212881+0000 mon.smithi045 (mon.0) 33 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T16:08:47.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.213231+0000 mon.smithi045 (mon.0) 34 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T16:08:47.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.213549+0000 mon.smithi045 (mon.0) 35 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T16:08:47.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.214122+0000 mon.smithi045 (mon.0) 36 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T16:08:47.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:47.234698+0000 mon.smithi045 (mon.0) 37 : cluster [INF] Manager daemon smithi045.vzhlsu is now available 2023-10-11T16:08:48.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:47.197765+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e72 with expected crc 2023-10-11T16:08:48.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:47.207383+0000 osd.6 (osd.6) 4 : cluster [WRN] failed to encode map e72 with expected crc 2023-10-11T16:08:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:47.207452+0000 osd.5 (osd.5) 3 : cluster [WRN] failed to encode map e72 with expected crc 2023-10-11T16:08:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.262855+0000 mon.smithi045 (mon.0) 38 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.265306+0000 mon.smithi045 (mon.0) 39 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:47.270403+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e72 with expected crc 2023-10-11T16:08:48.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.289888+0000 mon.smithi045 (mon.0) 40 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:48.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.300387+0000 mon.smithi045 (mon.0) 41 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T16:08:48.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:47.325995+0000 mon.smithi045 (mon.0) 42 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T16:08:48.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:48.200987+0000 mon.smithi045 (mon.0) 43 : cluster [DBG] mgrmap e37: smithi045.vzhlsu(active, since 1.01076s), standbys: smithi079.mdpxci 2023-10-11T16:08:49.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:47.932174+0000 mgr.smithi045.vzhlsu (mgr.25017) 1 : cephadm [INF] [11/Oct/2023:16:08:47] ENGINE Bus STARTING 2023-10-11T16:08:49.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:48.034296+0000 mgr.smithi045.vzhlsu (mgr.25017) 2 : cephadm [INF] [11/Oct/2023:16:08:48] ENGINE Serving on http://172.21.15.45:8765 2023-10-11T16:08:49.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:48.154587+0000 mgr.smithi045.vzhlsu (mgr.25017) 3 : cephadm [INF] [11/Oct/2023:16:08:48] ENGINE Serving on https://172.21.15.45:7150 2023-10-11T16:08:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:48.154818+0000 mgr.smithi045.vzhlsu (mgr.25017) 4 : cephadm [INF] [11/Oct/2023:16:08:48] ENGINE Bus STARTED 2023-10-11T16:08:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:48.209923+0000 mgr.smithi045.vzhlsu (mgr.25017) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:49.196182+0000 mon.smithi045 (mon.0) 44 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-10-11T16:08:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:49 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:49.196209+0000 mon.smithi045 (mon.0) 45 : cluster [INF] Cluster is now healthy 2023-10-11T16:08:50.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:49.212152+0000 mgr.smithi045.vzhlsu (mgr.25017) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:50.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:50 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:50.205776+0000 mon.smithi045 (mon.0) 46 : cluster [DBG] mgrmap e38: smithi045.vzhlsu(active, since 3s), standbys: smithi079.mdpxci 2023-10-11T16:08:50.418 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:08:50.663 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:51.214 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:08:51.215 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (9m) 17s ago 17m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:08:51.215 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (17m) 17s ago 17m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:08:51.215 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (16m) 0s ago 16m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:08:51.215 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (7m) 17s ago 17m 37.7M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:08:51.216 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (13m) 17s ago 13m 38.9M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:08:51.216 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (13m) 0s ago 13m 16.4M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:08:51.216 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (46s) 17s ago 18m 496M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:08:51.216 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (22s) 0s ago 16m 447M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:08:51.216 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (18m) 17s ago 18m 180M 2048M 16.2.5 6933c2a0b7dd 4dad9d434a9e 2023-10-11T16:08:51.217 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (16m) 0s ago 16m 125M 2048M 16.2.5 6933c2a0b7dd cb85e1019d15 2023-10-11T16:08:51.217 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (11m) 17s ago 11m 81.9M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:08:51.217 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (11m) 0s ago 11m 77.1M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:08:51.217 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (4m) 17s ago 16m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:08:51.217 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (49s) 0s ago 16m 3045k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:08:51.218 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (16m) 17s ago 16m 1094M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:08:51.218 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (15m) 17s ago 15m 943M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:08:51.218 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (15m) 17s ago 15m 670M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:08:51.218 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (15m) 17s ago 15m 1053M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:08:51.218 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (15m) 0s ago 15m 995M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:08:51.219 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (14m) 0s ago 14m 1298M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:08:51.219 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (14m) 0s ago 14m 1041M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:08:51.219 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (14m) 0s ago 14m 1598M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:08:51.219 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 unknown 17s ago 16m - - 2023-10-11T16:08:51.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:50.296300+0000 mon.smithi045 (mon.0) 47 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:51.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:50.301138+0000 mon.smithi045 (mon.0) 48 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:51.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:50.403161+0000 mgr.smithi045.vzhlsu (mgr.25017) 7 : audit [DBG] from='client.34126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:50.936193+0000 mon.smithi045 (mon.0) 49 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:51 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:50.941340+0000 mon.smithi045 (mon.0) 50 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:51.667 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:08:51.667 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:08:51.667 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:08:51.667 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:08:51.668 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:08:51.668 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:08:51.668 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:08:51.668 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:08:51.668 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:08:51.669 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:08:51.669 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:08:51.669 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:08:51.669 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:08:51.669 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:08:51.670 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:08:51.670 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11, 2023-10-11T16:08:51.670 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 3 2023-10-11T16:08:51.670 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:08:51.670 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:08:52.039 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:08:52.039 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:08:52.040 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:08:52.040 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:08:52.040 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:08:52.040 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr" 2023-10-11T16:08:52.040 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:08:52.041 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "3/23 daemons upgraded", 2023-10-11T16:08:52.041 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:08:52.041 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:08:52.041 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:08:52.486 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:08:52.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:50.790858+0000 mgr.smithi045.vzhlsu (mgr.25017) 8 : audit [DBG] from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:52.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:51.201703+0000 mgr.smithi045.vzhlsu (mgr.25017) 9 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:52.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:51.212531+0000 mgr.smithi045.vzhlsu (mgr.25017) 10 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:52.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:51.666227+0000 mon.smithi045 (mon.0) 51 : audit [DBG] from='client.? 172.21.15.45:0/1305890399' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:52.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:51.989747+0000 mon.smithi045 (mon.0) 52 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:52.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:52 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:51.994727+0000 mon.smithi045 (mon.0) 53 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:53.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:52.038306+0000 mgr.smithi045.vzhlsu (mgr.25017) 11 : audit [DBG] from='client.25059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:53.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:52.486186+0000 mon.smithi045 (mon.0) 54 : audit [DBG] from='client.? 172.21.15.45:0/1718934373' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:08:53.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:52.728381+0000 mon.smithi045 (mon.0) 55 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:53.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:52.733019+0000 mon.smithi045 (mon.0) 56 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:53.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:53.118312+0000 mon.smithi045 (mon.0) 57 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:53.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:53.123159+0000 mon.smithi045 (mon.0) 58 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:53.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:53.124672+0000 mon.smithi045 (mon.0) 59 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:53.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:53.125590+0000 mon.smithi045 (mon.0) 60 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:54.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:53.126892+0000 mgr.smithi045.vzhlsu (mgr.25017) 12 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T16:08:54.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:53.127187+0000 mgr.smithi045.vzhlsu (mgr.25017) 13 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T16:08:54.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:53.213139+0000 mgr.smithi045.vzhlsu (mgr.25017) 14 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:54.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:53.391976+0000 mgr.smithi045.vzhlsu (mgr.25017) 15 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:54.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:53.441344+0000 mgr.smithi045.vzhlsu (mgr.25017) 16 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:54.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:54.189607+0000 mon.smithi045 (mon.0) 61 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:54.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:54.195632+0000 mon.smithi045 (mon.0) 62 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:55.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:53.656066+0000 mgr.smithi045.vzhlsu (mgr.25017) 17 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:55.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:53.756219+0000 mgr.smithi045.vzhlsu (mgr.25017) 18 : cephadm [INF] Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:55.431 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:53.920230+0000 mgr.smithi045.vzhlsu (mgr.25017) 19 : cephadm [INF] Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:55.432 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:54.071209+0000 mgr.smithi045.vzhlsu (mgr.25017) 20 : cephadm [INF] Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:55.432 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:54.390609+0000 mon.smithi045 (mon.0) 63 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:55.432 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:54.395822+0000 mon.smithi045 (mon.0) 64 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:55.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:54.397053+0000 mgr.smithi045.vzhlsu (mgr.25017) 21 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 331 B/s rd, 165 B/s wr, 0 op/s 2023-10-11T16:08:55.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:54.399953+0000 mon.smithi045 (mon.0) 65 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:55.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:54.407832+0000 mon.smithi045 (mon.0) 66 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:55.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:54.544489+0000 mon.smithi045 (mon.0) 67 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:55.433 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:54.547421+0000 mon.smithi045 (mon.0) 68 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:55.434 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:54.548749+0000 mon.smithi045 (mon.0) 69 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-11T16:08:55.699 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:08:56.474 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cluster 2023-10-11T16:08:55.394175+0000 mon.smithi045 (mon.0) 70 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:08:56.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:55.515640+0000 mgr.smithi045.vzhlsu (mgr.25017) 22 : cephadm [INF] Upgrade: Updating mon.smithi079 2023-10-11T16:08:56.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:55.519918+0000 mon.smithi045 (mon.0) 71 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:56.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:55.520926+0000 mon.smithi045 (mon.0) 72 : audit [INF] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T16:08:56.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:55.521804+0000 mon.smithi045 (mon.0) 73 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T16:08:56.475 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: audit 2023-10-11T16:08:55.522627+0000 mon.smithi045 (mon.0) 74 : audit [DBG] from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:56.476 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: cephadm 2023-10-11T16:08:55.523886+0000 mgr.smithi045.vzhlsu (mgr.25017) 23 : cephadm [INF] Deploying daemon mon.smithi079 on smithi079 2023-10-11T16:08:56.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:08:56.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T16:08:56.692+0000 7f1d88d53700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi079 -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 2023-10-11T16:08:56.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079[112115]: debug 2023-10-11T16:08:56.692+0000 7f1d88d53700 -1 mon.smithi079@1(peon) e2 *** Got Signal Terminated *** 2023-10-11T16:08:57.313 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:56 smithi079 bash[140660]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon.smithi079 2023-10-11T16:08:57.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi079.service: Succeeded. 2023-10-11T16:08:57.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 systemd[1]: Stopped Ceph mon.smithi079 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:08:57.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 systemd[1]: Starting Ceph mon.smithi079 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:08:58.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: set uid:gid to 167:167 (ceph:ceph) 2023-10-11T16:08:58.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable), process ceph-mon, pid 7 2023-10-11T16:08:58.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: pidfile_write: ignore empty --pid-file 2023-10-11T16:08:58.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: load: jerasure load: lrc 2023-10-11T16:08:58.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: RocksDB version: 7.9.2 2023-10-11T16:08:58.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Git sha 0 2023-10-11T16:08:58.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Compile date 2023-10-10 23:03:18 2023-10-11T16:08:58.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: DB SUMMARY 2023-10-11T16:08:58.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: DB Session ID: D37Z9CV51MSFAAEV3RIB 2023-10-11T16:08:58.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: CURRENT file: CURRENT 2023-10-11T16:08:58.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: IDENTITY file: IDENTITY 2023-10-11T16:08:58.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: MANIFEST file: MANIFEST-000005 size: 1475 Bytes 2023-10-11T16:08:58.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi079/store.db dir, Total Num: 1, files: 000029.sst 2023-10-11T16:08:58.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi079/store.db: 000027.log size: 434265 ; 2023-10-11T16:08:58.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.error_if_exists: 0 2023-10-11T16:08:58.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.create_if_missing: 0 2023-10-11T16:08:58.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.paranoid_checks: 1 2023-10-11T16:08:58.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-11T16:08:58.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-11T16:08:58.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-11T16:08:58.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.env: 0x5571f7263720 2023-10-11T16:08:58.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.fs: PosixFileSystem 2023-10-11T16:08:58.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.info_log: 0x5571f8db12c0 2023-10-11T16:08:58.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_file_opening_threads: 16 2023-10-11T16:08:58.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.statistics: (nil) 2023-10-11T16:08:58.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.use_fsync: 0 2023-10-11T16:08:58.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_log_file_size: 0 2023-10-11T16:08:58.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T16:08:58.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T16:08:58.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.keep_log_file_num: 1000 2023-10-11T16:08:58.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.recycle_log_file_num: 0 2023-10-11T16:08:58.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.allow_fallocate: 1 2023-10-11T16:08:58.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.allow_mmap_reads: 0 2023-10-11T16:08:58.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.allow_mmap_writes: 0 2023-10-11T16:08:58.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.use_direct_reads: 0 2023-10-11T16:08:58.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T16:08:58.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.create_missing_column_families: 0 2023-10-11T16:08:58.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.db_log_dir: 2023-10-11T16:08:58.142 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.wal_dir: 2023-10-11T16:08:58.143 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T16:08:58.143 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T16:08:58.143 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T16:08:58.144 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T16:08:58.144 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T16:08:58.144 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T16:08:58.144 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.advise_random_on_open: 1 2023-10-11T16:08:58.144 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.db_write_buffer_size: 0 2023-10-11T16:08:58.145 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.write_buffer_manager: 0x5571f80425a0 2023-10-11T16:08:58.145 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T16:08:58.145 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T16:08:58.145 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T16:08:58.145 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.rate_limiter: (nil) 2023-10-11T16:08:58.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T16:08:58.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.wal_recovery_mode: 2 2023-10-11T16:08:58.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.enable_thread_tracking: 0 2023-10-11T16:08:58.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.enable_pipelined_write: 0 2023-10-11T16:08:58.146 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.unordered_write: 0 2023-10-11T16:08:58.147 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T16:08:58.147 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T16:08:58.147 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T16:08:58.147 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T16:08:58.147 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.row_cache: None 2023-10-11T16:08:58.148 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.wal_filter: None 2023-10-11T16:08:58.148 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T16:08:58.148 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.allow_ingest_behind: 0 2023-10-11T16:08:58.148 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.two_write_queues: 0 2023-10-11T16:08:58.149 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.manual_wal_flush: 0 2023-10-11T16:08:58.149 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.wal_compression: 0 2023-10-11T16:08:58.149 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.atomic_flush: 0 2023-10-11T16:08:58.149 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T16:08:58.149 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T16:08:58.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T16:08:58.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.log_readahead_size: 0 2023-10-11T16:08:58.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-11T16:08:58.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.best_efforts_recovery: 0 2023-10-11T16:08:58.150 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-11T16:08:58.151 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-11T16:08:58.151 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.allow_data_in_errors: 0 2023-10-11T16:08:58.151 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.db_host_id: __hostname__ 2023-10-11T16:08:58.151 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-11T16:08:58.151 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_background_jobs: 2 2023-10-11T16:08:58.152 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_background_compactions: -1 2023-10-11T16:08:58.152 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_subcompactions: 1 2023-10-11T16:08:58.152 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T16:08:58.152 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T16:08:58.152 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T16:08:58.152 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_total_wal_size: 0 2023-10-11T16:08:58.153 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T16:08:58.153 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T16:08:58.153 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T16:08:58.153 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T16:08:58.153 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_open_files: -1 2023-10-11T16:08:58.154 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bytes_per_sync: 0 2023-10-11T16:08:58.154 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T16:08:58.154 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T16:08:58.154 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_readahead_size: 0 2023-10-11T16:08:58.155 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_background_flushes: -1 2023-10-11T16:08:58.155 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Compression algorithms supported: 2023-10-11T16:08:58.155 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T16:08:58.155 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: kZSTD supported: 0 2023-10-11T16:08:58.155 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: kXpressCompression supported: 0 2023-10-11T16:08:58.156 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: kLZ4HCCompression supported: 1 2023-10-11T16:08:58.156 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: kZlibCompression supported: 1 2023-10-11T16:08:58.156 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: kSnappyCompression supported: 1 2023-10-11T16:08:58.156 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: kLZ4Compression supported: 1 2023-10-11T16:08:58.156 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: kBZip2Compression supported: 0 2023-10-11T16:08:58.157 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T16:08:58.157 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-11T16:08:58.157 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000005 2023-10-11T16:08:58.157 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-11T16:08:58.157 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T16:08:58.157 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.merge_operator: 2023-10-11T16:08:58.158 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_filter: None 2023-10-11T16:08:58.158 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_filter_factory: None 2023-10-11T16:08:58.158 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.sst_partitioner_factory: None 2023-10-11T16:08:58.158 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T16:08:58.158 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T16:08:58.159 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5571f8db13c0) 2023-10-11T16:08:58.159 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: cache_index_and_filter_blocks: 1 2023-10-11T16:08:58.159 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T16:08:58.159 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T16:08:58.159 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: pin_top_level_index_and_filter: 1 2023-10-11T16:08:58.160 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: index_type: 0 2023-10-11T16:08:58.160 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: data_block_index_type: 0 2023-10-11T16:08:58.160 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: index_shortening: 1 2023-10-11T16:08:58.160 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-11T16:08:58.160 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: checksum: 4 2023-10-11T16:08:58.161 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: no_block_cache: 0 2023-10-11T16:08:58.161 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_cache: 0x5571f80c31f0 2023-10-11T16:08:58.161 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_cache_name: BinnedLRUCache 2023-10-11T16:08:58.161 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_cache_options: 2023-10-11T16:08:58.161 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: capacity : 536870912 2023-10-11T16:08:58.162 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: num_shard_bits : 4 2023-10-11T16:08:58.162 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: strict_capacity_limit : 0 2023-10-11T16:08:58.162 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: high_pri_pool_ratio: 0.000 2023-10-11T16:08:58.162 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_cache_compressed: (nil) 2023-10-11T16:08:58.162 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: persistent_cache: (nil) 2023-10-11T16:08:58.163 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_size: 4096 2023-10-11T16:08:58.163 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_size_deviation: 10 2023-10-11T16:08:58.163 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_restart_interval: 16 2023-10-11T16:08:58.163 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: index_block_restart_interval: 1 2023-10-11T16:08:58.163 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: metadata_block_size: 4096 2023-10-11T16:08:58.164 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: partition_filters: 0 2023-10-11T16:08:58.164 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: use_delta_encoding: 1 2023-10-11T16:08:58.164 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: filter_policy: bloomfilter 2023-10-11T16:08:58.164 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: whole_key_filtering: 1 2023-10-11T16:08:58.164 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: verify_compression: 0 2023-10-11T16:08:58.164 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: read_amp_bytes_per_bit: 0 2023-10-11T16:08:58.165 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: format_version: 5 2023-10-11T16:08:58.165 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: enable_index_compression: 1 2023-10-11T16:08:58.165 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: block_align: 0 2023-10-11T16:08:58.165 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: max_auto_readahead_size: 262144 2023-10-11T16:08:58.165 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: prepopulate_block_cache: 0 2023-10-11T16:08:58.166 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: initial_auto_readahead_size: 8192 2023-10-11T16:08:58.166 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: num_file_reads_for_auto_readahead: 2 2023-10-11T16:08:58.166 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.write_buffer_size: 33554432 2023-10-11T16:08:58.166 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_write_buffer_number: 2 2023-10-11T16:08:58.166 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression: NoCompression 2023-10-11T16:08:58.167 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression: Disabled 2023-10-11T16:08:58.167 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.prefix_extractor: nullptr 2023-10-11T16:08:58.167 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T16:08:58.167 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.num_levels: 7 2023-10-11T16:08:58.167 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T16:08:58.168 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T16:08:58.168 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T16:08:58.168 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T16:08:58.168 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T16:08:58.168 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T16:08:58.169 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T16:08:58.169 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T16:08:58.169 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-11T16:08:58.169 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T16:08:58.169 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 bash[140825]: 70cd03d7ade2d2976963fcb682a3e372e7c6557811db1243159b60da1c414ab3 2023-10-11T16:08:58.170 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-11T16:08:58.170 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-11T16:08:58.170 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T16:08:58.170 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression_opts.level: 32767 2023-10-11T16:08:58.170 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression_opts.strategy: 0 2023-10-11T16:08:58.171 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T16:08:58.171 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T16:08:58.171 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-11T16:08:58.171 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-11T16:08:58.171 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression_opts.enabled: false 2023-10-11T16:08:58.171 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-11T16:08:58.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T16:08:58.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T16:08:58.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T16:08:58.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.target_file_size_base: 67108864 2023-10-11T16:08:58.172 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T16:08:58.173 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T16:08:58.173 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T16:08:58.173 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T16:08:58.173 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T16:08:58.173 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T16:08:58.174 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T16:08:58.174 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T16:08:58.174 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T16:08:58.174 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T16:08:58.174 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T16:08:58.175 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T16:08:58.175 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T16:08:58.175 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-11T16:08:58.175 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.arena_block_size: 1048576 2023-10-11T16:08:58.175 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T16:08:58.176 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T16:08:58.176 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.disable_auto_compactions: 0 2023-10-11T16:08:58.176 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T16:08:58.176 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T16:08:58.176 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T16:08:58.177 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T16:08:58.177 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T16:08:58.177 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T16:08:58.177 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T16:08:58.177 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T16:08:58.178 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T16:08:58.178 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T16:08:58.178 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.table_properties_collectors: 2023-10-11T16:08:58.178 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.inplace_update_support: 0 2023-10-11T16:08:58.178 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T16:08:58.179 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T16:08:58.179 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T16:08:58.179 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T16:08:58.179 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.bloom_locality: 0 2023-10-11T16:08:58.179 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.max_successive_merges: 0 2023-10-11T16:08:58.180 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T16:08:58.180 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.paranoid_file_checks: 0 2023-10-11T16:08:58.180 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.force_consistency_checks: 1 2023-10-11T16:08:58.180 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.report_bg_io_stats: 0 2023-10-11T16:08:58.180 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.ttl: 2592000 2023-10-11T16:08:58.181 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T16:08:58.181 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-11T16:08:58.181 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-11T16:08:58.181 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.enable_blob_files: false 2023-10-11T16:08:58.181 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.min_blob_size: 0 2023-10-11T16:08:58.181 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.blob_file_size: 268435456 2023-10-11T16:08:58.182 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-11T16:08:58.182 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-11T16:08:58.182 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-11T16:08:58.182 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-11T16:08:58.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-11T16:08:58.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.blob_file_starting_level: 0 2023-10-11T16:08:58.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-11T16:08:58.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 29.sst 2023-10-11T16:08:58.183 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 31, last_sequence is 18450, log_number is 27,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-11T16:08:58.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 27 2023-10-11T16:08:58.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 18f357f7-a2f4-4038-84dc-e4cafb0db19e 2023-10-11T16:08:58.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697040537753091, "job": 1, "event": "recovery_started", "wal_files": [27]} 2023-10-11T16:08:58.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #27 mode 2 2023-10-11T16:08:58.184 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697040537755335, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 32, "file_size": 290001, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18446, "largest_seqno": 18519, "table_properties": {"data_size": 288523, "index_size": 338, "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": 971, "raw_average_key_size": 26, "raw_value_size": 287434, "raw_average_value_size": 7768, "num_data_blocks": 14, "num_entries": 37, "num_filter_entries": 37, "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": 1697040537, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "18f357f7-a2f4-4038-84dc-e4cafb0db19e", "db_session_id": "D37Z9CV51MSFAAEV3RIB", "orig_file_number": 32, "seqno_to_time_mapping": "N/A"}} 2023-10-11T16:08:58.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697040537755429, "job": 1, "event": "recovery_finished"} 2023-10-11T16:08:58.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/version_set.cc:5047] Creating manifest 34 2023-10-11T16:08:58.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi079/store.db/000027.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-11T16:08:58.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5571f8160000 2023-10-11T16:08:58.185 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: DB pointer 0x5571f814c000 2023-10-11T16:08:58.186 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-11T16:08:58.186 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-11T16:08:58.186 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** DB Stats ** 2023-10-11T16:08:58.186 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T16:08:58.186 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-11T16:08:58.187 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T16:08:58.187 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T16:08:58.187 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-11T16:08:58.187 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T16:08:58.187 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T16:08:58.187 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-10-11T16:08:58.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** Compaction Stats [default] ** 2023-10-11T16:08:58.188 INFO:journalctl@ceph.mon.smithi079.smithi079.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) 2023-10-11T16:08:58.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-11T16:08:58.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: L0 1/0 283.20 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 221.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T16:08:58.188 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: L6 1/0 37.08 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 2023-10-11T16:08:58.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Sum 2/0 37.36 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 221.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T16:08:58.189 INFO:journalctl@ceph.mon.smithi079.smithi079.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 221.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T16:08:58.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-10-11T16:08:58.189 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** Compaction Stats [default] ** 2023-10-11T16:08:58.189 INFO:journalctl@ceph.mon.smithi079.smithi079.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) 2023-10-11T16:08:58.190 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T16:08:58.190 INFO:journalctl@ceph.mon.smithi079.smithi079.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 221.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T16:08:58.190 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-10-11T16:08:58.190 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-11T16:08:58.190 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-10-11T16:08:58.191 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T16:08:58.191 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T16:08:58.191 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T16:08:58.191 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T16:08:58.191 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T16:08:58.192 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-11T16:08:58.192 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Cumulative compaction: 0.00 GB write, 53.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T16:08:58.192 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Interval compaction: 0.00 GB write, 53.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T16:08:58.192 INFO:journalctl@ceph.mon.smithi079.smithi079.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 2023-10-11T16:08:58.192 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Block cache BinnedLRUCache@0x5571f80c31f0#7 capacity: 512.00 MB usage: 0.59 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-10-11T16:08:58.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.17 KB,3.27826e-05%) IndexBlock(1,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-10-11T16:08:58.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-10-11T16:08:58.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-11T16:08:58.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: starting mon.smithi079 rank 1 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi079 fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T16:08:58.193 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: mon.smithi079@-1(???) e2 preinit fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T16:08:58.194 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: mon.smithi079@-1(???).mds e8 new map 2023-10-11T16:08:58.194 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: mon.smithi079@-1(???).mds e8 print_map 2023-10-11T16:08:58.194 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: e8 2023-10-11T16:08:58.194 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-11T16:08:58.195 INFO:journalctl@ceph.mon.smithi079.smithi079.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} 2023-10-11T16:08:58.195 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: legacy client fscid: 1 2023-10-11T16:08:58.195 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-10-11T16:08:58.195 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Filesystem 'foofs' (1) 2023-10-11T16:08:58.195 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: fs_name foofs 2023-10-11T16:08:58.195 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: epoch 5 2023-10-11T16:08:58.196 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-10-11T16:08:58.196 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: created 2023-10-11T15:55:17.659357+0000 2023-10-11T16:08:58.196 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: modified 2023-10-11T15:55:21.694031+0000 2023-10-11T16:08:58.196 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: tableserver 0 2023-10-11T16:08:58.196 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: root 0 2023-10-11T16:08:58.197 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: session_timeout 60 2023-10-11T16:08:58.197 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: session_autoclose 300 2023-10-11T16:08:58.197 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: max_file_size 1099511627776 2023-10-11T16:08:58.197 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: required_client_features {} 2023-10-11T16:08:58.197 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: last_failure 0 2023-10-11T16:08:58.198 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: last_failure_osd_epoch 0 2023-10-11T16:08:58.198 INFO:journalctl@ceph.mon.smithi079.smithi079.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} 2023-10-11T16:08:58.198 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: max_mds 1 2023-10-11T16:08:58.198 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: in 0 2023-10-11T16:08:58.198 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: up {0=14496} 2023-10-11T16:08:58.198 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: failed 2023-10-11T16:08:58.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: damaged 2023-10-11T16:08:58.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: stopped 2023-10-11T16:08:58.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: data_pools [3] 2023-10-11T16:08:58.199 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: metadata_pool 2 2023-10-11T16:08:58.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: inline_data disabled 2023-10-11T16:08:58.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: balancer 2023-10-11T16:08:58.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: bal_rank_mask -1 2023-10-11T16:08:58.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: standby_count_wanted 1 2023-10-11T16:08:58.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: [mds.foofs.smithi045.iyzjhc{0:14496} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.45:6834/2989096526,v1:172.21.15.45:6835/2989096526] compat {c=[1],r=[1],i=[7ff]}] 2023-10-11T16:08:58.200 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-10-11T16:08:58.201 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-10-11T16:08:58.201 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: Standby daemons: 2023-10-11T16:08:58.201 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: 2023-10-11T16:08:58.201 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout: [mds.foofs.smithi079.thsczk{-1:24365} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] compat {c=[1],r=[1],i=[7ff]}] 2023-10-11T16:08:58.201 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: mon.smithi079@-1(???).osd e72 crush map has features 3314933000854323200, adjusting msgr requires 2023-10-11T16:08:58.202 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: mon.smithi079@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2023-10-11T16:08:58.202 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: mon.smithi079@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2023-10-11T16:08:58.202 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: mon.smithi079@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2023-10-11T16:08:58.202 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: mon.smithi079@-1(???).paxosservice(auth 1..45) refresh upgraded, format 0 -> 3 2023-10-11T16:08:58.202 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 systemd[1]: Started Ceph mon.smithi079 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:08:58.203 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta expand map: {default=false} 2023-10-11T16:08:58.203 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta from 'false' to 'false' 2023-10-11T16:08:58.203 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta expanded map: {default=false} 2023-10-11T16:08:58.203 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta expand map: {default=info} 2023-10-11T16:08:58.203 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta from 'info' to 'info' 2023-10-11T16:08:58.204 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta expanded map: {default=info} 2023-10-11T16:08:58.204 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta expand map: {default=daemon} 2023-10-11T16:08:58.204 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-11T16:08:58.204 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta expanded map: {default=daemon} 2023-10-11T16:08:58.204 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta expand map: {default=debug} 2023-10-11T16:08:58.205 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta from 'debug' to 'debug' 2023-10-11T16:08:58.205 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:57 smithi079 ceph-mon[140862]: expand_channel_meta expanded map: {default=debug} 2023-10-11T16:08:59.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mkfs c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T16:08:59.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Rados config object exists: conf-nfs.foo 2023-10-11T16:08:59.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Creating key for client.nfs.foo.1.1.smithi079.oxtyco-rgw 2023-10-11T16:08:59.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Bind address in nfs.foo.1.1.smithi079.oxtyco's ganesha conf is defaulting to empty 2023-10-11T16:08:59.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Deploying daemon nfs.foo.1.1.smithi079.oxtyco on smithi079 2023-10-11T16:08:59.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-10-11T16:08:59.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-10-11T16:08:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring grafana.smithi045 (dependencies changed)... 2023-10-11T16:08:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-11T16:08:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring daemon grafana.smithi045 on smithi045 2023-10-11T16:08:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring node-exporter.smithi045 (dependencies changed)... 2023-10-11T16:08:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring daemon node-exporter.smithi045 on smithi045 2023-10-11T16:08:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T16:08:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T16:08:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring node-exporter.smithi079 (dependencies changed)... 2023-10-11T16:08:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring daemon node-exporter.smithi079 on smithi079 2023-10-11T16:08:59.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Upgrade: Need to upgrade myself (mgr.smithi079.mdpxci) 2023-10-11T16:08:59.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Upgrade: Need to upgrade myself (mgr.smithi079.mdpxci) 2023-10-11T16:08:59.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Upgrade: Updating mgr.smithi045.vzhlsu 2023-10-11T16:08:59.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Deploying daemon mgr.smithi045.vzhlsu on smithi045 2023-10-11T16:08:59.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [11/Oct/2023:16:08:14] ENGINE Bus STARTING 2023-10-11T16:08:59.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [11/Oct/2023:16:08:14] ENGINE Serving on http://172.21.15.45:8765 2023-10-11T16:08:59.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [11/Oct/2023:16:08:15] ENGINE Serving on https://172.21.15.45:7150 2023-10-11T16:08:59.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [11/Oct/2023:16:08:15] ENGINE Bus STARTED 2023-10-11T16:08:59.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v6: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:59.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:59.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mgrmap e31: smithi045.vzhlsu(active, since 8s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T16:08:59.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mkfs c8f3393c-684d-11ee-8db6-212e2dc638e7 2023-10-11T16:08:59.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Rados config object exists: conf-nfs.foo 2023-10-11T16:08:59.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Creating key for client.nfs.foo.1.1.smithi079.oxtyco-rgw 2023-10-11T16:08:59.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Bind address in nfs.foo.1.1.smithi079.oxtyco's ganesha conf is defaulting to empty 2023-10-11T16:08:59.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Deploying daemon nfs.foo.1.1.smithi079.oxtyco on smithi079 2023-10-11T16:08:59.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring alertmanager.smithi045 (dependencies changed)... 2023-10-11T16:08:59.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring daemon alertmanager.smithi045 on smithi045 2023-10-11T16:08:59.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring grafana.smithi045 (dependencies changed)... 2023-10-11T16:08:59.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-11T16:08:59.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring daemon grafana.smithi045 on smithi045 2023-10-11T16:08:59.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring node-exporter.smithi045 (dependencies changed)... 2023-10-11T16:08:59.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring daemon node-exporter.smithi045 on smithi045 2023-10-11T16:08:59.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T16:08:59.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T16:08:59.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring node-exporter.smithi079 (dependencies changed)... 2023-10-11T16:08:59.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring daemon node-exporter.smithi079 on smithi079 2023-10-11T16:08:59.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Upgrade: Need to upgrade myself (mgr.smithi079.mdpxci) 2023-10-11T16:08:59.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Upgrade: Need to upgrade myself (mgr.smithi079.mdpxci) 2023-10-11T16:08:59.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Upgrade: Updating mgr.smithi045.vzhlsu 2023-10-11T16:08:59.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Deploying daemon mgr.smithi045.vzhlsu on smithi045 2023-10-11T16:08:59.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [11/Oct/2023:16:08:14] ENGINE Bus STARTING 2023-10-11T16:08:59.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [11/Oct/2023:16:08:14] ENGINE Serving on http://172.21.15.45:8765 2023-10-11T16:08:59.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [11/Oct/2023:16:08:15] ENGINE Serving on https://172.21.15.45:7150 2023-10-11T16:08:59.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [11/Oct/2023:16:08:15] ENGINE Bus STARTED 2023-10-11T16:08:59.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v6: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:59.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:59.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mgrmap e31: smithi045.vzhlsu(active, since 8s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T16:08:59.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T16:08:59.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v7: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-10-11T16:08:59.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:59.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:59.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:59.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:59.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:59.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:59.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v8: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:08:59.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T16:08:59.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T16:08:59.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:08:59.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v9: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:59.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Upgrade: Updating mgr.smithi079.mdpxci 2023-10-11T16:08:59.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Deploying daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T16:08:59.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v10: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:59.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v11: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:59.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v12: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 278 B/s rd, 278 B/s wr, 0 op/s 2023-10-11T16:08:59.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v13: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:59.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v14: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:59.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v15: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:59.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v16: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:59.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all mgr 2023-10-11T16:08:59.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Standby manager daemon smithi079.mdpxci restarted 2023-10-11T16:08:59.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:59.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v18: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:08:59.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mon.smithi045 calling monitor election 2023-10-11T16:08:59.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mon.smithi045 is new leader, mons smithi045,smithi079 in quorum (ranks 0,1) 2023-10-11T16:08:59.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: monmap e2: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} 2023-10-11T16:08:59.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T16:08:59.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: osdmap e71: 8 total, 8 up, 8 in 2023-10-11T16:08:59.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mgrmap e32: smithi045.vzhlsu(active, since 25s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mgrmap e33: smithi045.vzhlsu(active, since 25s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:08:59.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:08:59.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:08:59.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mgrmap e34: smithi045.vzhlsu(active, since 26s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Standby manager daemon smithi079.mdpxci restarted 2023-10-11T16:08:59.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:59.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mgrmap e35: smithi045.vzhlsu(active, since 32s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Active manager daemon smithi045.vzhlsu restarted 2023-10-11T16:08:59.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Activating manager daemon smithi045.vzhlsu 2023-10-11T16:08:59.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: osdmap e72: 8 total, 8 up, 8 in 2023-10-11T16:08:59.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mgrmap e36: smithi045.vzhlsu(active, starting, since 0.00525952s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.398 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: failed to encode map e72 with expected crc 2023-10-11T16:08:59.398 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: failed to encode map e72 with expected crc 2023-10-11T16:08:59.398 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: failed to encode map e72 with expected crc 2023-10-11T16:08:59.398 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:08:59.398 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T16:08:59.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi079.mdpxci", "id": "smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:59.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T16:08:59.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T16:08:59.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T16:08:59.399 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T16:08:59.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T16:08:59.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T16:08:59.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T16:08:59.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T16:08:59.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T16:08:59.400 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T16:08:59.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T16:08:59.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Manager daemon smithi045.vzhlsu is now available 2023-10-11T16:08:59.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:59.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:59.401 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: failed to encode map e72 with expected crc 2023-10-11T16:08:59.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:59.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T16:08:59.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T16:08:59.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [11/Oct/2023:16:08:47] ENGINE Bus STARTING 2023-10-11T16:08:59.402 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [11/Oct/2023:16:08:48] ENGINE Serving on http://172.21.15.45:8765 2023-10-11T16:08:59.403 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [11/Oct/2023:16:08:48] ENGINE Serving on https://172.21.15.45:7150 2023-10-11T16:08:59.403 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [11/Oct/2023:16:08:48] ENGINE Bus STARTED 2023-10-11T16:08:59.403 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mgrmap e37: smithi045.vzhlsu(active, since 1.01076s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.403 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v3: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:59.403 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-10-11T16:08:59.404 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Cluster is now healthy 2023-10-11T16:08:59.404 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v4: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:59.404 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mgrmap e38: smithi045.vzhlsu(active, since 3s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.404 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.404 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.405 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='client.34126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:59.405 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:59.405 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.405 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.405 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:59.405 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v5: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:59.406 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1305890399' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:59.406 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.406 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.406 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='client.25059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:59.406 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1718934373' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:08:59.407 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.407 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.407 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.407 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.407 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:59.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:59.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T16:08:59.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T16:08:59.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v6: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:59.408 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:59.409 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:59.409 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:59.409 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:59.409 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:59.409 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:59.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.410 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v7: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 331 B/s rd, 165 B/s wr, 0 op/s 2023-10-11T16:08:59.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:59.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:59.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-11T16:08:59.411 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:08:59.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Upgrade: Updating mon.smithi079 2023-10-11T16:08:59.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T16:08:59.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T16:08:59.412 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:59.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Deploying daemon mon.smithi079 on smithi079 2023-10-11T16:08:59.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:08:59.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:08:59.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:08:59.413 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T16:08:59.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mon.smithi045 calling monitor election 2023-10-11T16:08:59.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mon.smithi079 calling monitor election 2023-10-11T16:08:59.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T16:08:59.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mon.smithi045 is new leader, mons smithi045,smithi079 in quorum (ranks 0,1) 2023-10-11T16:08:59.414 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: monmap e3: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} 2023-10-11T16:08:59.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T16:08:59.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: osdmap e72: 8 total, 8 up, 8 in 2023-10-11T16:08:59.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: mgrmap e38: smithi045.vzhlsu(active, since 10s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:08:59.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:08:59.415 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:08:59.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:59.416 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:08:59 smithi079 ceph-mon[140862]: pgmap v9: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2023-10-11T16:08:59.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T16:08:59.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v7: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-10-11T16:08:59.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:59.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:59.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:59.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:59.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:59.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:59.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v8: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:08:59.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring prometheus.smithi045 (dependencies changed)... 2023-10-11T16:08:59.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Reconfiguring daemon prometheus.smithi045 on smithi045 2023-10-11T16:08:59.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:08:59.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v9: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:59.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Upgrade: Updating mgr.smithi079.mdpxci 2023-10-11T16:08:59.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Deploying daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T16:08:59.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v10: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:59.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v11: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:59.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v12: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 278 B/s rd, 278 B/s wr, 0 op/s 2023-10-11T16:08:59.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v13: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 185 B/s rd, 185 B/s wr, 0 op/s 2023-10-11T16:08:59.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v14: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:59.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v15: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:59.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v16: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:08:59.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all mgr 2023-10-11T16:08:59.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Standby manager daemon smithi079.mdpxci restarted 2023-10-11T16:08:59.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:59.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v18: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:08:59.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mon.smithi045 calling monitor election 2023-10-11T16:08:59.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mon.smithi045 is new leader, mons smithi045,smithi079 in quorum (ranks 0,1) 2023-10-11T16:08:59.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: monmap e2: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} 2023-10-11T16:08:59.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T16:08:59.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: osdmap e71: 8 total, 8 up, 8 in 2023-10-11T16:08:59.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mgrmap e32: smithi045.vzhlsu(active, since 25s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mgrmap e33: smithi045.vzhlsu(active, since 25s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:08:59.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:08:59.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:08:59.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mgrmap e34: smithi045.vzhlsu(active, since 26s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Standby manager daemon smithi079.mdpxci restarted 2023-10-11T16:08:59.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Standby manager daemon smithi079.mdpxci started 2023-10-11T16:08:59.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mgrmap e35: smithi045.vzhlsu(active, since 32s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Active manager daemon smithi045.vzhlsu restarted 2023-10-11T16:08:59.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Activating manager daemon smithi045.vzhlsu 2023-10-11T16:08:59.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: osdmap e72: 8 total, 8 up, 8 in 2023-10-11T16:08:59.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mgrmap e36: smithi045.vzhlsu(active, starting, since 0.00525952s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: failed to encode map e72 with expected crc 2023-10-11T16:08:59.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: failed to encode map e72 with expected crc 2023-10-11T16:08:59.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: failed to encode map e72 with expected crc 2023-10-11T16:08:59.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:08:59.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi045.vzhlsu", "id": "smithi045.vzhlsu"}]: dispatch 2023-10-11T16:08:59.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr metadata", "who": "smithi079.mdpxci", "id": "smithi079.mdpxci"}]: dispatch 2023-10-11T16:08:59.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T16:08:59.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T16:08:59.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T16:08:59.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T16:08:59.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T16:08:59.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T16:08:59.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T16:08:59.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T16:08:59.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T16:08:59.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T16:08:59.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T16:08:59.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Manager daemon smithi045.vzhlsu is now available 2023-10-11T16:08:59.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:59.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:59.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: failed to encode map e72 with expected crc 2023-10-11T16:08:59.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:08:59.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/mirror_snapshot_schedule"}]: dispatch 2023-10-11T16:08:59.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.vzhlsu/trash_purge_schedule"}]: dispatch 2023-10-11T16:08:59.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [11/Oct/2023:16:08:47] ENGINE Bus STARTING 2023-10-11T16:08:59.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [11/Oct/2023:16:08:48] ENGINE Serving on http://172.21.15.45:8765 2023-10-11T16:08:59.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [11/Oct/2023:16:08:48] ENGINE Serving on https://172.21.15.45:7150 2023-10-11T16:08:59.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [11/Oct/2023:16:08:48] ENGINE Bus STARTED 2023-10-11T16:08:59.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mgrmap e37: smithi045.vzhlsu(active, since 1.01076s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v3: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:59.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-10-11T16:08:59.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Cluster is now healthy 2023-10-11T16:08:59.533 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v4: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:59.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mgrmap e38: smithi045.vzhlsu(active, since 3s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='client.34126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:59.534 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:59.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:59.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v5: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-10-11T16:08:59.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1305890399' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:59.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='client.25059 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:08:59.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1718934373' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:08:59.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:59.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:08:59.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi045:/etc/ceph/ceph.conf 2023-10-11T16:08:59.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi079:/etc/ceph/ceph.conf 2023-10-11T16:08:59.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v6: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:08:59.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:59.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T16:08:59.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:59.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2023-10-11T16:08:59.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:59.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Updating smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T16:08:59.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v7: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 331 B/s rd, 165 B/s wr, 0 op/s 2023-10-11T16:08:59.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:59.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:08:59.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-10-11T16:08:59.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T16:08:59.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Upgrade: Updating mon.smithi079 2023-10-11T16:08:59.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T16:08:59.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T16:08:59.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:08:59.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Deploying daemon mon.smithi079 on smithi079 2023-10-11T16:08:59.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:08:59.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:08:59.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:08:59.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2023-10-11T16:08:59.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mon.smithi045 calling monitor election 2023-10-11T16:08:59.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mon.smithi079 calling monitor election 2023-10-11T16:08:59.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2023-10-11T16:08:59.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mon.smithi045 is new leader, mons smithi045,smithi079 in quorum (ranks 0,1) 2023-10-11T16:08:59.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: monmap e3: 2 mons at {smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} 2023-10-11T16:08:59.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T16:08:59.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: osdmap e72: 8 total, 8 up, 8 in 2023-10-11T16:08:59.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: mgrmap e38: smithi045.vzhlsu(active, since 10s), standbys: smithi079.mdpxci 2023-10-11T16:08:59.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:08:59.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:08:59.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:08:59.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:08:59.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:08:59.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:08:59 smithi045 ceph-mon[164763]: pgmap v9: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2023-10-11T16:09:00.742 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:01.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:01 smithi045 ceph-mon[164763]: pgmap v10: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 183 B/s wr, 0 op/s 2023-10-11T16:09:01.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:01 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:01.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:01 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:01.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:01 smithi079 ceph-mon[140862]: pgmap v10: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 183 B/s wr, 0 op/s 2023-10-11T16:09:01.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:01 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:01.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:01 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:03.787 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:03 smithi079 ceph-mon[140862]: pgmap v11: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 183 B/s wr, 0 op/s 2023-10-11T16:09:04.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:03 smithi045 ceph-mon[164763]: pgmap v11: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 183 B/s wr, 0 op/s 2023-10-11T16:09:05.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:05.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:05.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:05.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:09:05.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: pgmap v12: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2023-10-11T16:09:05.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: pgmap v13: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2023-10-11T16:09:05.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:05.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:05.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: Reconfiguring mon.smithi045 (monmap changed)... 2023-10-11T16:09:05.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T16:09:05.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T16:09:05.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:05.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:04 smithi079 ceph-mon[140862]: Reconfiguring daemon mon.smithi045 on smithi045 2023-10-11T16:09:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:05.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:09:05.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: pgmap v12: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2023-10-11T16:09:05.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: pgmap v13: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2023-10-11T16:09:05.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:05.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:05.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: Reconfiguring mon.smithi045 (monmap changed)... 2023-10-11T16:09:05.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T16:09:05.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T16:09:05.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:05.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:04 smithi045 ceph-mon[164763]: Reconfiguring daemon mon.smithi045 on smithi045 2023-10-11T16:09:05.787 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:06.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:06.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:06.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:06 smithi045 ceph-mon[164763]: Reconfiguring mgr.smithi045.vzhlsu (monmap changed)... 2023-10-11T16:09:06.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.vzhlsu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:09:06.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T16:09:06.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:06.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:06 smithi045 ceph-mon[164763]: Reconfiguring daemon mgr.smithi045.vzhlsu on smithi045 2023-10-11T16:09:06.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:06.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:06 smithi079 ceph-mon[140862]: Reconfiguring mgr.smithi045.vzhlsu (monmap changed)... 2023-10-11T16:09:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.vzhlsu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:09:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T16:09:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:06 smithi079 ceph-mon[140862]: Reconfiguring daemon mgr.smithi045.vzhlsu on smithi045 2023-10-11T16:09:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:07 smithi045 ceph-mon[164763]: pgmap v14: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2023-10-11T16:09:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:07 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:07.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:07 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:07.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:07 smithi045 ceph-mon[164763]: Reconfiguring crash.smithi045 (monmap changed)... 2023-10-11T16:09:07.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:07 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T16:09:07.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:07 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:07.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:07 smithi045 ceph-mon[164763]: Reconfiguring daemon crash.smithi045 on smithi045 2023-10-11T16:09:07.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:07 smithi079 ceph-mon[140862]: pgmap v14: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2023-10-11T16:09:07.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:07 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:07.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:07 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:07.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:07 smithi079 ceph-mon[140862]: Reconfiguring crash.smithi045 (monmap changed)... 2023-10-11T16:09:07.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:07 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T16:09:07.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:07 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:07.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:07 smithi079 ceph-mon[140862]: Reconfiguring daemon crash.smithi045 on smithi045 2023-10-11T16:09:08.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:08.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:08.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:08 smithi045 ceph-mon[164763]: Reconfiguring osd.0 (monmap changed)... 2023-10-11T16:09:08.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T16:09:08.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:08.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:08 smithi045 ceph-mon[164763]: Reconfiguring daemon osd.0 on smithi045 2023-10-11T16:09:08.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:08.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:08.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:08 smithi079 ceph-mon[140862]: Reconfiguring osd.0 (monmap changed)... 2023-10-11T16:09:08.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T16:09:08.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:08.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:08 smithi079 ceph-mon[140862]: Reconfiguring daemon osd.0 on smithi045 2023-10-11T16:09:09.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:09 smithi045 ceph-mon[164763]: pgmap v15: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 108 B/s wr, 0 op/s 2023-10-11T16:09:09.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:09.578 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:09 smithi045 ceph-mon[164763]: Reconfiguring osd.1 (monmap changed)... 2023-10-11T16:09:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T16:09:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:09.579 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:09 smithi045 ceph-mon[164763]: Reconfiguring daemon osd.1 on smithi045 2023-10-11T16:09:09.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:09 smithi079 ceph-mon[140862]: pgmap v15: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 108 B/s wr, 0 op/s 2023-10-11T16:09:09.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:09 smithi079 ceph-mon[140862]: Reconfiguring osd.1 (monmap changed)... 2023-10-11T16:09:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T16:09:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:09 smithi079 ceph-mon[140862]: Reconfiguring daemon osd.1 on smithi045 2023-10-11T16:09:10.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:10.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:10.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:10 smithi079 ceph-mon[140862]: Reconfiguring osd.2 (monmap changed)... 2023-10-11T16:09:10.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T16:09:10.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:10.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:10 smithi079 ceph-mon[140862]: Reconfiguring daemon osd.2 on smithi045 2023-10-11T16:09:10.676 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:10.677 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:10.677 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:10 smithi045 ceph-mon[164763]: Reconfiguring osd.2 (monmap changed)... 2023-10-11T16:09:10.677 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T16:09:10.678 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:10.678 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:10 smithi045 ceph-mon[164763]: Reconfiguring daemon osd.2 on smithi045 2023-10-11T16:09:10.829 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:11.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:11 smithi045 ceph-mon[164763]: pgmap v16: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2023-10-11T16:09:11.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:11 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:11.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:11 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:11.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:11 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T16:09:11.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:11 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:11.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:11 smithi079 ceph-mon[140862]: pgmap v16: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2023-10-11T16:09:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:11 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:11 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:11 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T16:09:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:11 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:12.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:12 smithi045 ceph-mon[164763]: Reconfiguring osd.3 (monmap changed)... 2023-10-11T16:09:12.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:12 smithi045 ceph-mon[164763]: Reconfiguring daemon osd.3 on smithi045 2023-10-11T16:09:12.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:12 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:12.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:12 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:12.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:12 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.iyzjhc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T16:09:12.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:12 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:12.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:12 smithi079 ceph-mon[140862]: Reconfiguring osd.3 (monmap changed)... 2023-10-11T16:09:12.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:12 smithi079 ceph-mon[140862]: Reconfiguring daemon osd.3 on smithi045 2023-10-11T16:09:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:12 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:12 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:12 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.iyzjhc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T16:09:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:12 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:13.732 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:13 smithi079 ceph-mon[140862]: pgmap v17: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2023-10-11T16:09:13.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:13 smithi079 ceph-mon[140862]: Reconfiguring mds.foofs.smithi045.iyzjhc (monmap changed)... 2023-10-11T16:09:13.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:13 smithi079 ceph-mon[140862]: Reconfiguring daemon mds.foofs.smithi045.iyzjhc on smithi045 2023-10-11T16:09:13.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:13 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:13.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:13 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:13.733 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:13 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T16:09:13.734 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:13 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:13.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:13 smithi045 ceph-mon[164763]: pgmap v17: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2023-10-11T16:09:13.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:13 smithi045 ceph-mon[164763]: Reconfiguring mds.foofs.smithi045.iyzjhc (monmap changed)... 2023-10-11T16:09:13.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:13 smithi045 ceph-mon[164763]: Reconfiguring daemon mds.foofs.smithi045.iyzjhc on smithi045 2023-10-11T16:09:13.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:13 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:13.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:13 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:13.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:13 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T16:09:13.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:13 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:14.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:14 smithi079 ceph-mon[140862]: Reconfiguring crash.smithi079 (monmap changed)... 2023-10-11T16:09:14.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:14 smithi079 ceph-mon[140862]: Reconfiguring daemon crash.smithi079 on smithi079 2023-10-11T16:09:14.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:14.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:14.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:09:14.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T16:09:14.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:14.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:14 smithi045 ceph-mon[164763]: Reconfiguring crash.smithi079 (monmap changed)... 2023-10-11T16:09:14.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:14 smithi045 ceph-mon[164763]: Reconfiguring daemon crash.smithi079 on smithi079 2023-10-11T16:09:14.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:14.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:14.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.mdpxci", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T16:09:14.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T16:09:14.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:15.582 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:15 smithi079 ceph-mon[140862]: pgmap v18: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:09:15.582 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:15 smithi079 ceph-mon[140862]: Reconfiguring mgr.smithi079.mdpxci (monmap changed)... 2023-10-11T16:09:15.583 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:15 smithi079 ceph-mon[140862]: Reconfiguring daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T16:09:15.583 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:15 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:15.583 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:15 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:15.583 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:15 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T16:09:15.584 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:15 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T16:09:15.584 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:15 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:15.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:15 smithi045 ceph-mon[164763]: pgmap v18: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:09:15.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:15 smithi045 ceph-mon[164763]: Reconfiguring mgr.smithi079.mdpxci (monmap changed)... 2023-10-11T16:09:15.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:15 smithi045 ceph-mon[164763]: Reconfiguring daemon mgr.smithi079.mdpxci on smithi079 2023-10-11T16:09:15.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:15 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:15.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:15 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:15.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:15 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T16:09:15.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:15 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T16:09:15.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:15 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:15.874 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:16.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:16 smithi079 ceph-mon[140862]: Reconfiguring mon.smithi079 (monmap changed)... 2023-10-11T16:09:16.565 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:16 smithi079 ceph-mon[140862]: Reconfiguring daemon mon.smithi079 on smithi079 2023-10-11T16:09:16.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:16 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:16.566 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:16 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:16.567 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:16 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T16:09:16.567 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:16 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:16 smithi045 ceph-mon[164763]: Reconfiguring mon.smithi079 (monmap changed)... 2023-10-11T16:09:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:16 smithi045 ceph-mon[164763]: Reconfiguring daemon mon.smithi079 on smithi079 2023-10-11T16:09:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:16 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:16.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:16 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:16.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:16 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T16:09:16.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:16 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:17.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:17 smithi045 ceph-mon[164763]: Reconfiguring osd.4 (monmap changed)... 2023-10-11T16:09:17.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:17 smithi045 ceph-mon[164763]: Reconfiguring daemon osd.4 on smithi079 2023-10-11T16:09:17.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:17 smithi045 ceph-mon[164763]: pgmap v19: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T16:09:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:17.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:17 smithi079 ceph-mon[140862]: Reconfiguring osd.4 (monmap changed)... 2023-10-11T16:09:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:17 smithi079 ceph-mon[140862]: Reconfiguring daemon osd.4 on smithi079 2023-10-11T16:09:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:17 smithi079 ceph-mon[140862]: pgmap v19: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:17.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:17.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:17.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T16:09:17.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:17.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:18.497 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:18 smithi079 ceph-mon[140862]: Reconfiguring osd.5 (monmap changed)... 2023-10-11T16:09:18.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:18 smithi079 ceph-mon[140862]: Reconfiguring daemon osd.5 on smithi079 2023-10-11T16:09:18.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:18.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:18.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T16:09:18.499 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:18 smithi045 ceph-mon[164763]: Reconfiguring osd.5 (monmap changed)... 2023-10-11T16:09:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:18 smithi045 ceph-mon[164763]: Reconfiguring daemon osd.5 on smithi079 2023-10-11T16:09:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T16:09:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:19.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:19 smithi079 ceph-mon[140862]: Reconfiguring osd.6 (monmap changed)... 2023-10-11T16:09:19.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:19 smithi079 ceph-mon[140862]: Reconfiguring daemon osd.6 on smithi079 2023-10-11T16:09:19.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:19 smithi079 ceph-mon[140862]: pgmap v20: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:19.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:19 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:19.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:19 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:19.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:19 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T16:09:19.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:19 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:19.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:19 smithi045 ceph-mon[164763]: Reconfiguring osd.6 (monmap changed)... 2023-10-11T16:09:19.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:19 smithi045 ceph-mon[164763]: Reconfiguring daemon osd.6 on smithi079 2023-10-11T16:09:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:19 smithi045 ceph-mon[164763]: pgmap v20: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:19.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:19 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:19.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:19 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:19.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:19 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T16:09:19.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:19 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:20.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:20 smithi045 ceph-mon[164763]: Reconfiguring osd.7 (monmap changed)... 2023-10-11T16:09:20.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:20 smithi045 ceph-mon[164763]: Reconfiguring daemon osd.7 on smithi079 2023-10-11T16:09:20.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:20 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:20.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:20 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:20.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:20 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.thsczk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T16:09:20.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:20 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:20 smithi079 ceph-mon[140862]: Reconfiguring osd.7 (monmap changed)... 2023-10-11T16:09:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:20 smithi079 ceph-mon[140862]: Reconfiguring daemon osd.7 on smithi079 2023-10-11T16:09:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:20 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:20 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:20 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.thsczk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T16:09:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:20 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:20.915 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:21.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: Reconfiguring mds.foofs.smithi079.thsczk (monmap changed)... 2023-10-11T16:09:21.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: Reconfiguring daemon mds.foofs.smithi079.thsczk on smithi079 2023-10-11T16:09:21.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: pgmap v21: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:09:21.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:21.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:21.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:21.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:21.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:21.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:21.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi045"}]: dispatch 2023-10-11T16:09:21.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi045"}]': finished 2023-10-11T16:09:21.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi079"}]: dispatch 2023-10-11T16:09:21.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi079"}]': finished 2023-10-11T16:09:21.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: Reconfiguring mds.foofs.smithi079.thsczk (monmap changed)... 2023-10-11T16:09:21.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: Reconfiguring daemon mds.foofs.smithi079.thsczk on smithi079 2023-10-11T16:09:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: pgmap v21: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:09:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:21.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:21.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:21.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:21.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi045"}]: dispatch 2023-10-11T16:09:21.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi045"}]': finished 2023-10-11T16:09:21.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi079"}]: dispatch 2023-10-11T16:09:21.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi079"}]': finished 2023-10-11T16:09:22.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:22 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all mon 2023-10-11T16:09:22.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:22 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:22.714 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:22 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T16:09:22.714 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:22 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:22.875 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:09:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:22 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all mon 2023-10-11T16:09:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:22 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:22 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T16:09:22.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:22 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:23.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:23 smithi045 ceph-mon[164763]: pgmap v22: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:23.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:23 smithi045 ceph-mon[164763]: Upgrade: Updating crash.smithi045 (1/2) 2023-10-11T16:09:23.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:23 smithi045 ceph-mon[164763]: Deploying daemon crash.smithi045 on smithi045 2023-10-11T16:09:23.614 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:09:23.614 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (9m) 31s ago 17m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:09:23.614 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (17m) 31s ago 17m 7013k - 16.2.5 6933c2a0b7dd 2608c4e8b67f 2023-10-11T16:09:23.614 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (17m) 22s ago 17m 7176k - 16.2.5 6933c2a0b7dd 61af42574368 2023-10-11T16:09:23.614 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (7m) 31s ago 17m 37.7M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:09:23.615 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (14m) 31s ago 14m 39.2M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:09:23.615 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (14m) 22s ago 14m 16.5M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:09:23.615 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (78s) 31s ago 19m 480M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:09:23.615 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (54s) 22s ago 17m 448M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:09:23.615 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (44s) 31s ago 19m 32.4M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:09:23.616 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (26s) 22s ago 17m 23.0M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:09:23.616 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (12m) 31s ago 12m 82.9M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:09:23.616 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (11m) 22s ago 11m 77.7M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:09:23.616 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (5m) 31s ago 17m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:09:23.616 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (82s) 22s ago 16m 3045k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:09:23.616 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (16m) 31s ago 16m 1096M 1943M 16.2.5 6933c2a0b7dd 0d2342896423 2023-10-11T16:09:23.617 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (16m) 31s ago 16m 945M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:09:23.617 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (16m) 31s ago 16m 671M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:09:23.617 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (15m) 31s ago 15m 1055M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:09:23.617 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (15m) 22s ago 15m 996M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:09:23.617 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (15m) 22s ago 15m 1298M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:09:23.618 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (15m) 22s ago 15m 1042M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:09:23.618 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (15m) 22s ago 15m 1599M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:09:23.618 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 unknown 31s ago 17m - - 2023-10-11T16:09:23.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:23 smithi079 ceph-mon[140862]: pgmap v22: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:23.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:23 smithi079 ceph-mon[140862]: Upgrade: Updating crash.smithi045 (1/2) 2023-10-11T16:09:23.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:23 smithi079 ceph-mon[140862]: Deploying daemon crash.smithi045 on smithi045 2023-10-11T16:09:24.113 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:09:24.113 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:09:24.114 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:09:24.114 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:09:24.114 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:09:24.114 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:09:24.115 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:09:24.115 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:09:24.115 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-10-11T16:09:24.115 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:09:24.115 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:09:24.116 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:09:24.116 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:09:24.116 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:09:24.116 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2023-10-11T16:09:24.116 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 4 2023-10-11T16:09:24.117 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:09:24.117 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:09:24.502 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:09:24.502 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:09:24.503 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:09:24.503 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:09:24.503 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:09:24.503 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:09:24.504 INFO:teuthology.orchestra.run.smithi045.stdout: "mon" 2023-10-11T16:09:24.504 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:09:24.504 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "4/23 daemons upgraded", 2023-10-11T16:09:24.504 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading crash daemons", 2023-10-11T16:09:24.504 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:09:24.505 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:09:24.752 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:24 smithi045 ceph-mon[164763]: from='client.34150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:24.752 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:24 smithi045 ceph-mon[164763]: from='client.34154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:24.752 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:24 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/3105660080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:24 smithi079 ceph-mon[140862]: from='client.34150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:24 smithi079 ceph-mon[140862]: from='client.34154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:24.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:24 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/3105660080' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:24.941 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:09:24.942 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:09:24.942 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:09:25.557 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:25 smithi079 ceph-mon[140862]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:25.557 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:25 smithi079 ceph-mon[140862]: pgmap v23: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:09:25.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:25 smithi079 ceph-mon[140862]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:25.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:25 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:25.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:25 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:25.558 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:25 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/4009324171' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:09:25.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:25 smithi045 ceph-mon[164763]: from='client.34158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:25.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:25 smithi045 ceph-mon[164763]: pgmap v23: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:09:25.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:25 smithi045 ceph-mon[164763]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:25.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:25 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:25.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:25 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:25.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:25 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/4009324171' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:09:25.958 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:26 smithi079 ceph-mon[140862]: Upgrade: Updating crash.smithi079 (2/2) 2023-10-11T16:09:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:26 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:26.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:26 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T16:09:26.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:26 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:26.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:26 smithi079 ceph-mon[140862]: Deploying daemon crash.smithi079 on smithi079 2023-10-11T16:09:26.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:26 smithi079 ceph-mon[140862]: pgmap v24: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:27.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:26 smithi045 ceph-mon[164763]: Upgrade: Updating crash.smithi079 (2/2) 2023-10-11T16:09:27.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:26 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:27.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:26 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T16:09:27.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:26 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:27.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:26 smithi045 ceph-mon[164763]: Deploying daemon crash.smithi079 on smithi079 2023-10-11T16:09:27.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:26 smithi045 ceph-mon[164763]: pgmap v24: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:29.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:28 smithi079 ceph-mon[140862]: pgmap v25: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:28 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:28 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:29.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:28 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:29.205 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:28 smithi045 ceph-mon[164763]: pgmap v25: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:29.205 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:28 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:29.206 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:28 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:29.206 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:28 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:30.998 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:31.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:31 smithi045 ceph-mon[164763]: pgmap v26: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:09:31.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:31.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:31.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:31.577 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:31.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:31 smithi079 ceph-mon[140862]: pgmap v26: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:09:31.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:31.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:31.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:31.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:33.539 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:33 smithi079 ceph-mon[140862]: pgmap v27: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:33.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:33.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:33.540 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:33.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:33 smithi045 ceph-mon[164763]: pgmap v27: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:33.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:33.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:33.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:34 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:34 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:34 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:34.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:34 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:34.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:34 smithi045 ceph-mon[164763]: pgmap v28: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:09:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:34 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:34 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:34 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:34.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:34 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:34.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:34 smithi079 ceph-mon[140862]: pgmap v28: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:09:36.041 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:37.423 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: pgmap v29: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:37.423 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.423 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.424 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:37.424 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:09:37.424 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: pgmap v30: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2023-10-11T16:09:37.424 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: pgmap v31: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 245 B/s wr, 0 op/s 2023-10-11T16:09:37.425 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.425 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.425 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:37.425 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:37.425 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:37.426 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:37.426 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all crash 2023-10-11T16:09:37.426 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.426 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi045"}]: dispatch 2023-10-11T16:09:37.426 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi045"}]': finished 2023-10-11T16:09:37.427 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi079"}]: dispatch 2023-10-11T16:09:37.427 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi079"}]': finished 2023-10-11T16:09:37.427 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-11T16:09:37.427 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-11T16:09:37.427 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:37 smithi045 ceph-mon[164763]: Upgrade: osd.0 is safe to restart 2023-10-11T16:09:37.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: pgmap v29: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:09:37.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:37.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:09:37.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: pgmap v30: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2023-10-11T16:09:37.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: pgmap v31: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 245 B/s wr, 0 op/s 2023-10-11T16:09:37.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:37.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:37.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:37.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:37.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all crash 2023-10-11T16:09:37.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:37.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi045"}]: dispatch 2023-10-11T16:09:37.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi045"}]': finished 2023-10-11T16:09:37.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi079"}]: dispatch 2023-10-11T16:09:37.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi079"}]': finished 2023-10-11T16:09:37.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-11T16:09:37.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-10-11T16:09:37.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:37 smithi079 ceph-mon[140862]: Upgrade: osd.0 is safe to restart 2023-10-11T16:09:38.710 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:38 smithi045 ceph-mon[164763]: Upgrade: Updating osd.0 2023-10-11T16:09:38.710 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:38 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:38.711 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:38 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T16:09:38.711 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:38 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:38.711 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:38 smithi045 ceph-mon[164763]: Deploying daemon osd.0 on smithi045 2023-10-11T16:09:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:38 smithi079 ceph-mon[140862]: Upgrade: Updating osd.0 2023-10-11T16:09:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:38 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:38 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T16:09:38.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:38 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:38.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:38 smithi079 ceph-mon[140862]: Deploying daemon osd.0 on smithi045 2023-10-11T16:09:39.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:39 smithi045 ceph-mon[164763]: pgmap v32: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 122 B/s wr, 0 op/s 2023-10-11T16:09:39.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:39 smithi079 ceph-mon[140862]: pgmap v32: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 122 B/s wr, 0 op/s 2023-10-11T16:09:40.085 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:39 smithi045 systemd[1]: Stopping Ceph osd.0 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:09:40.086 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.0[119113]: debug 2023-10-11T16:09:39.912+0000 7f0e1af3e700 -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 2023-10-11T16:09:40.086 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.0[119113]: debug 2023-10-11T16:09:39.912+0000 7f0e1af3e700 -1 osd.0 72 *** Got signal Terminated *** 2023-10-11T16:09:40.086 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:39 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.0[119113]: debug 2023-10-11T16:09:39.912+0000 7f0e1af3e700 -1 osd.0 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:09:40.509 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:40 smithi045 bash[171993]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.0 2023-10-11T16:09:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.2 2023-10-11T16:09:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 failed (root=default,host=smithi045) (connection refused reported by osd.2) 2023-10-11T16:09:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.2 2023-10-11T16:09:40.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.1 2023-10-11T16:09:40.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.3 2023-10-11T16:09:40.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.1 2023-10-11T16:09:40.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.5 2023-10-11T16:09:40.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.3 2023-10-11T16:09:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.4 2023-10-11T16:09:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.6 2023-10-11T16:09:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.7 2023-10-11T16:09:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.5 2023-10-11T16:09:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.4 2023-10-11T16:09:40.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.6 2023-10-11T16:09:40.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:40 smithi045 ceph-mon[164763]: osd.0 reported immediately failed by osd.7 2023-10-11T16:09:40.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.2 2023-10-11T16:09:40.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 failed (root=default,host=smithi045) (connection refused reported by osd.2) 2023-10-11T16:09:40.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.2 2023-10-11T16:09:40.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.1 2023-10-11T16:09:40.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.3 2023-10-11T16:09:40.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.1 2023-10-11T16:09:40.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.5 2023-10-11T16:09:40.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.3 2023-10-11T16:09:40.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.4 2023-10-11T16:09:40.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.6 2023-10-11T16:09:40.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.7 2023-10-11T16:09:40.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.5 2023-10-11T16:09:40.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.4 2023-10-11T16:09:40.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.6 2023-10-11T16:09:40.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:40 smithi079 ceph-mon[140862]: osd.0 reported immediately failed by osd.7 2023-10-11T16:09:41.092 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:41.768 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:41 smithi045 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.0.service: Succeeded. 2023-10-11T16:09:41.768 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:41 smithi045 systemd[1]: Stopped Ceph osd.0 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:09:41.769 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:41 smithi045 systemd[1]: Starting Ceph osd.0 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:09:41.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:41 smithi045 ceph-mon[164763]: pgmap v33: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 245 B/s wr, 0 op/s 2023-10-11T16:09:41.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:41 smithi045 ceph-mon[164763]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:09:41.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:41 smithi045 ceph-mon[164763]: failed to encode map e73 with expected crc 2023-10-11T16:09:41.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:41 smithi045 ceph-mon[164763]: osdmap e73: 8 total, 7 up, 8 in 2023-10-11T16:09:41.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:41 smithi079 ceph-mon[140862]: pgmap v33: 129 pgs: 129 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 245 B/s wr, 0 op/s 2023-10-11T16:09:41.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:41 smithi079 ceph-mon[140862]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:09:41.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:41 smithi079 ceph-mon[140862]: failed to encode map e73 with expected crc 2023-10-11T16:09:41.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:41 smithi079 ceph-mon[140862]: osdmap e73: 8 total, 7 up, 8 in 2023-10-11T16:09:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:42 smithi045 ceph-mon[164763]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:42 smithi045 ceph-mon[164763]: osdmap e74: 8 total, 7 up, 8 in 2023-10-11T16:09:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:42 smithi045 ceph-mon[164763]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:42 smithi045 ceph-mon[164763]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:42 smithi045 ceph-mon[164763]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:42 smithi045 ceph-mon[164763]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:42 smithi045 ceph-mon[164763]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:42 smithi045 ceph-mon[164763]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:42 smithi045 ceph-mon[164763]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.771 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:42 smithi045 bash[172287]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-11T16:09:42.771 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:42 smithi045 bash[172287]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-10-11T16:09:42.771 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:42 smithi045 bash[172287]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2023-10-11T16:09:42.771 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:42 smithi045 bash[172287]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-10-11T16:09:42.772 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:42 smithi045 bash[172287]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-10-11T16:09:42.772 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:42 smithi045 bash[172287]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-10-11T16:09:42.772 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:42 smithi045 bash[172287]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-10-11T16:09:42.772 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:42 smithi045 bash[172287]: --> ceph-volume lvm activate successful for osd ID: 0 2023-10-11T16:09:42.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:42 smithi079 ceph-mon[140862]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:42 smithi079 ceph-mon[140862]: osdmap e74: 8 total, 7 up, 8 in 2023-10-11T16:09:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:42 smithi079 ceph-mon[140862]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:42 smithi079 ceph-mon[140862]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:42 smithi079 ceph-mon[140862]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:42 smithi079 ceph-mon[140862]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:42 smithi079 ceph-mon[140862]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:42 smithi079 ceph-mon[140862]: failed to encode map e74 with expected crc 2023-10-11T16:09:42.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:42 smithi079 ceph-mon[140862]: failed to encode map e74 with expected crc 2023-10-11T16:09:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:43 smithi045 ceph-mon[164763]: pgmap v36: 129 pgs: 16 stale+active+clean, 113 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-10-11T16:09:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:43 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:43.769 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:43 smithi045 bash[172650]: 932a030353ebb1224e46796b9398416dd9f10de873f5394bee560f829fea1b8f 2023-10-11T16:09:43.769 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:43 smithi045 systemd[1]: Started Ceph osd.0 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:09:43.770 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:43 smithi045 ceph-osd[172687]: -- 172.21.15.45:0/1804265690 <== mon.0 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ecd0e704e0 con 0x55ecd0e41000 2023-10-11T16:09:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:43 smithi079 ceph-mon[140862]: pgmap v36: 129 pgs: 16 stale+active+clean, 113 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-10-11T16:09:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:43 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:44.268 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:44 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-0[172664]: 2023-10-11T16:09:44.006+0000 7f94c5623640 -1 Falling back to public interface 2023-10-11T16:09:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:44 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:44 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:45.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:44 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:45.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:44 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:45.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:45 smithi045 ceph-mon[164763]: pgmap v37: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:45.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:45 smithi045 ceph-mon[164763]: Health check failed: Degraded data redundancy: 200/1506 objects degraded (13.280%), 30 pgs degraded (PG_DEGRADED) 2023-10-11T16:09:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:45 smithi079 ceph-mon[140862]: pgmap v37: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:45 smithi079 ceph-mon[140862]: Health check failed: Degraded data redundancy: 200/1506 objects degraded (13.280%), 30 pgs degraded (PG_DEGRADED) 2023-10-11T16:09:46.139 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:47 smithi045 ceph-mon[164763]: pgmap v38: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:47 smithi079 ceph-mon[140862]: pgmap v38: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:09:48.768 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-0[172664]: 2023-10-11T16:09:48.503+0000 7f94c5623640 -1 osd.0 72 log_to_monitors true 2023-10-11T16:09:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:48 smithi045 ceph-mon[164763]: pgmap v39: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:48 smithi045 ceph-mon[164763]: from='osd.0 [v2:172.21.15.45:6802/3091129701,v1:172.21.15.45:6803/3091129701]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T16:09:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:49.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:49.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:49.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:48 smithi079 ceph-mon[140862]: pgmap v39: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:49.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:49.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:48 smithi079 ceph-mon[140862]: from='osd.0 [v2:172.21.15.45:6802/3091129701,v1:172.21.15.45:6803/3091129701]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T16:09:49.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:49.685 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:09:49 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-0[172664]: 2023-10-11T16:09:49.535+0000 7f94b4a8b700 -1 osd.0 72 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-11T16:09:50.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:50 smithi045 ceph-mon[164763]: failed to encode map e75 with expected crc 2023-10-11T16:09:50.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:50 smithi045 ceph-mon[164763]: from='osd.0 [v2:172.21.15.45:6802/3091129701,v1:172.21.15.45:6803/3091129701]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T16:09:50.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:50 smithi045 ceph-mon[164763]: osdmap e75: 8 total, 7 up, 8 in 2023-10-11T16:09:50.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:50 smithi045 ceph-mon[164763]: from='osd.0 [v2:172.21.15.45:6802/3091129701,v1:172.21.15.45:6803/3091129701]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T16:09:50.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:50 smithi045 ceph-mon[164763]: failed to encode map e75 with expected crc 2023-10-11T16:09:50.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:50 smithi079 ceph-mon[140862]: failed to encode map e75 with expected crc 2023-10-11T16:09:50.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:50 smithi079 ceph-mon[140862]: from='osd.0 [v2:172.21.15.45:6802/3091129701,v1:172.21.15.45:6803/3091129701]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T16:09:50.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:50 smithi079 ceph-mon[140862]: osdmap e75: 8 total, 7 up, 8 in 2023-10-11T16:09:50.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:50 smithi079 ceph-mon[140862]: from='osd.0 [v2:172.21.15.45:6802/3091129701,v1:172.21.15.45:6803/3091129701]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T16:09:50.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:50 smithi079 ceph-mon[140862]: failed to encode map e75 with expected crc 2023-10-11T16:09:51.193 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:51.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: pgmap v41: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 235 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:51.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:09:51.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: failed to encode map e76 with expected crc 2023-10-11T16:09:51.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: osd.0 [v2:172.21.15.45:6802/3091129701,v1:172.21.15.45:6803/3091129701] boot 2023-10-11T16:09:51.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: osdmap e76: 8 total, 8 up, 8 in 2023-10-11T16:09:51.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T16:09:51.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:51.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:51.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:51.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:09:51.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:51.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:51.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: pgmap v41: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 235 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:51.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:09:51.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: failed to encode map e76 with expected crc 2023-10-11T16:09:51.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: osd.0 [v2:172.21.15.45:6802/3091129701,v1:172.21.15.45:6803/3091129701] boot 2023-10-11T16:09:51.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: osdmap e76: 8 total, 8 up, 8 in 2023-10-11T16:09:51.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T16:09:51.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:51.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:51.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:09:51.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:09:51.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:51.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:09:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: pgmap v43: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 142 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: pgmap v44: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 197 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:52.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: failed to encode map e77 with expected crc 2023-10-11T16:09:52.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: osdmap e77: 8 total, 8 up, 8 in 2023-10-11T16:09:52.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: failed to encode map e77 with expected crc 2023-10-11T16:09:52.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: failed to encode map e77 with expected crc 2023-10-11T16:09:52.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: failed to encode map e77 with expected crc 2023-10-11T16:09:52.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: failed to encode map e77 with expected crc 2023-10-11T16:09:52.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: failed to encode map e77 with expected crc 2023-10-11T16:09:52.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: failed to encode map e77 with expected crc 2023-10-11T16:09:52.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: failed to encode map e77 with expected crc 2023-10-11T16:09:52.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: failed to encode map e77 with expected crc 2023-10-11T16:09:52.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:52.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:52.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:52.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:52.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-11T16:09:53.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: pgmap v43: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 142 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:53.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: pgmap v44: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 197 B/s wr, 0 op/s; 200/1506 objects degraded (13.280%) 2023-10-11T16:09:53.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: failed to encode map e77 with expected crc 2023-10-11T16:09:53.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: osdmap e77: 8 total, 8 up, 8 in 2023-10-11T16:09:53.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: failed to encode map e77 with expected crc 2023-10-11T16:09:53.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: failed to encode map e77 with expected crc 2023-10-11T16:09:53.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: failed to encode map e77 with expected crc 2023-10-11T16:09:53.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: failed to encode map e77 with expected crc 2023-10-11T16:09:53.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: failed to encode map e77 with expected crc 2023-10-11T16:09:53.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: failed to encode map e77 with expected crc 2023-10-11T16:09:53.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: failed to encode map e77 with expected crc 2023-10-11T16:09:53.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: failed to encode map e77 with expected crc 2023-10-11T16:09:53.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:09:53.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:53.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:53.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:53.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-11T16:09:53.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:53 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-11T16:09:53.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:53 smithi045 ceph-mon[164763]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-10-11T16:09:53.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:53 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-11T16:09:53.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:53 smithi079 ceph-mon[140862]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-10-11T16:09:54.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:54 smithi079 ceph-mon[140862]: pgmap v46: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 526 B/s rd, 263 B/s wr, 1 op/s; 81/1506 objects degraded (5.378%) 2023-10-11T16:09:54.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:54 smithi079 ceph-mon[140862]: Health check update: Degraded data redundancy: 81/1506 objects degraded (5.378%), 9 pgs degraded (PG_DEGRADED) 2023-10-11T16:09:55.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:54 smithi045 ceph-mon[164763]: pgmap v46: 129 pgs: 9 active+undersized+degraded, 7 active+undersized, 113 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 526 B/s rd, 263 B/s wr, 1 op/s; 81/1506 objects degraded (5.378%) 2023-10-11T16:09:55.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:54 smithi045 ceph-mon[164763]: Health check update: Degraded data redundancy: 81/1506 objects degraded (5.378%), 9 pgs degraded (PG_DEGRADED) 2023-10-11T16:09:55.320 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:09:55.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:55 smithi079 ceph-mon[140862]: from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:55.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:55 smithi079 ceph-mon[140862]: pgmap v47: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 394 B/s rd, 197 B/s wr, 0 op/s 2023-10-11T16:09:55.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:55 smithi079 ceph-mon[140862]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/1506 objects degraded (5.378%), 9 pgs degraded) 2023-10-11T16:09:56.014 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:09:56.015 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (10m) 8s ago 18m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:09:56.015 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (31s) 8s ago 18m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:09:56.015 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (28s) 25s ago 17m 7470k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:09:56.015 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (8m) 8s ago 18m 37.9M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:09:56.015 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (14m) 8s ago 14m 39.2M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:09:56.016 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (14m) 25s ago 14m 16.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:09:56.016 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (111s) 8s ago 19m 502M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:09:56.016 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (87s) 25s ago 17m 448M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:09:56.016 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (77s) 8s ago 19m 94.8M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:09:56.016 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (58s) 25s ago 17m 80.5M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:09:56.017 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (12m) 8s ago 12m 83.3M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:09:56.017 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (12m) 25s ago 12m 77.7M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:09:56.017 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (6m) 8s ago 18m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:09:56.017 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (114s) 25s ago 17m 3045k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:09:56.017 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (12s) 8s ago 17m 12.2M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:09:56.018 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (16m) 8s ago 16m 950M 1943M 16.2.5 6933c2a0b7dd f4c4f90beae5 2023-10-11T16:09:56.018 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (16m) 8s ago 16m 675M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:09:56.018 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (16m) 8s ago 16m 1059M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:09:56.018 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (16m) 25s ago 16m 998M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:09:56.018 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (16m) 25s ago 15m 1300M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:09:56.019 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (15m) 25s ago 15m 1043M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:09:56.019 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (15m) 25s ago 15m 1600M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:09:56.019 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 unknown 8s ago 17m - - 2023-10-11T16:09:56.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:55 smithi045 ceph-mon[164763]: from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:56.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:55 smithi045 ceph-mon[164763]: pgmap v47: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 394 B/s rd, 197 B/s wr, 0 op/s 2023-10-11T16:09:56.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:55 smithi045 ceph-mon[164763]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 81/1506 objects degraded (5.378%), 9 pgs degraded) 2023-10-11T16:09:56.237 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:09:56.437 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:09:56.438 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:09:56.438 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:09:56.438 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:09:56.438 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:09:56.439 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:09:56.439 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:09:56.439 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:09:56.439 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2023-10-11T16:09:56.439 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 1 2023-10-11T16:09:56.440 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:09:56.440 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:09:56.440 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:09:56.440 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:09:56.441 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:09:56.441 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2023-10-11T16:09:56.441 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 5 2023-10-11T16:09:56.441 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:09:56.441 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:09:56.792 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:09:56.793 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:09:56.793 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:09:56.793 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:09:56.793 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:09:56.794 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:09:56.794 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:09:56.794 INFO:teuthology.orchestra.run.smithi045.stdout: "crash" 2023-10-11T16:09:56.794 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:09:56.794 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "7/23 daemons upgraded", 2023-10-11T16:09:56.795 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-10-11T16:09:56.795 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:09:56.795 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:09:56.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:56 smithi079 ceph-mon[140862]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:56.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:56 smithi079 ceph-mon[140862]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:56.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:56 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/4246042730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:57.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:56 smithi045 ceph-mon[164763]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:57.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:56 smithi045 ceph-mon[164763]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:57.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:56 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/4246042730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:09:57.211 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:09:57.212 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:09:57.212 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:09:57.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:57 smithi079 ceph-mon[140862]: from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:57.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:57 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2332203133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:09:57.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:09:57 smithi079 ceph-mon[140862]: pgmap v48: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 297 B/s rd, 148 B/s wr, 0 op/s 2023-10-11T16:09:58.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:57 smithi045 ceph-mon[164763]: from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:09:58.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:57 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2332203133' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:09:58.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:09:57 smithi045 ceph-mon[164763]: pgmap v48: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 297 B/s rd, 148 B/s wr, 0 op/s 2023-10-11T16:10:00.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:00 smithi079 ceph-mon[140862]: pgmap v49: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:10:00.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:00 smithi079 ceph-mon[140862]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:10:00.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:00 smithi045 ceph-mon[164763]: pgmap v49: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:10:00.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:00 smithi045 ceph-mon[164763]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:10:01.285 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:02 smithi045 ceph-mon[164763]: pgmap v50: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:10:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:02.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:02.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:02 smithi079 ceph-mon[140862]: pgmap v50: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:10:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:04 smithi045 ceph-mon[164763]: pgmap v51: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 258 B/s wr, 0 op/s 2023-10-11T16:10:04.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:04 smithi079 ceph-mon[140862]: pgmap v51: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 258 B/s wr, 0 op/s 2023-10-11T16:10:06.340 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:06 smithi045 ceph-mon[164763]: pgmap v52: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:06.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:06 smithi079 ceph-mon[140862]: pgmap v52: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:07.568 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:07 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-11T16:10:07.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:07 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-11T16:10:08.676 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:08 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-11T16:10:08.677 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:08 smithi045 ceph-mon[164763]: Upgrade: osd.1 is safe to restart 2023-10-11T16:10:08.677 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:08 smithi045 ceph-mon[164763]: pgmap v53: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:08.677 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:08.678 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T16:10:08.678 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:08.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:08 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-10-11T16:10:08.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:08 smithi079 ceph-mon[140862]: Upgrade: osd.1 is safe to restart 2023-10-11T16:10:08.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:08 smithi079 ceph-mon[140862]: pgmap v53: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:08.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:08.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T16:10:08.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:09.661 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:09 smithi045 ceph-mon[164763]: Upgrade: Updating osd.1 2023-10-11T16:10:09.661 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:09 smithi045 ceph-mon[164763]: Deploying daemon osd.1 on smithi045 2023-10-11T16:10:09.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:09 smithi079 ceph-mon[140862]: Upgrade: Updating osd.1 2023-10-11T16:10:09.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:09 smithi079 ceph-mon[140862]: Deploying daemon osd.1 on smithi045 2023-10-11T16:10:10.268 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:09 smithi045 systemd[1]: Stopping Ceph osd.1 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:10:10.269 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.1[122402]: debug 2023-10-11T16:10:10.100+0000 7f4ba66f6700 -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 2023-10-11T16:10:10.269 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.1[122402]: debug 2023-10-11T16:10:10.100+0000 7f4ba66f6700 -1 osd.1 77 *** Got signal Terminated *** 2023-10-11T16:10:10.269 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.1[122402]: debug 2023-10-11T16:10:10.100+0000 7f4ba66f6700 -1 osd.1 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:10:10.569 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:10 smithi045 bash[175474]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.1 2023-10-11T16:10:10.569 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: pgmap v54: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:10:10.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.4 2023-10-11T16:10:10.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 failed (root=default,host=smithi045) (connection refused reported by osd.4) 2023-10-11T16:10:10.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.7 2023-10-11T16:10:10.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.5 2023-10-11T16:10:10.570 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.3 2023-10-11T16:10:10.571 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.0 2023-10-11T16:10:10.571 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.4 2023-10-11T16:10:10.571 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.6 2023-10-11T16:10:10.571 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.2 2023-10-11T16:10:10.571 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.7 2023-10-11T16:10:10.572 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.5 2023-10-11T16:10:10.572 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.3 2023-10-11T16:10:10.572 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.0 2023-10-11T16:10:10.572 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.6 2023-10-11T16:10:10.572 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:10 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.2 2023-10-11T16:10:10.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: pgmap v54: 129 pgs: 129 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:10:10.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.4 2023-10-11T16:10:10.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 failed (root=default,host=smithi045) (connection refused reported by osd.4) 2023-10-11T16:10:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.7 2023-10-11T16:10:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.5 2023-10-11T16:10:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.3 2023-10-11T16:10:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.0 2023-10-11T16:10:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.4 2023-10-11T16:10:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.6 2023-10-11T16:10:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.2 2023-10-11T16:10:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.7 2023-10-11T16:10:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.5 2023-10-11T16:10:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.3 2023-10-11T16:10:10.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.0 2023-10-11T16:10:10.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.6 2023-10-11T16:10:10.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:10 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.2 2023-10-11T16:10:11.380 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:11.730 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.5 2023-10-11T16:10:11.731 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.5 2023-10-11T16:10:11.731 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.3 2023-10-11T16:10:11.731 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.0 2023-10-11T16:10:11.731 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.4 2023-10-11T16:10:11.732 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.6 2023-10-11T16:10:11.732 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.2 2023-10-11T16:10:11.732 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.7 2023-10-11T16:10:11.732 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.3 2023-10-11T16:10:11.732 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.0 2023-10-11T16:10:11.733 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.4 2023-10-11T16:10:11.733 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.6 2023-10-11T16:10:11.733 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.2 2023-10-11T16:10:11.733 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osd.1 reported immediately failed by osd.7 2023-10-11T16:10:11.733 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:10:11.734 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: osdmap e78: 8 total, 7 up, 8 in 2023-10-11T16:10:11.734 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:11 smithi045 ceph-mon[164763]: failed to encode map e78 with expected crc 2023-10-11T16:10:11.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.5 2023-10-11T16:10:11.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.5 2023-10-11T16:10:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.3 2023-10-11T16:10:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.0 2023-10-11T16:10:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.4 2023-10-11T16:10:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.6 2023-10-11T16:10:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.2 2023-10-11T16:10:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.7 2023-10-11T16:10:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.3 2023-10-11T16:10:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.0 2023-10-11T16:10:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.4 2023-10-11T16:10:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.6 2023-10-11T16:10:11.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.2 2023-10-11T16:10:11.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osd.1 reported immediately failed by osd.7 2023-10-11T16:10:11.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:10:11.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: osdmap e78: 8 total, 7 up, 8 in 2023-10-11T16:10:11.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:11 smithi079 ceph-mon[140862]: failed to encode map e78 with expected crc 2023-10-11T16:10:12.018 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:11 smithi045 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.1.service: Succeeded. 2023-10-11T16:10:12.018 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:11 smithi045 systemd[1]: Stopped Ceph osd.1 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:10:12.019 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:11 smithi045 systemd[1]: Starting Ceph osd.1 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:10:12.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:12 smithi045 ceph-mon[164763]: failed to encode map e78 with expected crc 2023-10-11T16:10:12.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:12 smithi045 ceph-mon[164763]: pgmap v56: 129 pgs: 16 stale+active+clean, 113 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:10:12.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:12 smithi045 ceph-mon[164763]: osdmap e79: 8 total, 7 up, 8 in 2023-10-11T16:10:12.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:12 smithi045 ceph-mon[164763]: failed to encode map e79 with expected crc 2023-10-11T16:10:12.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:12 smithi045 ceph-mon[164763]: failed to encode map e79 with expected crc 2023-10-11T16:10:12.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:12 smithi045 ceph-mon[164763]: failed to encode map e79 with expected crc 2023-10-11T16:10:12.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:12 smithi045 ceph-mon[164763]: failed to encode map e79 with expected crc 2023-10-11T16:10:12.770 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:12 smithi045 bash[175774]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-11T16:10:12.771 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:12 smithi045 bash[175774]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-10-11T16:10:12.771 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:12 smithi045 bash[175774]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2023-10-11T16:10:12.771 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:12 smithi045 bash[175774]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-10-11T16:10:12.771 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:12 smithi045 bash[175774]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-10-11T16:10:12.771 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:12 smithi045 bash[175774]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-10-11T16:10:12.772 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:12 smithi045 bash[175774]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-10-11T16:10:12.772 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:12 smithi045 bash[175774]: --> ceph-volume lvm activate successful for osd ID: 1 2023-10-11T16:10:12.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:12 smithi079 ceph-mon[140862]: failed to encode map e78 with expected crc 2023-10-11T16:10:12.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:12 smithi079 ceph-mon[140862]: pgmap v56: 129 pgs: 16 stale+active+clean, 113 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:10:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:12 smithi079 ceph-mon[140862]: osdmap e79: 8 total, 7 up, 8 in 2023-10-11T16:10:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:12 smithi079 ceph-mon[140862]: failed to encode map e79 with expected crc 2023-10-11T16:10:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:12 smithi079 ceph-mon[140862]: failed to encode map e79 with expected crc 2023-10-11T16:10:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:12 smithi079 ceph-mon[140862]: failed to encode map e79 with expected crc 2023-10-11T16:10:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:12 smithi079 ceph-mon[140862]: failed to encode map e79 with expected crc 2023-10-11T16:10:13.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:13 smithi045 ceph-mon[164763]: failed to encode map e79 with expected crc 2023-10-11T16:10:13.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:13 smithi045 ceph-mon[164763]: failed to encode map e79 with expected crc 2023-10-11T16:10:13.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:13 smithi045 ceph-mon[164763]: failed to encode map e79 with expected crc 2023-10-11T16:10:13.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:13 smithi045 ceph-mon[164763]: failed to encode map e79 with expected crc 2023-10-11T16:10:13.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:13 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:13.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:13 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:13.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:13 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:13.770 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:13 smithi045 ceph-osd[176078]: -- 172.21.15.45:0/3682078004 <== mon.0 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b4cba124e0 con 0x55b4cb9e2c00 2023-10-11T16:10:13.770 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:13 smithi045 bash[176040]: a50236de36a71ef929e8f5e1ccd6260c67b91005f2c15e77969a252db4e0c833 2023-10-11T16:10:13.770 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:13 smithi045 systemd[1]: Started Ceph osd.1 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:10:13.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:13 smithi079 ceph-mon[140862]: failed to encode map e79 with expected crc 2023-10-11T16:10:13.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:13 smithi079 ceph-mon[140862]: failed to encode map e79 with expected crc 2023-10-11T16:10:13.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:13 smithi079 ceph-mon[140862]: failed to encode map e79 with expected crc 2023-10-11T16:10:13.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:13 smithi079 ceph-mon[140862]: failed to encode map e79 with expected crc 2023-10-11T16:10:13.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:13 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:13.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:13 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:13.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:13 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:14.268 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:13 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-1[176055]: 2023-10-11T16:10:13.800+0000 7f51d5bc8640 -1 Falling back to public interface 2023-10-11T16:10:14.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:14 smithi045 ceph-mon[164763]: pgmap v58: 129 pgs: 24 active+undersized+degraded, 1 stale+active+clean, 24 active+undersized, 80 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 143/1506 objects degraded (9.495%) 2023-10-11T16:10:14.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:14 smithi045 ceph-mon[164763]: Health check failed: Degraded data redundancy: 143/1506 objects degraded (9.495%), 24 pgs degraded (PG_DEGRADED) 2023-10-11T16:10:14.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:14 smithi079 ceph-mon[140862]: pgmap v58: 129 pgs: 24 active+undersized+degraded, 1 stale+active+clean, 24 active+undersized, 80 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 143/1506 objects degraded (9.495%) 2023-10-11T16:10:14.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:14 smithi079 ceph-mon[140862]: Health check failed: Degraded data redundancy: 143/1506 objects degraded (9.495%), 24 pgs degraded (PG_DEGRADED) 2023-10-11T16:10:16.442 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:16 smithi045 ceph-mon[164763]: pgmap v59: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 159/1506 objects degraded (10.558%) 2023-10-11T16:10:16.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:16 smithi079 ceph-mon[140862]: pgmap v59: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 159/1506 objects degraded (10.558%) 2023-10-11T16:10:18.018 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:17 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-1[176055]: 2023-10-11T16:10:17.744+0000 7f51d5bc8640 -1 osd.1 77 log_to_monitors true 2023-10-11T16:10:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:18 smithi079 ceph-mon[140862]: pgmap v60: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 159/1506 objects degraded (10.558%) 2023-10-11T16:10:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:18 smithi079 ceph-mon[140862]: from='osd.1 [v2:172.21.15.45:6810/2776371829,v1:172.21.15.45:6811/2776371829]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T16:10:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:18.768 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:10:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-1[176055]: 2023-10-11T16:10:18.329+0000 7f51c482f700 -1 osd.1 77 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-11T16:10:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:18 smithi045 ceph-mon[164763]: pgmap v60: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 159/1506 objects degraded (10.558%) 2023-10-11T16:10:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:18 smithi045 ceph-mon[164763]: from='osd.1 [v2:172.21.15.45:6810/2776371829,v1:172.21.15.45:6811/2776371829]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T16:10:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:18.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:19.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:19 smithi079 ceph-mon[140862]: failed to encode map e80 with expected crc 2023-10-11T16:10:19.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:19 smithi079 ceph-mon[140862]: from='osd.1 [v2:172.21.15.45:6810/2776371829,v1:172.21.15.45:6811/2776371829]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T16:10:19.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:19 smithi079 ceph-mon[140862]: osdmap e80: 8 total, 7 up, 8 in 2023-10-11T16:10:19.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:19 smithi079 ceph-mon[140862]: mgrmap e39: smithi045.vzhlsu(active, since 91s), standbys: smithi079.mdpxci 2023-10-11T16:10:19.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:19 smithi079 ceph-mon[140862]: from='osd.1 [v2:172.21.15.45:6810/2776371829,v1:172.21.15.45:6811/2776371829]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T16:10:19.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:19 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:19.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:19 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:19.659 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:19 smithi045 ceph-mon[164763]: failed to encode map e80 with expected crc 2023-10-11T16:10:19.659 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:19 smithi045 ceph-mon[164763]: from='osd.1 [v2:172.21.15.45:6810/2776371829,v1:172.21.15.45:6811/2776371829]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T16:10:19.659 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:19 smithi045 ceph-mon[164763]: osdmap e80: 8 total, 7 up, 8 in 2023-10-11T16:10:19.660 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:19 smithi045 ceph-mon[164763]: mgrmap e39: smithi045.vzhlsu(active, since 91s), standbys: smithi079.mdpxci 2023-10-11T16:10:19.660 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:19 smithi045 ceph-mon[164763]: from='osd.1 [v2:172.21.15.45:6810/2776371829,v1:172.21.15.45:6811/2776371829]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T16:10:19.660 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:19 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:19.660 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:19 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:20.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:20 smithi079 ceph-mon[140862]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:10:20.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:20 smithi079 ceph-mon[140862]: osd.1 [v2:172.21.15.45:6810/2776371829,v1:172.21.15.45:6811/2776371829] boot 2023-10-11T16:10:20.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:20 smithi079 ceph-mon[140862]: osdmap e81: 8 total, 8 up, 8 in 2023-10-11T16:10:20.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:20 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T16:10:20.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:20 smithi079 ceph-mon[140862]: pgmap v63: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 719 B/s wr, 0 op/s; 159/1506 objects degraded (10.558%) 2023-10-11T16:10:20.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:20 smithi079 ceph-mon[140862]: osdmap e82: 8 total, 8 up, 8 in 2023-10-11T16:10:20.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:20 smithi045 ceph-mon[164763]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:10:20.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:20 smithi045 ceph-mon[164763]: osd.1 [v2:172.21.15.45:6810/2776371829,v1:172.21.15.45:6811/2776371829] boot 2023-10-11T16:10:20.749 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:20 smithi045 ceph-mon[164763]: osdmap e81: 8 total, 8 up, 8 in 2023-10-11T16:10:20.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:20 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T16:10:20.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:20 smithi045 ceph-mon[164763]: pgmap v63: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 719 B/s wr, 0 op/s; 159/1506 objects degraded (10.558%) 2023-10-11T16:10:20.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:20 smithi045 ceph-mon[164763]: osdmap e82: 8 total, 8 up, 8 in 2023-10-11T16:10:21.480 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:21.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:21.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:10:21.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:21.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:21.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: failed to encode map e82 with expected crc 2023-10-11T16:10:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:21.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:10:21.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:21.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:22.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: pgmap v65: 129 pgs: 4 peering, 25 active+undersized+degraded, 24 active+undersized, 76 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 708 B/s wr, 0 op/s; 146/1506 objects degraded (9.695%) 2023-10-11T16:10:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: pgmap v66: 129 pgs: 4 peering, 25 active+undersized+degraded, 24 active+undersized, 76 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s; 146/1506 objects degraded (9.695%) 2023-10-11T16:10:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:22.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-11T16:10:22.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-11T16:10:22.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-10-11T16:10:22.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:22 smithi079 ceph-mon[140862]: Health check update: Degraded data redundancy: 146/1506 objects degraded (9.695%), 25 pgs degraded (PG_DEGRADED) 2023-10-11T16:10:22.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: pgmap v65: 129 pgs: 4 peering, 25 active+undersized+degraded, 24 active+undersized, 76 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 708 B/s wr, 0 op/s; 146/1506 objects degraded (9.695%) 2023-10-11T16:10:22.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: pgmap v66: 129 pgs: 4 peering, 25 active+undersized+degraded, 24 active+undersized, 76 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s wr, 1 op/s; 146/1506 objects degraded (9.695%) 2023-10-11T16:10:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-11T16:10:22.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-11T16:10:22.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2023-10-11T16:10:22.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:22 smithi045 ceph-mon[164763]: Health check update: Degraded data redundancy: 146/1506 objects degraded (9.695%), 25 pgs degraded (PG_DEGRADED) 2023-10-11T16:10:24.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:24 smithi079 ceph-mon[140862]: pgmap v67: 129 pgs: 4 peering, 25 active+undersized+degraded, 24 active+undersized, 76 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 146/1506 objects degraded (9.695%) 2023-10-11T16:10:24.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:24 smithi045 ceph-mon[164763]: pgmap v67: 129 pgs: 4 peering, 25 active+undersized+degraded, 24 active+undersized, 76 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 146/1506 objects degraded (9.695%) 2023-10-11T16:10:25.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:25 smithi045 ceph-mon[164763]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 146/1506 objects degraded (9.695%), 25 pgs degraded) 2023-10-11T16:10:25.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:25 smithi079 ceph-mon[140862]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 146/1506 objects degraded (9.695%), 25 pgs degraded) 2023-10-11T16:10:26.523 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:26.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:26 smithi045 ceph-mon[164763]: pgmap v68: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 174 B/s wr, 0 op/s 2023-10-11T16:10:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:26 smithi079 ceph-mon[140862]: pgmap v68: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 174 B/s wr, 0 op/s 2023-10-11T16:10:27.590 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:10:28.281 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:10:28.281 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (10m) 10s ago 19m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:10:28.281 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (63s) 10s ago 18m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:10:28.282 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (60s) 57s ago 18m 7470k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:10:28.282 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (8m) 10s ago 18m 37.9M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:10:28.282 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (15m) 10s ago 15m 39.2M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:10:28.282 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (15m) 57s ago 15m 16.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:10:28.282 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (2m) 10s ago 20m 505M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:10:28.283 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (119s) 57s ago 18m 448M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:10:28.283 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (109s) 10s ago 20m 99.0M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:10:28.283 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (90s) 57s ago 18m 80.5M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:10:28.283 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (13m) 10s ago 13m 83.4M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:10:28.283 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (13m) 57s ago 13m 77.7M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:10:28.284 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (6m) 10s ago 18m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:10:28.284 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (2m) 57s ago 17m 3045k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:10:28.284 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (45s) 10s ago 17m 320M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:10:28.284 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (15s) 10s ago 17m 14.9M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:10:28.285 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (17m) 10s ago 17m 680M 1943M 16.2.5 6933c2a0b7dd 31505b66c259 2023-10-11T16:10:28.285 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (16m) 10s ago 16m 1065M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:10:28.285 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (16m) 57s ago 16m 998M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:10:28.285 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (16m) 57s ago 16m 1300M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:10:28.285 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (16m) 57s ago 16m 1043M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:10:28.286 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (16m) 57s ago 16m 1600M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:10:28.286 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 unknown 10s ago 18m - - 2023-10-11T16:10:28.702 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:10:28.702 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:10:28.702 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:10:28.702 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:10:28.703 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:10:28.703 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:10:28.703 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:10:28.703 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:10:28.703 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2023-10-11T16:10:28.705 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:10:28.705 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:10:28.706 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:10:28.706 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:10:28.706 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:10:28.706 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:10:28.706 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2023-10-11T16:10:28.707 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 6 2023-10-11T16:10:28.707 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:10:28.707 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:10:28.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:28 smithi045 ceph-mon[164763]: pgmap v69: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 263 B/s rd, 131 B/s wr, 0 op/s 2023-10-11T16:10:28.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:28 smithi079 ceph-mon[140862]: pgmap v69: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 263 B/s rd, 131 B/s wr, 0 op/s 2023-10-11T16:10:29.054 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:10:29.055 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:10:29.055 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:10:29.055 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:10:29.055 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:10:29.055 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:10:29.056 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:10:29.056 INFO:teuthology.orchestra.run.smithi045.stdout: "crash" 2023-10-11T16:10:29.056 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:10:29.056 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "8/23 daemons upgraded", 2023-10-11T16:10:29.056 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-10-11T16:10:29.057 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:10:29.057 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:10:29.476 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:10:29.477 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:10:29.477 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:10:29.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:29 smithi045 ceph-mon[164763]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:10:29.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:29 smithi045 ceph-mon[164763]: from='client.34210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:10:29.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:29 smithi045 ceph-mon[164763]: from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:10:29.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:29 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1992488407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:29.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:29 smithi079 ceph-mon[140862]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:10:29.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:29 smithi079 ceph-mon[140862]: from='client.34210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:10:29.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:29 smithi079 ceph-mon[140862]: from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:10:29.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:29 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1992488407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:30.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:30 smithi045 ceph-mon[164763]: from='client.34222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:10:30.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:30 smithi045 ceph-mon[164763]: pgmap v70: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2023-10-11T16:10:30.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:30 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/3222336523' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:10:30.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:30 smithi079 ceph-mon[140862]: from='client.34222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:10:30.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:30 smithi079 ceph-mon[140862]: pgmap v70: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2023-10-11T16:10:30.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:30 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/3222336523' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:10:31.569 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:32 smithi045 ceph-mon[164763]: pgmap v71: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:10:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:32.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:32 smithi079 ceph-mon[140862]: pgmap v71: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:10:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:32.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:34 smithi045 ceph-mon[164763]: pgmap v72: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:34 smithi079 ceph-mon[140862]: pgmap v72: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:36.606 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:36 smithi045 ceph-mon[164763]: pgmap v73: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:10:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:36 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-11T16:10:36.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:36 smithi079 ceph-mon[140862]: pgmap v73: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:10:36.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:36 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-11T16:10:37.719 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:37 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-11T16:10:37.720 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:37 smithi045 ceph-mon[164763]: Upgrade: osd.2 is safe to restart 2023-10-11T16:10:37.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:37 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-10-11T16:10:37.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:37 smithi079 ceph-mon[140862]: Upgrade: osd.2 is safe to restart 2023-10-11T16:10:38.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:38 smithi045 ceph-mon[164763]: pgmap v74: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:38.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:38 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:38.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:38 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T16:10:38.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:38 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:38 smithi079 ceph-mon[140862]: pgmap v74: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:38 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:38.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:38 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T16:10:38.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:38 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:39.697 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:39 smithi045 ceph-mon[164763]: Upgrade: Updating osd.2 2023-10-11T16:10:39.697 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:39 smithi045 ceph-mon[164763]: Deploying daemon osd.2 on smithi045 2023-10-11T16:10:39.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:39 smithi079 ceph-mon[140862]: Upgrade: Updating osd.2 2023-10-11T16:10:39.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:39 smithi079 ceph-mon[140862]: Deploying daemon osd.2 on smithi045 2023-10-11T16:10:40.418 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:40 smithi045 systemd[1]: Stopping Ceph osd.2 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:10:40.419 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.2[126250]: debug 2023-10-11T16:10:40.224+0000 7fef0cadd700 -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 2023-10-11T16:10:40.419 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.2[126250]: debug 2023-10-11T16:10:40.224+0000 7fef0cadd700 -1 osd.2 82 *** Got signal Terminated *** 2023-10-11T16:10:40.419 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:40 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.2[126250]: debug 2023-10-11T16:10:40.224+0000 7fef0cadd700 -1 osd.2 82 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:10:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:40 smithi045 ceph-mon[164763]: pgmap v75: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:10:40.769 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:40 smithi045 bash[178963]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.2 2023-10-11T16:10:40.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:40 smithi079 ceph-mon[140862]: pgmap v75: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:10:41.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.1 2023-10-11T16:10:41.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 failed (root=default,host=smithi045) (connection refused reported by osd.1) 2023-10-11T16:10:41.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.1 2023-10-11T16:10:41.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.3 2023-10-11T16:10:41.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.0 2023-10-11T16:10:41.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.3 2023-10-11T16:10:41.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.0 2023-10-11T16:10:41.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.4 2023-10-11T16:10:41.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.6 2023-10-11T16:10:41.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.7 2023-10-11T16:10:41.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.5 2023-10-11T16:10:41.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.4 2023-10-11T16:10:41.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.6 2023-10-11T16:10:41.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.7 2023-10-11T16:10:41.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.5 2023-10-11T16:10:41.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.0 2023-10-11T16:10:41.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.1 2023-10-11T16:10:41.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.3 2023-10-11T16:10:41.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.0 2023-10-11T16:10:41.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.1 2023-10-11T16:10:41.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.3 2023-10-11T16:10:41.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.6 2023-10-11T16:10:41.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.7 2023-10-11T16:10:41.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.5 2023-10-11T16:10:41.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.4 2023-10-11T16:10:41.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.6 2023-10-11T16:10:41.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.7 2023-10-11T16:10:41.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.5 2023-10-11T16:10:41.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:41 smithi045 ceph-mon[164763]: osd.2 reported immediately failed by osd.4 2023-10-11T16:10:41.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.1 2023-10-11T16:10:41.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 failed (root=default,host=smithi045) (connection refused reported by osd.1) 2023-10-11T16:10:41.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.1 2023-10-11T16:10:41.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.3 2023-10-11T16:10:41.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.0 2023-10-11T16:10:41.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.3 2023-10-11T16:10:41.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.0 2023-10-11T16:10:41.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.4 2023-10-11T16:10:41.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.6 2023-10-11T16:10:41.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.7 2023-10-11T16:10:41.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.5 2023-10-11T16:10:41.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.4 2023-10-11T16:10:41.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.6 2023-10-11T16:10:41.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.7 2023-10-11T16:10:41.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.5 2023-10-11T16:10:41.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.0 2023-10-11T16:10:41.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.1 2023-10-11T16:10:41.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.3 2023-10-11T16:10:41.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.0 2023-10-11T16:10:41.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.1 2023-10-11T16:10:41.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.3 2023-10-11T16:10:41.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.6 2023-10-11T16:10:41.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.7 2023-10-11T16:10:41.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.5 2023-10-11T16:10:41.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.4 2023-10-11T16:10:41.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.6 2023-10-11T16:10:41.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.7 2023-10-11T16:10:41.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.5 2023-10-11T16:10:41.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:41 smithi079 ceph-mon[140862]: osd.2 reported immediately failed by osd.4 2023-10-11T16:10:42.201 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:41 smithi045 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.2.service: Succeeded. 2023-10-11T16:10:42.201 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:41 smithi045 systemd[1]: Stopped Ceph osd.2 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:10:42.202 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:41 smithi045 systemd[1]: Starting Ceph osd.2 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:10:42.486 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:42.517 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:42 smithi045 ceph-mon[164763]: pgmap v76: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:42.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:42 smithi045 ceph-mon[164763]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:10:42.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:42 smithi045 ceph-mon[164763]: failed to encode map e83 with expected crc 2023-10-11T16:10:42.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:42 smithi045 ceph-mon[164763]: osdmap e83: 8 total, 7 up, 8 in 2023-10-11T16:10:42.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:42 smithi045 ceph-mon[164763]: failed to encode map e83 with expected crc 2023-10-11T16:10:42.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:42 smithi079 ceph-mon[140862]: pgmap v76: 129 pgs: 129 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:10:42.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:42 smithi079 ceph-mon[140862]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:10:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:42 smithi079 ceph-mon[140862]: failed to encode map e83 with expected crc 2023-10-11T16:10:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:42 smithi079 ceph-mon[140862]: osdmap e83: 8 total, 7 up, 8 in 2023-10-11T16:10:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:42 smithi079 ceph-mon[140862]: failed to encode map e83 with expected crc 2023-10-11T16:10:43.018 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:42 smithi045 bash[179251]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-11T16:10:43.019 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:42 smithi045 bash[179251]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-10-11T16:10:43.019 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:42 smithi045 bash[179251]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2023-10-11T16:10:43.019 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:42 smithi045 bash[179251]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-10-11T16:10:43.019 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:42 smithi045 bash[179251]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-10-11T16:10:43.019 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:42 smithi045 bash[179251]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-10-11T16:10:43.020 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:42 smithi045 bash[179251]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-10-11T16:10:43.020 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:42 smithi045 bash[179251]: --> ceph-volume lvm activate successful for osd ID: 2 2023-10-11T16:10:43.768 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-osd[179541]: -- 172.21.15.45:0/2087141971 <== mon.0 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5573cd3624e0 con 0x5573cd333000 2023-10-11T16:10:43.768 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:43 smithi045 bash[179503]: 598da21d121dcc6ac18373c9911d3b069cf057a27f6656410fbb51a5568cfc33 2023-10-11T16:10:43.768 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:43 smithi045 systemd[1]: Started Ceph osd.2 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:10:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: osdmap e84: 8 total, 7 up, 8 in 2023-10-11T16:10:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-mon[164763]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: osdmap e84: 8 total, 7 up, 8 in 2023-10-11T16:10:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:43.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:43 smithi079 ceph-mon[140862]: failed to encode map e84 with expected crc 2023-10-11T16:10:44.237 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:43 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-2[179518]: 2023-10-11T16:10:43.984+0000 7f054b32d640 -1 Falling back to public interface 2023-10-11T16:10:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:44 smithi079 ceph-mon[140862]: pgmap v79: 129 pgs: 12 stale+active+clean, 117 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-10-11T16:10:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:44 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:44 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:44.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:44 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:44.926 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:44 smithi045 ceph-mon[164763]: pgmap v79: 129 pgs: 12 stale+active+clean, 117 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-10-11T16:10:44.926 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:44 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:44.927 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:44 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:44.927 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:44 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:45 smithi079 ceph-mon[140862]: pgmap v80: 129 pgs: 20 active+undersized+degraded, 16 active+undersized, 93 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 145/1506 objects degraded (9.628%) 2023-10-11T16:10:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:45 smithi079 ceph-mon[140862]: Health check failed: Degraded data redundancy: 145/1506 objects degraded (9.628%), 20 pgs degraded (PG_DEGRADED) 2023-10-11T16:10:46.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:45 smithi045 ceph-mon[164763]: pgmap v80: 129 pgs: 20 active+undersized+degraded, 16 active+undersized, 93 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 145/1506 objects degraded (9.628%) 2023-10-11T16:10:46.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:45 smithi045 ceph-mon[164763]: Health check failed: Degraded data redundancy: 145/1506 objects degraded (9.628%), 20 pgs degraded (PG_DEGRADED) 2023-10-11T16:10:47.536 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:48.268 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-2[179518]: 2023-10-11T16:10:48.091+0000 7f054b32d640 -1 osd.2 82 log_to_monitors true 2023-10-11T16:10:48.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:48 smithi079 ceph-mon[140862]: pgmap v81: 129 pgs: 20 active+undersized+degraded, 16 active+undersized, 93 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 145/1506 objects degraded (9.628%) 2023-10-11T16:10:48.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:48 smithi079 ceph-mon[140862]: from='osd.2 [v2:172.21.15.45:6818/1112221478,v1:172.21.15.45:6819/1112221478]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T16:10:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:48.764 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:10:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-2[179518]: 2023-10-11T16:10:48.323+0000 7f0539793700 -1 osd.2 82 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-11T16:10:48.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:48 smithi045 ceph-mon[164763]: pgmap v81: 129 pgs: 20 active+undersized+degraded, 16 active+undersized, 93 active+clean; 309 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 145/1506 objects degraded (9.628%) 2023-10-11T16:10:48.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:48.765 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:10:48.766 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:48 smithi045 ceph-mon[164763]: from='osd.2 [v2:172.21.15.45:6818/1112221478,v1:172.21.15.45:6819/1112221478]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T16:10:48.766 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:48.766 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:49.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:49 smithi079 ceph-mon[140862]: from='osd.2 [v2:172.21.15.45:6818/1112221478,v1:172.21.15.45:6819/1112221478]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T16:10:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:49 smithi079 ceph-mon[140862]: osdmap e85: 8 total, 7 up, 8 in 2023-10-11T16:10:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:49 smithi079 ceph-mon[140862]: from='osd.2 [v2:172.21.15.45:6818/1112221478,v1:172.21.15.45:6819/1112221478]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T16:10:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:49 smithi079 ceph-mon[140862]: failed to encode map e85 with expected crc 2023-10-11T16:10:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:49 smithi079 ceph-mon[140862]: failed to encode map e85 with expected crc 2023-10-11T16:10:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:49 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:49.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:49 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:49.663 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:49 smithi045 ceph-mon[164763]: from='osd.2 [v2:172.21.15.45:6818/1112221478,v1:172.21.15.45:6819/1112221478]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T16:10:49.664 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:49 smithi045 ceph-mon[164763]: osdmap e85: 8 total, 7 up, 8 in 2023-10-11T16:10:49.664 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:49 smithi045 ceph-mon[164763]: from='osd.2 [v2:172.21.15.45:6818/1112221478,v1:172.21.15.45:6819/1112221478]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T16:10:49.664 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:49 smithi045 ceph-mon[164763]: failed to encode map e85 with expected crc 2023-10-11T16:10:49.664 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:49 smithi045 ceph-mon[164763]: failed to encode map e85 with expected crc 2023-10-11T16:10:49.665 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:49 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:49.665 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:49 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:50.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:50 smithi079 ceph-mon[140862]: pgmap v83: 129 pgs: 20 active+undersized+degraded, 16 active+undersized, 93 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 263 B/s wr, 0 op/s; 145/1506 objects degraded (9.628%) 2023-10-11T16:10:50.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:50 smithi079 ceph-mon[140862]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:10:50.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:50 smithi079 ceph-mon[140862]: failed to encode map e86 with expected crc 2023-10-11T16:10:50.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:50 smithi079 ceph-mon[140862]: osd.2 [v2:172.21.15.45:6818/1112221478,v1:172.21.15.45:6819/1112221478] boot 2023-10-11T16:10:50.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:50 smithi079 ceph-mon[140862]: osdmap e86: 8 total, 8 up, 8 in 2023-10-11T16:10:50.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:50 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T16:10:50.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:50 smithi079 ceph-mon[140862]: osdmap e87: 8 total, 8 up, 8 in 2023-10-11T16:10:50.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:50 smithi045 ceph-mon[164763]: pgmap v83: 129 pgs: 20 active+undersized+degraded, 16 active+undersized, 93 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 263 B/s wr, 0 op/s; 145/1506 objects degraded (9.628%) 2023-10-11T16:10:50.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:50 smithi045 ceph-mon[164763]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:10:50.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:50 smithi045 ceph-mon[164763]: failed to encode map e86 with expected crc 2023-10-11T16:10:50.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:50 smithi045 ceph-mon[164763]: osd.2 [v2:172.21.15.45:6818/1112221478,v1:172.21.15.45:6819/1112221478] boot 2023-10-11T16:10:50.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:50 smithi045 ceph-mon[164763]: osdmap e86: 8 total, 8 up, 8 in 2023-10-11T16:10:50.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:50 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T16:10:50.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:50 smithi045 ceph-mon[164763]: osdmap e87: 8 total, 8 up, 8 in 2023-10-11T16:10:51.470 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.471 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.471 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.471 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.472 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.472 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.472 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.472 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.472 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.473 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.473 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.473 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.473 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:51 smithi045 ceph-mon[164763]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:51.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:51 smithi079 ceph-mon[140862]: failed to encode map e87 with expected crc 2023-10-11T16:10:52.583 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:52.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: pgmap v86: 129 pgs: 3 peering, 19 active+undersized+degraded, 14 active+undersized, 93 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 135/1506 objects degraded (8.964%) 2023-10-11T16:10:52.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: Health check update: Degraded data redundancy: 135/1506 objects degraded (8.964%), 19 pgs degraded (PG_DEGRADED) 2023-10-11T16:10:52.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:52.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:52.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:52.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:10:52.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: pgmap v87: 129 pgs: 3 peering, 19 active+undersized+degraded, 14 active+undersized, 93 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 235 B/s wr, 0 op/s; 135/1506 objects degraded (8.964%) 2023-10-11T16:10:52.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: pgmap v88: 129 pgs: 3 peering, 19 active+undersized+degraded, 14 active+undersized, 93 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 135/1506 objects degraded (8.964%) 2023-10-11T16:10:52.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:52.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:52.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:52.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:52.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:52.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:52.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-11T16:10:52.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: pgmap v86: 129 pgs: 3 peering, 19 active+undersized+degraded, 14 active+undersized, 93 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 135/1506 objects degraded (8.964%) 2023-10-11T16:10:52.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: Health check update: Degraded data redundancy: 135/1506 objects degraded (8.964%), 19 pgs degraded (PG_DEGRADED) 2023-10-11T16:10:52.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:52.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:52.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:10:52.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:10:52.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: pgmap v87: 129 pgs: 3 peering, 19 active+undersized+degraded, 14 active+undersized, 93 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 235 B/s wr, 0 op/s; 135/1506 objects degraded (8.964%) 2023-10-11T16:10:52.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: pgmap v88: 129 pgs: 3 peering, 19 active+undersized+degraded, 14 active+undersized, 93 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 135/1506 objects degraded (8.964%) 2023-10-11T16:10:52.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:52.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:10:52.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:10:52.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:52.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:52.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:10:52.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-11T16:10:53.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:53 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-11T16:10:53.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:53 smithi079 ceph-mon[140862]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-10-11T16:10:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:53 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-11T16:10:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:53 smithi045 ceph-mon[164763]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2023-10-11T16:10:54.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:54 smithi079 ceph-mon[140862]: pgmap v89: 129 pgs: 3 peering, 126 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:10:55.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:54 smithi045 ceph-mon[164763]: pgmap v89: 129 pgs: 3 peering, 126 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:10:55.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:55 smithi079 ceph-mon[140862]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 135/1506 objects degraded (8.964%), 19 pgs degraded) 2023-10-11T16:10:56.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:55 smithi045 ceph-mon[164763]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 135/1506 objects degraded (8.964%), 19 pgs degraded) 2023-10-11T16:10:56.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:56 smithi079 ceph-mon[140862]: pgmap v90: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 164 B/s rd, 164 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:10:57.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:56 smithi045 ceph-mon[164763]: pgmap v90: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 164 B/s rd, 164 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:10:57.627 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:10:58.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:10:58 smithi079 ceph-mon[140862]: pgmap v91: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 141 B/s rd, 141 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:10:59.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:10:58 smithi045 ceph-mon[164763]: pgmap v91: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 141 B/s rd, 141 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:10:59.858 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:11:00.561 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:11:00.562 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (11m) 12s ago 19m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:11:00.562 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (96s) 12s ago 19m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:11:00.562 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (93s) 89s ago 18m 7470k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:11:00.562 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (9m) 12s ago 19m 37.9M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:11:00.562 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (15m) 12s ago 15m 39.3M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:11:00.563 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (15m) 89s ago 15m 16.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:11:00.563 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (2m) 12s ago 20m 506M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:11:00.563 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (2m) 89s ago 18m 448M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:11:00.563 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (2m) 12s ago 20m 104M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:11:00.563 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (2m) 89s ago 18m 80.5M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:11:00.564 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (13m) 12s ago 13m 83.4M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:11:00.564 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (13m) 89s ago 13m 77.7M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:11:00.564 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (7m) 12s ago 19m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:11:00.564 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (2m) 89s ago 18m 3045k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:11:00.564 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (77s) 12s ago 18m 326M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:11:00.565 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (47s) 12s ago 18m 261M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:11:00.565 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (17s) 12s ago 17m 12.5M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:11:00.565 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (17m) 12s ago 17m 1073M 1943M 16.2.5 6933c2a0b7dd 4f44380fb954 2023-10-11T16:11:00.565 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (17m) 89s ago 17m 998M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:11:00.565 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (17m) 89s ago 17m 1300M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:11:00.566 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (16m) 89s ago 16m 1043M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:11:00.566 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (16m) 89s ago 16m 1600M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:11:00.566 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 unknown 12s ago 18m - - 2023-10-11T16:11:00.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:00 smithi079 ceph-mon[140862]: pgmap v92: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 245 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:00.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:00 smithi045 ceph-mon[164763]: pgmap v92: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 245 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:00.983 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:11:00.984 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:11:00.984 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:11:00.984 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:11:00.984 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:11:00.984 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:11:00.985 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:11:00.985 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:11:00.985 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2023-10-11T16:11:00.985 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 3 2023-10-11T16:11:00.985 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:11:00.986 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:11:00.986 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:11:00.986 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:11:00.986 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:11:00.986 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2023-10-11T16:11:00.987 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 7 2023-10-11T16:11:00.987 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:11:00.987 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:11:01.337 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:11:01.337 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:11:01.338 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:11:01.338 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:11:01.338 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:11:01.338 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:11:01.339 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:11:01.339 INFO:teuthology.orchestra.run.smithi045.stdout: "crash" 2023-10-11T16:11:01.339 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:11:01.339 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "9/23 daemons upgraded", 2023-10-11T16:11:01.339 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-10-11T16:11:01.339 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:11:01.340 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:11:01.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:01 smithi079 ceph-mon[140862]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:01.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:01 smithi079 ceph-mon[140862]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:01.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:01 smithi079 ceph-mon[140862]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:01.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:01 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1760520343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:01.758 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:11:01.758 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:11:01.758 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:11:01.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:01 smithi045 ceph-mon[164763]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:01.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:01 smithi045 ceph-mon[164763]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:01.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:01 smithi045 ceph-mon[164763]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:01.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:01 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1760520343' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:02.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:02 smithi079 ceph-mon[140862]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:02.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:02 smithi079 ceph-mon[140862]: pgmap v93: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:02.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:02 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2569079811' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:11:02.670 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:02 smithi045 ceph-mon[164763]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:02 smithi045 ceph-mon[164763]: pgmap v93: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:02 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2569079811' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:11:03.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:03.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:03.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:03.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:03.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:03.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:04.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:04 smithi079 ceph-mon[140862]: pgmap v94: 129 pgs: 129 active+clean; 309 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 2023-10-11T16:11:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:04 smithi045 ceph-mon[164763]: pgmap v94: 129 pgs: 129 active+clean; 309 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 2023-10-11T16:11:05.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:05 smithi079 ceph-mon[140862]: pgmap v95: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:11:06.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:05 smithi045 ceph-mon[164763]: pgmap v95: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:11:07.120 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-11T16:11:07.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-11T16:11:07.718 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:08.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:07 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-11T16:11:08.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:07 smithi079 ceph-mon[140862]: Upgrade: osd.3 is safe to restart 2023-10-11T16:11:08.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:07 smithi079 ceph-mon[140862]: pgmap v96: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:11:08.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:07 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-10-11T16:11:08.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:07 smithi045 ceph-mon[164763]: Upgrade: osd.3 is safe to restart 2023-10-11T16:11:08.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:07 smithi045 ceph-mon[164763]: pgmap v96: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:11:09.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:08 smithi045 ceph-mon[164763]: Upgrade: Updating osd.3 2023-10-11T16:11:09.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:09.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T16:11:09.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:08 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:09.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:08 smithi045 ceph-mon[164763]: Deploying daemon osd.3 on smithi045 2023-10-11T16:11:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:08 smithi079 ceph-mon[140862]: Upgrade: Updating osd.3 2023-10-11T16:11:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:09.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T16:11:09.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:08 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:09.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:08 smithi079 ceph-mon[140862]: Deploying daemon osd.3 on smithi045 2023-10-11T16:11:10.285 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:10 smithi045 systemd[1]: Stopping Ceph osd.3 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:11:10.285 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.3[129927]: debug 2023-10-11T16:11:10.282+0000 7ff3dcd0f700 -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 2023-10-11T16:11:10.285 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.3[129927]: debug 2023-10-11T16:11:10.282+0000 7ff3dcd0f700 -1 osd.3 87 *** Got signal Terminated *** 2023-10-11T16:11:10.285 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:10 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.3[129927]: debug 2023-10-11T16:11:10.282+0000 7ff3dcd0f700 -1 osd.3 87 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:11:10.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:10 smithi045 ceph-mon[164763]: pgmap v97: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:11:10.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:10 smithi079 ceph-mon[140862]: pgmap v97: 129 pgs: 129 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:11:10.844 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:10 smithi045 bash[182362]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.3 2023-10-11T16:11:11.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:11.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 failed (root=default,host=smithi045) (connection refused reported by osd.4) 2023-10-11T16:11:11.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.6 2023-10-11T16:11:11.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.0 2023-10-11T16:11:11.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.1 2023-10-11T16:11:11.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.2 2023-10-11T16:11:11.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:11.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.6 2023-10-11T16:11:11.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.0 2023-10-11T16:11:11.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.1 2023-10-11T16:11:11.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.2 2023-10-11T16:11:11.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.0 2023-10-11T16:11:11.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.0 2023-10-11T16:11:11.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.1 2023-10-11T16:11:11.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.2 2023-10-11T16:11:11.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:11.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.6 2023-10-11T16:11:11.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.1 2023-10-11T16:11:11.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.2 2023-10-11T16:11:11.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:11.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.6 2023-10-11T16:11:11.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:11 smithi045 ceph-mon[164763]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:11.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:11.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 failed (root=default,host=smithi045) (connection refused reported by osd.4) 2023-10-11T16:11:11.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.6 2023-10-11T16:11:11.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.0 2023-10-11T16:11:11.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.1 2023-10-11T16:11:11.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.2 2023-10-11T16:11:11.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:11.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.6 2023-10-11T16:11:11.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.0 2023-10-11T16:11:11.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.1 2023-10-11T16:11:11.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.2 2023-10-11T16:11:11.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.0 2023-10-11T16:11:11.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.0 2023-10-11T16:11:11.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.1 2023-10-11T16:11:11.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.2 2023-10-11T16:11:11.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:11.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.6 2023-10-11T16:11:11.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.1 2023-10-11T16:11:11.638 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.2 2023-10-11T16:11:11.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:11.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.6 2023-10-11T16:11:11.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.7 2023-10-11T16:11:11.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.5 2023-10-11T16:11:11.639 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:11 smithi079 ceph-mon[140862]: osd.3 reported immediately failed by osd.4 2023-10-11T16:11:12.268 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.3.service: Succeeded. 2023-10-11T16:11:12.268 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 systemd[1]: Stopped Ceph osd.3 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:11:12.268 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 systemd[1]: Starting Ceph osd.3 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:11:12.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:12 smithi079 ceph-mon[140862]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:11:12.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:12 smithi079 ceph-mon[140862]: failed to encode map e88 with expected crc 2023-10-11T16:11:12.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:12 smithi079 ceph-mon[140862]: osdmap e88: 8 total, 7 up, 8 in 2023-10-11T16:11:12.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:12 smithi079 ceph-mon[140862]: failed to encode map e88 with expected crc 2023-10-11T16:11:12.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:12 smithi079 ceph-mon[140862]: pgmap v99: 129 pgs: 20 stale+active+clean, 109 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:11:12.760 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:12.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:12 smithi045 ceph-mon[164763]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:11:12.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:12 smithi045 ceph-mon[164763]: failed to encode map e88 with expected crc 2023-10-11T16:11:12.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:12 smithi045 ceph-mon[164763]: osdmap e88: 8 total, 7 up, 8 in 2023-10-11T16:11:12.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:12 smithi045 ceph-mon[164763]: failed to encode map e88 with expected crc 2023-10-11T16:11:12.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:12 smithi045 ceph-mon[164763]: pgmap v99: 129 pgs: 20 stale+active+clean, 109 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:11:13.268 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 bash[182661]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-11T16:11:13.269 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 bash[182661]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-10-11T16:11:13.269 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 bash[182661]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2023-10-11T16:11:13.269 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 bash[182661]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-10-11T16:11:13.269 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 bash[182661]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-10-11T16:11:13.270 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 bash[182661]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-10-11T16:11:13.270 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 bash[182661]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-10-11T16:11:13.270 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:12 smithi045 bash[182661]: --> ceph-volume lvm activate successful for osd ID: 3 2023-10-11T16:11:13.602 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-mon[164763]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-mon[164763]: osdmap e89: 8 total, 7 up, 8 in 2023-10-11T16:11:13.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-mon[164763]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-mon[164763]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-mon[164763]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.603 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-mon[164763]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.604 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-mon[164763]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.604 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-mon[164763]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.604 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-mon[164763]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:13 smithi079 ceph-mon[140862]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:13 smithi079 ceph-mon[140862]: osdmap e89: 8 total, 7 up, 8 in 2023-10-11T16:11:13.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:13 smithi079 ceph-mon[140862]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:13 smithi079 ceph-mon[140862]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:13 smithi079 ceph-mon[140862]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:13 smithi079 ceph-mon[140862]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:13 smithi079 ceph-mon[140862]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:13 smithi079 ceph-mon[140862]: failed to encode map e89 with expected crc 2023-10-11T16:11:13.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:13 smithi079 ceph-mon[140862]: failed to encode map e89 with expected crc 2023-10-11T16:11:14.018 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:13 smithi045 ceph-osd[182955]: -- 172.21.15.45:0/2650991103 <== mon.0 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b246a684e0 con 0x55b246a39000 2023-10-11T16:11:14.018 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:13 smithi045 bash[182917]: 8815ebe30b26cd9243bbea33acf67986c863728d669aced5f53a5ce22829cda8 2023-10-11T16:11:14.018 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:13 smithi045 systemd[1]: Started Ceph osd.3 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:11:14.518 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:14 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-3[182932]: 2023-10-11T16:11:14.201+0000 7fd90a697640 -1 Falling back to public interface 2023-10-11T16:11:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:14 smithi045 ceph-mon[164763]: pgmap v101: 129 pgs: 22 active+undersized+degraded, 4 stale+active+clean, 18 active+undersized, 85 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 133/1506 objects degraded (8.831%) 2023-10-11T16:11:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:14.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:14 smithi079 ceph-mon[140862]: pgmap v101: 129 pgs: 22 active+undersized+degraded, 4 stale+active+clean, 18 active+undersized, 85 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 133/1506 objects degraded (8.831%) 2023-10-11T16:11:14.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:14.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:14.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:15.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:15 smithi079 ceph-mon[140862]: Health check failed: Degraded data redundancy: 133/1506 objects degraded (8.831%), 22 pgs degraded (PG_DEGRADED) 2023-10-11T16:11:15.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:15 smithi045 ceph-mon[164763]: Health check failed: Degraded data redundancy: 133/1506 objects degraded (8.831%), 22 pgs degraded (PG_DEGRADED) 2023-10-11T16:11:16.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:16 smithi045 ceph-mon[164763]: pgmap v102: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:16.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:16 smithi079 ceph-mon[140862]: pgmap v102: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:17.800 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:18 smithi079 ceph-mon[140862]: pgmap v103: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:18.768 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:18 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-3[182932]: 2023-10-11T16:11:18.319+0000 7fd90a697640 -1 osd.3 87 log_to_monitors true 2023-10-11T16:11:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:18 smithi045 ceph-mon[164763]: pgmap v103: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:19.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:19 smithi079 ceph-mon[140862]: from='osd.3 [v2:172.21.15.45:6826/395999605,v1:172.21.15.45:6827/395999605]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T16:11:19.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:19 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:19.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:19 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:19.714 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:11:19 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-3[182932]: 2023-10-11T16:11:19.333+0000 7fd8f82fc700 -1 osd.3 87 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-11T16:11:19.714 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:19 smithi045 ceph-mon[164763]: from='osd.3 [v2:172.21.15.45:6826/395999605,v1:172.21.15.45:6827/395999605]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T16:11:19.715 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:19 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:19.715 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:19 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:20.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:20 smithi079 ceph-mon[140862]: from='osd.3 [v2:172.21.15.45:6826/395999605,v1:172.21.15.45:6827/395999605]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T16:11:20.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:20 smithi079 ceph-mon[140862]: osdmap e90: 8 total, 7 up, 8 in 2023-10-11T16:11:20.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:20 smithi079 ceph-mon[140862]: from='osd.3 [v2:172.21.15.45:6826/395999605,v1:172.21.15.45:6827/395999605]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T16:11:20.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:20 smithi079 ceph-mon[140862]: pgmap v105: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:20.666 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:20 smithi045 ceph-mon[164763]: from='osd.3 [v2:172.21.15.45:6826/395999605,v1:172.21.15.45:6827/395999605]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T16:11:20.666 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:20 smithi045 ceph-mon[164763]: osdmap e90: 8 total, 7 up, 8 in 2023-10-11T16:11:20.666 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:20 smithi045 ceph-mon[164763]: from='osd.3 [v2:172.21.15.45:6826/395999605,v1:172.21.15.45:6827/395999605]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2023-10-11T16:11:20.667 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:20 smithi045 ceph-mon[164763]: pgmap v105: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:21.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: failed to encode map e90 with expected crc 2023-10-11T16:11:21.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: failed to encode map e90 with expected crc 2023-10-11T16:11:21.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: failed to encode map e90 with expected crc 2023-10-11T16:11:21.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: failed to encode map e90 with expected crc 2023-10-11T16:11:21.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:11:21.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: failed to encode map e91 with expected crc 2023-10-11T16:11:21.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: osd.3 [v2:172.21.15.45:6826/395999605,v1:172.21.15.45:6827/395999605] boot 2023-10-11T16:11:21.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: osdmap e91: 8 total, 8 up, 8 in 2023-10-11T16:11:21.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T16:11:21.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:21.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:21.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:21.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:11:21.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:21.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:21.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:21.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:21.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:21.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:21.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-11T16:11:21.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: failed to encode map e90 with expected crc 2023-10-11T16:11:21.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: failed to encode map e90 with expected crc 2023-10-11T16:11:21.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: failed to encode map e90 with expected crc 2023-10-11T16:11:21.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: failed to encode map e90 with expected crc 2023-10-11T16:11:21.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:11:21.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: failed to encode map e91 with expected crc 2023-10-11T16:11:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: osd.3 [v2:172.21.15.45:6826/395999605,v1:172.21.15.45:6827/395999605] boot 2023-10-11T16:11:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: osdmap e91: 8 total, 8 up, 8 in 2023-10-11T16:11:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T16:11:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:21.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:11:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:21.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:21.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:21.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:21.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-11T16:11:22.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: pgmap v107: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 135 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: pgmap v108: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 185 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-11T16:11:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-10-11T16:11:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: osdmap e92: 8 total, 8 up, 8 in 2023-10-11T16:11:22.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:22 smithi079 ceph-mon[140862]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: pgmap v107: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 135 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:22.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: pgmap v108: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 185 B/s wr, 0 op/s; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-11T16:11:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-10-11T16:11:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: osdmap e92: 8 total, 8 up, 8 in 2023-10-11T16:11:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:22 smithi045 ceph-mon[164763]: failed to encode map e92 with expected crc 2023-10-11T16:11:22.841 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:24.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:24 smithi079 ceph-mon[140862]: pgmap v110: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:24.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:24 smithi079 ceph-mon[140862]: Health check update: Degraded data redundancy: 191/1506 objects degraded (12.683%), 29 pgs degraded (PG_DEGRADED) 2023-10-11T16:11:24.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:24 smithi045 ceph-mon[164763]: pgmap v110: 129 pgs: 29 active+undersized+degraded, 21 active+undersized, 79 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 191/1506 objects degraded (12.683%) 2023-10-11T16:11:24.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:24 smithi045 ceph-mon[164763]: Health check update: Degraded data redundancy: 191/1506 objects degraded (12.683%), 29 pgs degraded (PG_DEGRADED) 2023-10-11T16:11:25.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:25 smithi045 ceph-mon[164763]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 191/1506 objects degraded (12.683%), 29 pgs degraded) 2023-10-11T16:11:25.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:25 smithi079 ceph-mon[140862]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 191/1506 objects degraded (12.683%), 29 pgs degraded) 2023-10-11T16:11:26.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:26 smithi045 ceph-mon[164763]: pgmap v111: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 185 B/s wr, 29 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:26 smithi079 ceph-mon[140862]: pgmap v111: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 185 B/s wr, 29 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:27.880 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:28.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:28 smithi045 ceph-mon[164763]: pgmap v112: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 151 B/s wr, 23 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:28.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:28 smithi079 ceph-mon[140862]: pgmap v112: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 151 B/s wr, 23 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:30.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:30 smithi045 ceph-mon[164763]: pgmap v113: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 255 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:30.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:30 smithi079 ceph-mon[140862]: pgmap v113: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 255 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:32.168 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:11:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:32 smithi045 ceph-mon[164763]: pgmap v114: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 204 B/s wr, 16 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:32.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:32 smithi079 ceph-mon[140862]: pgmap v114: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 204 B/s wr, 16 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:32.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:32.884 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:11:32.884 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (11m) 15s ago 20m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:11:32.885 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (2m) 15s ago 20m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:11:32.885 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (2m) 2m ago 19m 7470k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:11:32.885 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (9m) 15s ago 19m 38.1M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:11:32.885 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (16m) 15s ago 16m 39.3M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:11:32.885 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (16m) 2m ago 16m 16.6M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:11:32.886 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (3m) 15s ago 21m 508M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:11:32.886 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (3m) 2m ago 19m 448M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:11:32.886 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (2m) 15s ago 21m 110M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:11:32.886 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (2m) 2m ago 19m 80.5M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:11:32.887 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (14m) 15s ago 14m 83.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:11:32.887 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (14m) 2m ago 14m 77.7M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:11:32.887 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (7m) 15s ago 19m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:11:32.887 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (3m) 2m ago 19m 3045k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:11:32.887 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (109s) 15s ago 18m 332M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:11:32.888 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (79s) 15s ago 18m 268M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:11:32.888 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (49s) 15s ago 18m 228M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:11:32.888 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (19s) 15s ago 18m 12.2M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:11:32.888 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (17m) 2m ago 17m 998M 2710M 16.2.5 6933c2a0b7dd 467c29cdd012 2023-10-11T16:11:32.888 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (17m) 2m ago 17m 1300M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:11:32.889 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (17m) 2m ago 17m 1043M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:11:32.889 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (17m) 2m ago 17m 1600M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:11:32.889 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 unknown 15s ago 19m - - 2023-10-11T16:11:32.927 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:33.313 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:11:33.313 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:11:33.313 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:11:33.313 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:11:33.314 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:11:33.314 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:11:33.314 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:11:33.314 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:11:33.314 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2023-10-11T16:11:33.315 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 4 2023-10-11T16:11:33.315 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:11:33.315 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:11:33.315 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:11:33.315 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:11:33.316 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:11:33.316 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2023-10-11T16:11:33.316 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 8 2023-10-11T16:11:33.316 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:11:33.316 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:11:33.666 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:11:33.666 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:11:33.666 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:11:33.667 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:11:33.667 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:11:33.667 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:11:33.667 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:11:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: "crash" 2023-10-11T16:11:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:11:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "10/23 daemons upgraded", 2023-10-11T16:11:33.668 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-10-11T16:11:33.669 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:11:33.669 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:11:33.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:33 smithi045 ceph-mon[164763]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:33.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:33 smithi045 ceph-mon[164763]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:33.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:33 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2848689466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:33.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:33 smithi079 ceph-mon[140862]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:33.939 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:33 smithi079 ceph-mon[140862]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:33.940 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:33 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2848689466' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:34.086 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:11:34.086 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:11:34.086 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:11:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:34 smithi045 ceph-mon[164763]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:34 smithi045 ceph-mon[164763]: pgmap v115: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 174 B/s wr, 14 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:34 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/180752519' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:11:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:34 smithi079 ceph-mon[140862]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:34 smithi079 ceph-mon[140862]: pgmap v115: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 174 B/s wr, 14 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:34 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/180752519' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:11:35.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:35 smithi045 ceph-mon[164763]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:35.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:35 smithi079 ceph-mon[140862]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:11:36.678 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:36 smithi079 ceph-mon[140862]: pgmap v116: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 255 B/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:36.679 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:36 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-11T16:11:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:36 smithi045 ceph-mon[164763]: pgmap v116: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 255 B/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:36 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-11T16:11:37.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:37 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-11T16:11:37.623 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:37 smithi079 ceph-mon[140862]: Upgrade: osd.4 is safe to restart 2023-10-11T16:11:37.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:37.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T16:11:37.624 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:37 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:37.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:37 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-10-11T16:11:37.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:37 smithi045 ceph-mon[164763]: Upgrade: osd.4 is safe to restart 2023-10-11T16:11:37.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:37.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T16:11:37.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:37 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:37.969 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:38.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:38 smithi079 ceph-mon[140862]: pgmap v117: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:11:38.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:38 smithi079 ceph-mon[140862]: Upgrade: Updating osd.4 2023-10-11T16:11:38.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:38 smithi079 ceph-mon[140862]: Deploying daemon osd.4 on smithi079 2023-10-11T16:11:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:38 smithi045 ceph-mon[164763]: pgmap v117: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:11:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:38 smithi045 ceph-mon[164763]: Upgrade: Updating osd.4 2023-10-11T16:11:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:38 smithi045 ceph-mon[164763]: Deploying daemon osd.4 on smithi079 2023-10-11T16:11:39.551 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:39 smithi079 systemd[1]: Stopping Ceph osd.4 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:11:39.551 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.4[115892]: debug 2023-10-11T16:11:39.386+0000 7f5c04154700 -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 2023-10-11T16:11:39.551 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.4[115892]: debug 2023-10-11T16:11:39.386+0000 7f5c04154700 -1 osd.4 92 *** Got signal Terminated *** 2023-10-11T16:11:39.552 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:39 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.4[115892]: debug 2023-10-11T16:11:39.386+0000 7f5c04154700 -1 osd.4 92 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:11:39.883 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:39 smithi079 bash[146133]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.4 2023-10-11T16:11:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: pgmap v118: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:11:40.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 failed (root=default,host=smithi079) (connection refused reported by osd.7) 2023-10-11T16:11:40.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.2 2023-10-11T16:11:40.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.3 2023-10-11T16:11:40.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:40.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.2 2023-10-11T16:11:40.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.3 2023-10-11T16:11:40.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:40.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:40.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.2 2023-10-11T16:11:40.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.3 2023-10-11T16:11:40.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.2 2023-10-11T16:11:40.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.3 2023-10-11T16:11:40.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:40 smithi045 ceph-mon[164763]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:40.792 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: pgmap v118: 129 pgs: 129 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:11:40.792 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.792 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 failed (root=default,host=smithi079) (connection refused reported by osd.7) 2023-10-11T16:11:40.792 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:40.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.2 2023-10-11T16:11:40.793 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.3 2023-10-11T16:11:40.794 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.794 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:40.794 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.794 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.795 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.2 2023-10-11T16:11:40.795 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.3 2023-10-11T16:11:40.795 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:40.795 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.795 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.795 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.796 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:40.796 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.796 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.796 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.2 2023-10-11T16:11:40.796 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.3 2023-10-11T16:11:40.797 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.797 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.797 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.797 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.2 2023-10-11T16:11:40.798 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.3 2023-10-11T16:11:40.798 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.7 2023-10-11T16:11:40.798 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.6 2023-10-11T16:11:40.798 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.0 2023-10-11T16:11:40.798 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.1 2023-10-11T16:11:40.799 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:40 smithi079 ceph-mon[140862]: osd.4 reported immediately failed by osd.5 2023-10-11T16:11:41.133 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:40 smithi079 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.4.service: Succeeded. 2023-10-11T16:11:41.134 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:40 smithi079 systemd[1]: Stopped Ceph osd.4 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:11:41.134 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:40 smithi079 systemd[1]: Starting Ceph osd.4 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:11:41.758 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:41 smithi079 ceph-mon[140862]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:11:41.758 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:41 smithi079 ceph-mon[140862]: osdmap e93: 8 total, 7 up, 8 in 2023-10-11T16:11:41.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:41 smithi079 ceph-mon[140862]: failed to encode map e93 with expected crc 2023-10-11T16:11:41.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:41 smithi079 ceph-mon[140862]: failed to encode map e93 with expected crc 2023-10-11T16:11:41.759 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:41 smithi079 ceph-mon[140862]: osdmap e94: 8 total, 7 up, 8 in 2023-10-11T16:11:41.759 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:41 smithi079 bash[146410]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-11T16:11:41.759 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:41 smithi079 bash[146410]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-10-11T16:11:41.760 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:41 smithi079 bash[146410]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-10-11T16:11:41.760 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:41 smithi079 bash[146410]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-10-11T16:11:41.760 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:41 smithi079 bash[146410]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-10-11T16:11:41.760 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:41 smithi079 bash[146410]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-10-11T16:11:41.760 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:41 smithi079 bash[146410]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-10-11T16:11:41.761 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:41 smithi079 bash[146410]: --> ceph-volume lvm activate successful for osd ID: 4 2023-10-11T16:11:41.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:41 smithi045 ceph-mon[164763]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:11:41.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:41 smithi045 ceph-mon[164763]: osdmap e93: 8 total, 7 up, 8 in 2023-10-11T16:11:41.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:41 smithi045 ceph-mon[164763]: failed to encode map e93 with expected crc 2023-10-11T16:11:41.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:41 smithi045 ceph-mon[164763]: failed to encode map e93 with expected crc 2023-10-11T16:11:41.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:41 smithi045 ceph-mon[164763]: osdmap e94: 8 total, 7 up, 8 in 2023-10-11T16:11:42.633 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-osd[146711]: -- 172.21.15.79:0/828899888 <== mon.1 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556198fc04e0 con 0x556198f90c00 2023-10-11T16:11:42.634 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:42 smithi079 bash[146674]: 32138269643ac793a734c44a13ea5c383b973c38b9533e670b5eeb80f2d22df4 2023-10-11T16:11:42.634 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:42 smithi079 systemd[1]: Started Ceph osd.4 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:11:42.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: pgmap v120: 129 pgs: 18 stale+active+clean, 111 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:11:42.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:42.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:42.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:42.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: pgmap v120: 129 pgs: 18 stale+active+clean, 111 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:11:42.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: failed to encode map e94 with expected crc 2023-10-11T16:11:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:43.003 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:43.133 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:42 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:11:42.744+0000 7f0158850640 -1 Falling back to public interface 2023-10-11T16:11:44.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:44 smithi045 ceph-mon[164763]: pgmap v122: 129 pgs: 18 stale+active+clean, 111 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:11:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:44 smithi079 ceph-mon[140862]: pgmap v122: 129 pgs: 18 stale+active+clean, 111 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:11:46.054 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:45 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:46.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:45 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:46.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:45 smithi079 ceph-mon[140862]: pgmap v123: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 246/1506 objects degraded (16.335%) 2023-10-11T16:11:46.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:45 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:46.055 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:45 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:46.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:45 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:46.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:45 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:46.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:45 smithi045 ceph-mon[164763]: pgmap v123: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 246/1506 objects degraded (16.335%) 2023-10-11T16:11:46.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:45 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:46.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:45 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:46.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:46 smithi079 ceph-mon[140862]: Health check failed: Degraded data redundancy: 246/1506 objects degraded (16.335%), 32 pgs degraded (PG_DEGRADED) 2023-10-11T16:11:47.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:46 smithi045 ceph-mon[164763]: Health check failed: Degraded data redundancy: 246/1506 objects degraded (16.335%), 32 pgs degraded (PG_DEGRADED) 2023-10-11T16:11:47.801 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:47 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:11:47.501+0000 7f0158850640 -1 osd.4 92 log_to_monitors true 2023-10-11T16:11:48.041 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:48.633 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:11:48.333+0000 7f01464b5700 -1 osd.4 92 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-11T16:11:48.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: pgmap v124: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 246/1506 objects degraded (16.335%) 2023-10-11T16:11:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='osd.4 [v2:172.21.15.79:6800/3544270805,v1:172.21.15.79:6801/3544270805]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T16:11:48.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T16:11:48.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:48.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:11:48.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:48.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:48.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:48.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:48.637 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-11T16:11:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: pgmap v124: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 246/1506 objects degraded (16.335%) 2023-10-11T16:11:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:11:48.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='osd.4 [v2:172.21.15.79:6800/3544270805,v1:172.21.15.79:6801/3544270805]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T16:11:48.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T16:11:48.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:11:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:11:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:11:48.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:11:48.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:48.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:48.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:11:48.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-11T16:11:49.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:49 smithi079 ceph-mon[140862]: pgmap v125: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 137 B/s wr, 0 op/s; 246/1506 objects degraded (16.335%) 2023-10-11T16:11:49.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:49 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-11T16:11:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:49 smithi079 ceph-mon[140862]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2023-10-11T16:11:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:49 smithi079 ceph-mon[140862]: failed to encode map e95 with expected crc 2023-10-11T16:11:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:49 smithi079 ceph-mon[140862]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T16:11:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:49 smithi079 ceph-mon[140862]: osdmap e95: 8 total, 7 up, 8 in 2023-10-11T16:11:49.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:49 smithi079 ceph-mon[140862]: from='osd.4 [v2:172.21.15.79:6800/3544270805,v1:172.21.15.79:6801/3544270805]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:11:49.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:49 smithi079 ceph-mon[140862]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:11:49.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:49 smithi045 ceph-mon[164763]: pgmap v125: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 309 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 137 B/s wr, 0 op/s; 246/1506 objects degraded (16.335%) 2023-10-11T16:11:49.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:49 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-11T16:11:49.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:49 smithi045 ceph-mon[164763]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2023-10-11T16:11:49.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:49 smithi045 ceph-mon[164763]: failed to encode map e95 with expected crc 2023-10-11T16:11:49.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:49 smithi045 ceph-mon[164763]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T16:11:49.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:49 smithi045 ceph-mon[164763]: osdmap e95: 8 total, 7 up, 8 in 2023-10-11T16:11:49.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:49 smithi045 ceph-mon[164763]: from='osd.4 [v2:172.21.15.79:6800/3544270805,v1:172.21.15.79:6801/3544270805]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:11:49.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:49 smithi045 ceph-mon[164763]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:11:50.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:50 smithi079 ceph-mon[140862]: failed to encode map e95 with expected crc 2023-10-11T16:11:50.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:50 smithi079 ceph-mon[140862]: failed to encode map e95 with expected crc 2023-10-11T16:11:50.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:50 smithi079 ceph-mon[140862]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:11:50.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:50 smithi079 ceph-mon[140862]: failed to encode map e96 with expected crc 2023-10-11T16:11:50.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:50 smithi079 ceph-mon[140862]: osd.4 [v2:172.21.15.79:6800/3544270805,v1:172.21.15.79:6801/3544270805] boot 2023-10-11T16:11:50.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:50 smithi079 ceph-mon[140862]: osdmap e96: 8 total, 8 up, 8 in 2023-10-11T16:11:50.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:50 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T16:11:50.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:50 smithi045 ceph-mon[164763]: failed to encode map e95 with expected crc 2023-10-11T16:11:50.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:50 smithi045 ceph-mon[164763]: failed to encode map e95 with expected crc 2023-10-11T16:11:50.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:50 smithi045 ceph-mon[164763]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:11:50.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:50 smithi045 ceph-mon[164763]: failed to encode map e96 with expected crc 2023-10-11T16:11:50.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:50 smithi045 ceph-mon[164763]: osd.4 [v2:172.21.15.79:6800/3544270805,v1:172.21.15.79:6801/3544270805] boot 2023-10-11T16:11:50.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:50 smithi045 ceph-mon[164763]: osdmap e96: 8 total, 8 up, 8 in 2023-10-11T16:11:50.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:50 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T16:11:51.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: pgmap v128: 129 pgs: 10 peering, 24 active+undersized+degraded, 22 active+undersized, 73 active+clean; 309 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 301 B/s wr, 0 op/s; 181/1506 objects degraded (12.019%) 2023-10-11T16:11:51.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: osdmap e97: 8 total, 8 up, 8 in 2023-10-11T16:11:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:51 smithi079 ceph-mon[140862]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: pgmap v128: 129 pgs: 10 peering, 24 active+undersized+degraded, 22 active+undersized, 73 active+clean; 309 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 301 B/s wr, 0 op/s; 181/1506 objects degraded (12.019%) 2023-10-11T16:11:51.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: osdmap e97: 8 total, 8 up, 8 in 2023-10-11T16:11:51.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: failed to encode map e97 with expected crc 2023-10-11T16:11:51.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:51 smithi045 ceph-mon[164763]: failed to encode map e97 with expected crc 2023-10-11T16:11:53.080 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:53.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:53 smithi079 ceph-mon[140862]: pgmap v130: 129 pgs: 10 peering, 24 active+undersized+degraded, 22 active+undersized, 73 active+clean; 309 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 214 B/s wr, 0 op/s; 181/1506 objects degraded (12.019%) 2023-10-11T16:11:53.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:53 smithi045 ceph-mon[164763]: pgmap v130: 129 pgs: 10 peering, 24 active+undersized+degraded, 22 active+undersized, 73 active+clean; 309 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 214 B/s wr, 0 op/s; 181/1506 objects degraded (12.019%) 2023-10-11T16:11:54.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:54 smithi079 ceph-mon[140862]: Health check update: Degraded data redundancy: 181/1506 objects degraded (12.019%), 24 pgs degraded (PG_DEGRADED) 2023-10-11T16:11:54.673 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:54 smithi045 ceph-mon[164763]: Health check update: Degraded data redundancy: 181/1506 objects degraded (12.019%), 24 pgs degraded (PG_DEGRADED) 2023-10-11T16:11:55.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:55 smithi079 ceph-mon[140862]: pgmap v131: 129 pgs: 10 peering, 119 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:55.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:55 smithi079 ceph-mon[140862]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 181/1506 objects degraded (12.019%), 24 pgs degraded) 2023-10-11T16:11:55.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:55 smithi045 ceph-mon[164763]: pgmap v131: 129 pgs: 10 peering, 119 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:55.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:55 smithi045 ceph-mon[164763]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 181/1506 objects degraded (12.019%), 24 pgs degraded) 2023-10-11T16:11:57.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:57 smithi079 ceph-mon[140862]: pgmap v132: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 270 B/s rd, 270 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:57.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:57 smithi045 ceph-mon[164763]: pgmap v132: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 270 B/s rd, 270 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:58.125 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:11:59.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:11:59 smithi079 ceph-mon[140862]: pgmap v133: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 119 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:11:59.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:11:59 smithi045 ceph-mon[164763]: pgmap v133: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 119 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:12:01.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:01 smithi079 ceph-mon[140862]: pgmap v134: 129 pgs: 129 active+clean; 309 MiB data, 1.7 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 2023-10-11T16:12:01.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:01 smithi045 ceph-mon[164763]: pgmap v134: 129 pgs: 129 active+clean; 309 MiB data, 1.7 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 2023-10-11T16:12:03.168 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:03.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:03 smithi079 ceph-mon[140862]: pgmap v135: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 177 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:12:03.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:03.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:03.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:03.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-11T16:12:03.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:03 smithi045 ceph-mon[164763]: pgmap v135: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 177 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:12:03.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:03.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:03.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:03.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-11T16:12:04.466 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:12:04.585 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:04 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-11T16:12:04.586 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:04 smithi079 ceph-mon[140862]: Upgrade: osd.5 is safe to restart 2023-10-11T16:12:04.586 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:04.586 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T16:12:04.586 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:04 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:04 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-10-11T16:12:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:04 smithi045 ceph-mon[164763]: Upgrade: osd.5 is safe to restart 2023-10-11T16:12:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T16:12:04.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:04 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:05.178 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:12:05.179 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (12m) 47s ago 20m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:12:05.179 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (2m) 47s ago 20m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:12:05.179 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (2m) 20s ago 19m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:12:05.179 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (10m) 47s ago 20m 38.1M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:12:05.179 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (16m) 47s ago 16m 39.3M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:12:05.180 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (16m) 20s ago 16m 17.0M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:12:05.180 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (4m) 47s ago 21m 508M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:12:05.180 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (3m) 20s ago 19m 449M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:12:05.180 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (3m) 47s ago 21m 110M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:12:05.180 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (3m) 20s ago 19m 82.6M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:12:05.181 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (14m) 47s ago 14m 83.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:12:05.181 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (14m) 20s ago 14m 80.1M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:12:05.181 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (8m) 47s ago 20m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:12:05.181 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (4m) 20s ago 19m 9315k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:12:05.181 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (2m) 47s ago 19m 332M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:12:05.182 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (112s) 47s ago 19m 268M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:12:05.182 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (81s) 47s ago 18m 228M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:12:05.182 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (51s) 47s ago 18m 12.2M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:12:05.182 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (23s) 20s ago 18m 14.6M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:12:05.182 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (18m) 20s ago 18m 1321M 2710M 16.2.5 6933c2a0b7dd 46581cc7ef7a 2023-10-11T16:12:05.183 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (17m) 20s ago 17m 1062M 2710M 16.2.5 6933c2a0b7dd a6ceffde8e7c 2023-10-11T16:12:05.183 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (17m) 20s ago 17m 1625M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:12:05.183 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 unknown 47s ago 19m - - 2023-10-11T16:12:05.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:05 smithi079 ceph-mon[140862]: pgmap v136: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:12:05.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:05 smithi079 ceph-mon[140862]: Upgrade: Updating osd.5 2023-10-11T16:12:05.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:05 smithi079 ceph-mon[140862]: Deploying daemon osd.5 on smithi079 2023-10-11T16:12:05.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:05 smithi079 ceph-mon[140862]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:05.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:05 smithi045 ceph-mon[164763]: pgmap v136: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-10-11T16:12:05.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:05 smithi045 ceph-mon[164763]: Upgrade: Updating osd.5 2023-10-11T16:12:05.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:05 smithi045 ceph-mon[164763]: Deploying daemon osd.5 on smithi079 2023-10-11T16:12:05.489 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:05 smithi045 ceph-mon[164763]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:05.619 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:12:05.619 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:12:05.619 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:12:05.619 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:12:05.620 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:12:05.620 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:12:05.620 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:12:05.620 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:12:05.620 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2023-10-11T16:12:05.620 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 5 2023-10-11T16:12:05.621 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:12:05.621 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:12:05.621 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:12:05.621 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:12:05.621 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:12:05.622 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2023-10-11T16:12:05.622 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 9 2023-10-11T16:12:05.622 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:12:05.622 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:12:05.970 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:12:05.970 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:12:05.970 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:12:05.970 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:12:05.971 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:12:05.971 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:12:05.971 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:12:05.971 INFO:teuthology.orchestra.run.smithi045.stdout: "crash" 2023-10-11T16:12:05.971 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:12:05.971 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "11/23 daemons upgraded", 2023-10-11T16:12:05.972 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-10-11T16:12:05.972 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:12:05.972 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:12:06.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:06 smithi079 ceph-mon[140862]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:06 smithi079 ceph-mon[140862]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:06.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:06 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/17563106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:06.384 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:06 smithi079 systemd[1]: Stopping Ceph osd.5 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:12:06.385 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.5[118736]: debug 2023-10-11T16:12:06.225+0000 7f795a5bf700 -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 2023-10-11T16:12:06.385 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.5[118736]: debug 2023-10-11T16:12:06.225+0000 7f795a5bf700 -1 osd.5 97 *** Got signal Terminated *** 2023-10-11T16:12:06.385 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.5[118736]: debug 2023-10-11T16:12:06.225+0000 7f795a5bf700 -1 osd.5 97 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:12:06.392 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:12:06.392 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:12:06.392 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:12:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:06 smithi045 ceph-mon[164763]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:06 smithi045 ceph-mon[164763]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:06 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/17563106' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:06.883 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:06 smithi079 bash[148806]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.5 2023-10-11T16:12:07.594 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: pgmap v137: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:12:07.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:07.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 failed (root=default,host=smithi079) (connection refused reported by osd.4) 2023-10-11T16:12:07.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.595 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1934630236' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:12:07.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.0 2023-10-11T16:12:07.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.1 2023-10-11T16:12:07.596 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.3 2023-10-11T16:12:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.6 2023-10-11T16:12:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.597 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.0 2023-10-11T16:12:07.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.1 2023-10-11T16:12:07.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.3 2023-10-11T16:12:07.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.6 2023-10-11T16:12:07.598 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.6 2023-10-11T16:12:07.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.0 2023-10-11T16:12:07.599 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.1 2023-10-11T16:12:07.600 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.600 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.3 2023-10-11T16:12:07.600 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.600 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.6 2023-10-11T16:12:07.600 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.601 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.0 2023-10-11T16:12:07.601 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.1 2023-10-11T16:12:07.601 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.601 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.3 2023-10-11T16:12:07.601 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.602 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.602 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:07 smithi079 ceph-mon[140862]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: pgmap v137: 129 pgs: 129 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:12:07.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:07.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 failed (root=default,host=smithi079) (connection refused reported by osd.4) 2023-10-11T16:12:07.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1934630236' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:12:07.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.0 2023-10-11T16:12:07.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.1 2023-10-11T16:12:07.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.3 2023-10-11T16:12:07.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.6 2023-10-11T16:12:07.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.0 2023-10-11T16:12:07.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.1 2023-10-11T16:12:07.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.3 2023-10-11T16:12:07.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.6 2023-10-11T16:12:07.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.6 2023-10-11T16:12:07.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.0 2023-10-11T16:12:07.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.1 2023-10-11T16:12:07.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.3 2023-10-11T16:12:07.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.6 2023-10-11T16:12:07.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.0 2023-10-11T16:12:07.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.1 2023-10-11T16:12:07.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.3 2023-10-11T16:12:07.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.4 2023-10-11T16:12:07.776 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.2 2023-10-11T16:12:07.777 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:07 smithi045 ceph-mon[164763]: osd.5 reported immediately failed by osd.7 2023-10-11T16:12:07.883 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:07 smithi079 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.5.service: Succeeded. 2023-10-11T16:12:07.884 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:07 smithi079 systemd[1]: Stopped Ceph osd.5 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:12:08.182 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:07 smithi079 systemd[1]: Starting Ceph osd.5 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:12:08.214 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:08.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:08 smithi079 ceph-mon[140862]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:12:08.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:08 smithi079 ceph-mon[140862]: osdmap e98: 8 total, 7 up, 8 in 2023-10-11T16:12:08.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:08 smithi079 ceph-mon[140862]: failed to encode map e98 with expected crc 2023-10-11T16:12:08.611 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:08 smithi079 ceph-mon[140862]: failed to encode map e98 with expected crc 2023-10-11T16:12:08.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:08 smithi045 ceph-mon[164763]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:12:08.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:08 smithi045 ceph-mon[164763]: osdmap e98: 8 total, 7 up, 8 in 2023-10-11T16:12:08.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:08 smithi045 ceph-mon[164763]: failed to encode map e98 with expected crc 2023-10-11T16:12:08.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:08 smithi045 ceph-mon[164763]: failed to encode map e98 with expected crc 2023-10-11T16:12:08.883 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:08 smithi079 bash[149092]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-11T16:12:08.883 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:08 smithi079 bash[149092]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-10-11T16:12:08.884 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:08 smithi079 bash[149092]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-10-11T16:12:08.884 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:08 smithi079 bash[149092]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-10-11T16:12:08.884 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:08 smithi079 bash[149092]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-10-11T16:12:08.884 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:08 smithi079 bash[149092]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-10-11T16:12:08.885 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:08 smithi079 bash[149092]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-10-11T16:12:08.885 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:08 smithi079 bash[149092]: --> ceph-volume lvm activate successful for osd ID: 5 2023-10-11T16:12:09.633 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:09 smithi079 ceph-osd[149385]: -- 172.21.15.79:0/1844263920 <== mon.1 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d687c504e0 con 0x55d687c21000 2023-10-11T16:12:09.634 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:09 smithi079 bash[149348]: 6d9df75a34a0ec3016fc13baaa020eb25f7782630cc831ae9e026a9f065aff3a 2023-10-11T16:12:09.634 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:09 smithi079 systemd[1]: Started Ceph osd.5 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:12:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:09 smithi079 ceph-mon[140862]: failed to encode map e98 with expected crc 2023-10-11T16:12:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:09 smithi079 ceph-mon[140862]: failed to encode map e98 with expected crc 2023-10-11T16:12:09.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:09 smithi079 ceph-mon[140862]: pgmap v139: 129 pgs: 17 stale+active+clean, 112 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:12:09.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:09 smithi079 ceph-mon[140862]: osdmap e99: 8 total, 7 up, 8 in 2023-10-11T16:12:09.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:09 smithi079 ceph-mon[140862]: failed to encode map e99 with expected crc 2023-10-11T16:12:09.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:09 smithi079 ceph-mon[140862]: failed to encode map e99 with expected crc 2023-10-11T16:12:09.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:09 smithi045 ceph-mon[164763]: failed to encode map e98 with expected crc 2023-10-11T16:12:09.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:09 smithi045 ceph-mon[164763]: failed to encode map e98 with expected crc 2023-10-11T16:12:09.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:09 smithi045 ceph-mon[164763]: pgmap v139: 129 pgs: 17 stale+active+clean, 112 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:12:09.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:09 smithi045 ceph-mon[164763]: osdmap e99: 8 total, 7 up, 8 in 2023-10-11T16:12:09.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:09 smithi045 ceph-mon[164763]: failed to encode map e99 with expected crc 2023-10-11T16:12:09.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:09 smithi045 ceph-mon[164763]: failed to encode map e99 with expected crc 2023-10-11T16:12:10.133 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:12:09.803+0000 7f4195ab2640 -1 Falling back to public interface 2023-10-11T16:12:10.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:10 smithi079 ceph-mon[140862]: failed to encode map e99 with expected crc 2023-10-11T16:12:10.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:10 smithi079 ceph-mon[140862]: failed to encode map e99 with expected crc 2023-10-11T16:12:10.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:10 smithi079 ceph-mon[140862]: failed to encode map e99 with expected crc 2023-10-11T16:12:10.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:10.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:10.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:10.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:10 smithi045 ceph-mon[164763]: failed to encode map e99 with expected crc 2023-10-11T16:12:10.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:10 smithi045 ceph-mon[164763]: failed to encode map e99 with expected crc 2023-10-11T16:12:10.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:10 smithi045 ceph-mon[164763]: failed to encode map e99 with expected crc 2023-10-11T16:12:10.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:10.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:10.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:11.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:11 smithi079 ceph-mon[140862]: pgmap v141: 129 pgs: 2 activating+undersized, 7 active+undersized+degraded, 31 peering, 4 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 69/1506 objects degraded (4.582%) 2023-10-11T16:12:11.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:11 smithi079 ceph-mon[140862]: Health check failed: Reduced data availability: 4 pgs inactive, 11 pgs peering (PG_AVAILABILITY) 2023-10-11T16:12:11.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:11 smithi079 ceph-mon[140862]: Health check failed: Degraded data redundancy: 69/1506 objects degraded (4.582%), 7 pgs degraded (PG_DEGRADED) 2023-10-11T16:12:11.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:11 smithi045 ceph-mon[164763]: pgmap v141: 129 pgs: 2 activating+undersized, 7 active+undersized+degraded, 31 peering, 4 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 69/1506 objects degraded (4.582%) 2023-10-11T16:12:11.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:11 smithi045 ceph-mon[164763]: Health check failed: Reduced data availability: 4 pgs inactive, 11 pgs peering (PG_AVAILABILITY) 2023-10-11T16:12:11.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:11 smithi045 ceph-mon[164763]: Health check failed: Degraded data redundancy: 69/1506 objects degraded (4.582%), 7 pgs degraded (PG_DEGRADED) 2023-10-11T16:12:13.253 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:12 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:12 smithi045 ceph-mon[164763]: pgmap v142: 129 pgs: 2 activating+undersized, 7 active+undersized+degraded, 31 peering, 4 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 69/1506 objects degraded (4.582%) 2023-10-11T16:12:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:12 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:12 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:13.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:12 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:13.276 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:12 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:13.276 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:12 smithi079 ceph-mon[140862]: pgmap v142: 129 pgs: 2 activating+undersized, 7 active+undersized+degraded, 31 peering, 4 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 69/1506 objects degraded (4.582%) 2023-10-11T16:12:13.276 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:12 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:13.277 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:12 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:13.277 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:12 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:14.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:13 smithi045 ceph-mon[164763]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 11 pgs peering) 2023-10-11T16:12:14.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:13 smithi079 ceph-mon[140862]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 11 pgs peering) 2023-10-11T16:12:14.384 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:12:14.225+0000 7f4195ab2640 -1 osd.5 97 log_to_monitors true 2023-10-11T16:12:15.133 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:12:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:12:15.022+0000 7f418571b700 -1 osd.5 97 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-11T16:12:15.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-mon[140862]: pgmap v143: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 166/1506 objects degraded (11.023%) 2023-10-11T16:12:15.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-mon[140862]: from='osd.5 [v2:172.21.15.79:6808/466989694,v1:172.21.15.79:6809/466989694]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T16:12:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-mon[140862]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T16:12:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:15.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:12:15.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:15.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:14 smithi045 ceph-mon[164763]: pgmap v143: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 166/1506 objects degraded (11.023%) 2023-10-11T16:12:15.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:14 smithi045 ceph-mon[164763]: from='osd.5 [v2:172.21.15.79:6808/466989694,v1:172.21.15.79:6809/466989694]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T16:12:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:14 smithi045 ceph-mon[164763]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T16:12:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:15.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:12:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:15.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:16.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: pgmap v144: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 270 B/s rd, 270 B/s wr, 0 op/s; 166/1506 objects degraded (11.023%) 2023-10-11T16:12:16.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: pgmap v145: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 291 B/s rd, 291 B/s wr, 0 op/s; 166/1506 objects degraded (11.023%) 2023-10-11T16:12:16.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T16:12:16.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: osdmap e100: 8 total, 7 up, 8 in 2023-10-11T16:12:16.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: from='osd.5 [v2:172.21.15.79:6808/466989694,v1:172.21.15.79:6809/466989694]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:12:16.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:12:16.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:16.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:16.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:16.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:16.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-11T16:12:16.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-11T16:12:16.013 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:16 smithi045 ceph-mon[164763]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-10-11T16:12:16.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: pgmap v144: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 270 B/s rd, 270 B/s wr, 0 op/s; 166/1506 objects degraded (11.023%) 2023-10-11T16:12:16.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: pgmap v145: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 309 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 291 B/s rd, 291 B/s wr, 0 op/s; 166/1506 objects degraded (11.023%) 2023-10-11T16:12:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T16:12:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: osdmap e100: 8 total, 7 up, 8 in 2023-10-11T16:12:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: from='osd.5 [v2:172.21.15.79:6808/466989694,v1:172.21.15.79:6809/466989694]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:12:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:12:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:16.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:16.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:16.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:16.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-11T16:12:16.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-11T16:12:16.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:16 smithi079 ceph-mon[140862]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2023-10-11T16:12:17.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:17 smithi079 ceph-mon[140862]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:12:17.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:17 smithi079 ceph-mon[140862]: osd.5 [v2:172.21.15.79:6808/466989694,v1:172.21.15.79:6809/466989694] boot 2023-10-11T16:12:17.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:17 smithi079 ceph-mon[140862]: osdmap e101: 8 total, 8 up, 8 in 2023-10-11T16:12:17.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:17 smithi079 ceph-mon[140862]: failed to encode map e100 with expected crc 2023-10-11T16:12:17.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T16:12:17.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:17 smithi079 ceph-mon[140862]: failed to encode map e100 with expected crc 2023-10-11T16:12:17.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:17 smithi079 ceph-mon[140862]: failed to encode map e100 with expected crc 2023-10-11T16:12:17.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:17 smithi079 ceph-mon[140862]: failed to encode map e100 with expected crc 2023-10-11T16:12:17.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:17 smithi079 ceph-mon[140862]: osdmap e102: 8 total, 8 up, 8 in 2023-10-11T16:12:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:17 smithi045 ceph-mon[164763]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:12:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:17 smithi045 ceph-mon[164763]: osd.5 [v2:172.21.15.79:6808/466989694,v1:172.21.15.79:6809/466989694] boot 2023-10-11T16:12:17.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:17 smithi045 ceph-mon[164763]: osdmap e101: 8 total, 8 up, 8 in 2023-10-11T16:12:17.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:17 smithi045 ceph-mon[164763]: failed to encode map e100 with expected crc 2023-10-11T16:12:17.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T16:12:17.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:17 smithi045 ceph-mon[164763]: failed to encode map e100 with expected crc 2023-10-11T16:12:17.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:17 smithi045 ceph-mon[164763]: failed to encode map e100 with expected crc 2023-10-11T16:12:17.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:17 smithi045 ceph-mon[164763]: failed to encode map e100 with expected crc 2023-10-11T16:12:17.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:17 smithi045 ceph-mon[164763]: osdmap e102: 8 total, 8 up, 8 in 2023-10-11T16:12:18.302 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: pgmap v148: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 203 B/s rd, 203 B/s wr, 0 op/s; 166/1506 objects degraded (11.023%) 2023-10-11T16:12:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:18.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: pgmap v148: 129 pgs: 24 active+undersized+degraded, 20 active+undersized, 85 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 203 B/s rd, 203 B/s wr, 0 op/s; 166/1506 objects degraded (11.023%) 2023-10-11T16:12:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: failed to encode map e102 with expected crc 2023-10-11T16:12:18.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:18.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:19.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:19 smithi079 ceph-mon[140862]: Health check update: Degraded data redundancy: 102/1506 objects degraded (6.773%), 14 pgs degraded (PG_DEGRADED) 2023-10-11T16:12:19.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:19 smithi045 ceph-mon[164763]: Health check update: Degraded data redundancy: 102/1506 objects degraded (6.773%), 14 pgs degraded (PG_DEGRADED) 2023-10-11T16:12:20.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:20 smithi079 ceph-mon[140862]: pgmap v150: 129 pgs: 14 active+undersized+degraded, 9 active+undersized, 106 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 102/1506 objects degraded (6.773%) 2023-10-11T16:12:20.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:20 smithi045 ceph-mon[164763]: pgmap v150: 129 pgs: 14 active+undersized+degraded, 9 active+undersized, 106 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 102/1506 objects degraded (6.773%) 2023-10-11T16:12:21.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:21 smithi045 ceph-mon[164763]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 102/1506 objects degraded (6.773%), 14 pgs degraded) 2023-10-11T16:12:21.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:21 smithi079 ceph-mon[140862]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 102/1506 objects degraded (6.773%), 14 pgs degraded) 2023-10-11T16:12:22.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:22 smithi045 ceph-mon[164763]: pgmap v151: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:12:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:22 smithi079 ceph-mon[140862]: pgmap v151: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:12:23.339 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:24.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:24 smithi045 ceph-mon[164763]: pgmap v152: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 129 B/s rd, 129 B/s wr, 0 op/s 2023-10-11T16:12:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:24 smithi079 ceph-mon[140862]: pgmap v152: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 129 B/s rd, 129 B/s wr, 0 op/s 2023-10-11T16:12:26.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:26 smithi045 ceph-mon[164763]: pgmap v153: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 229 B/s wr, 0 op/s 2023-10-11T16:12:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:26 smithi079 ceph-mon[140862]: pgmap v153: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 229 B/s rd, 229 B/s wr, 0 op/s 2023-10-11T16:12:28.375 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:28.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:28 smithi079 ceph-mon[140862]: pgmap v154: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:12:28.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:28 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:28.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:28 smithi045 ceph-mon[164763]: pgmap v154: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-10-11T16:12:28.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:28 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:30.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:30 smithi079 ceph-mon[140862]: pgmap v155: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2023-10-11T16:12:30.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:30 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-11T16:12:30.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:30 smithi045 ceph-mon[164763]: pgmap v155: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2023-10-11T16:12:30.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:30 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-11T16:12:31.652 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:31 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-11T16:12:31.652 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:31 smithi079 ceph-mon[140862]: Upgrade: osd.6 is safe to restart 2023-10-11T16:12:31.653 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:31.653 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T16:12:31.653 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:31.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:31 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-10-11T16:12:31.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:31 smithi045 ceph-mon[164763]: Upgrade: osd.6 is safe to restart 2023-10-11T16:12:31.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:31.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T16:12:31.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:32.526 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:32 smithi079 ceph-mon[140862]: pgmap v156: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:12:32.526 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:32 smithi079 ceph-mon[140862]: Upgrade: Updating osd.6 2023-10-11T16:12:32.526 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:32 smithi079 ceph-mon[140862]: Deploying daemon osd.6 on smithi079 2023-10-11T16:12:32.526 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:32.527 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:32 smithi045 ceph-mon[164763]: pgmap v156: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:12:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:32 smithi045 ceph-mon[164763]: Upgrade: Updating osd.6 2023-10-11T16:12:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:32 smithi045 ceph-mon[164763]: Deploying daemon osd.6 on smithi079 2023-10-11T16:12:32.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:32.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:33.383 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:33 smithi079 systemd[1]: Stopping Ceph osd.6 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:12:33.384 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.6[121597]: debug 2023-10-11T16:12:33.236+0000 7f3546375700 -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 2023-10-11T16:12:33.384 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.6[121597]: debug 2023-10-11T16:12:33.236+0000 7f3546375700 -1 osd.6 102 *** Got signal Terminated *** 2023-10-11T16:12:33.384 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:33 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.6[121597]: debug 2023-10-11T16:12:33.236+0000 7f3546375700 -1 osd.6 102 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:12:33.416 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:33.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:33 smithi045 ceph-mon[164763]: osd.6 reported immediately failed by osd.3 2023-10-11T16:12:33.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:33 smithi045 ceph-mon[164763]: osd.6 failed (root=default,host=smithi079) (connection refused reported by osd.3) 2023-10-11T16:12:33.883 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:33 smithi079 bash[151469]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.6 2023-10-11T16:12:33.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:33 smithi079 ceph-mon[140862]: osd.6 reported immediately failed by osd.3 2023-10-11T16:12:33.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:33 smithi079 ceph-mon[140862]: osd.6 failed (root=default,host=smithi079) (connection refused reported by osd.3) 2023-10-11T16:12:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:34 smithi045 ceph-mon[164763]: pgmap v157: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:12:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:34 smithi045 ceph-mon[164763]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:12:34.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:34 smithi045 ceph-mon[164763]: failed to encode map e103 with expected crc 2023-10-11T16:12:34.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:34 smithi045 ceph-mon[164763]: osdmap e103: 8 total, 7 up, 8 in 2023-10-11T16:12:34.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:34 smithi045 ceph-mon[164763]: failed to encode map e103 with expected crc 2023-10-11T16:12:34.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:34 smithi045 ceph-mon[164763]: failed to encode map e103 with expected crc 2023-10-11T16:12:34.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:34 smithi045 ceph-mon[164763]: failed to encode map e103 with expected crc 2023-10-11T16:12:34.780 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:34 smithi079 ceph-mon[140862]: pgmap v157: 129 pgs: 129 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T16:12:34.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:34 smithi079 ceph-mon[140862]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:12:34.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:34 smithi079 ceph-mon[140862]: failed to encode map e103 with expected crc 2023-10-11T16:12:34.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:34 smithi079 ceph-mon[140862]: osdmap e103: 8 total, 7 up, 8 in 2023-10-11T16:12:34.781 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:34 smithi079 ceph-mon[140862]: failed to encode map e103 with expected crc 2023-10-11T16:12:34.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:34 smithi079 ceph-mon[140862]: failed to encode map e103 with expected crc 2023-10-11T16:12:34.782 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:34 smithi079 ceph-mon[140862]: failed to encode map e103 with expected crc 2023-10-11T16:12:35.124 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:34 smithi079 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.6.service: Succeeded. 2023-10-11T16:12:35.125 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:34 smithi079 systemd[1]: Stopped Ceph osd.6 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:12:35.125 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:34 smithi079 systemd[1]: Starting Ceph osd.6 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:12:35.746 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:35 smithi079 ceph-mon[140862]: osdmap e104: 8 total, 7 up, 8 in 2023-10-11T16:12:35.747 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:35 smithi079 ceph-mon[140862]: failed to encode map e104 with expected crc 2023-10-11T16:12:35.747 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:35 smithi079 ceph-mon[140862]: failed to encode map e104 with expected crc 2023-10-11T16:12:35.747 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:35 smithi079 ceph-mon[140862]: failed to encode map e104 with expected crc 2023-10-11T16:12:35.747 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:35 smithi079 ceph-mon[140862]: failed to encode map e104 with expected crc 2023-10-11T16:12:35.747 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:35 smithi079 bash[151750]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-11T16:12:35.748 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:35 smithi079 bash[151750]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-10-11T16:12:35.748 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:35 smithi079 bash[151750]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-10-11T16:12:35.748 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:35 smithi079 bash[151750]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-10-11T16:12:35.748 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:35 smithi079 bash[151750]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-10-11T16:12:35.749 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:35 smithi079 bash[151750]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-10-11T16:12:35.749 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:35 smithi079 bash[151750]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-10-11T16:12:35.749 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:35 smithi079 bash[151750]: --> ceph-volume lvm activate successful for osd ID: 6 2023-10-11T16:12:35.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:35 smithi045 ceph-mon[164763]: osdmap e104: 8 total, 7 up, 8 in 2023-10-11T16:12:35.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:35 smithi045 ceph-mon[164763]: failed to encode map e104 with expected crc 2023-10-11T16:12:35.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:35 smithi045 ceph-mon[164763]: failed to encode map e104 with expected crc 2023-10-11T16:12:35.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:35 smithi045 ceph-mon[164763]: failed to encode map e104 with expected crc 2023-10-11T16:12:35.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:35 smithi045 ceph-mon[164763]: failed to encode map e104 with expected crc 2023-10-11T16:12:36.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:36 smithi079 ceph-osd[152085]: -- 172.21.15.79:0/1587773439 <== mon.1 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5602e7f164e0 con 0x5602e7ee7000 2023-10-11T16:12:36.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:36 smithi079 bash[152047]: 5d97d92960d766b07a30b695e87b1b9be165248ee168677934deff2a5282e3db 2023-10-11T16:12:36.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:36 smithi079 systemd[1]: Started Ceph osd.6 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:12:36.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:36 smithi079 ceph-mon[140862]: pgmap v160: 129 pgs: 1 active+undersized+degraded, 7 peering, 10 stale+active+clean, 2 active+undersized, 109 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 12/1506 objects degraded (0.797%) 2023-10-11T16:12:36.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:36 smithi079 ceph-mon[140862]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-11T16:12:36.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:36 smithi079 ceph-mon[140862]: Health check failed: Degraded data redundancy: 12/1506 objects degraded (0.797%), 1 pg degraded (PG_DEGRADED) 2023-10-11T16:12:36.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:36 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:36.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:36 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:36.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:36 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:36 smithi045 ceph-mon[164763]: pgmap v160: 129 pgs: 1 active+undersized+degraded, 7 peering, 10 stale+active+clean, 2 active+undersized, 109 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 12/1506 objects degraded (0.797%) 2023-10-11T16:12:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:36 smithi045 ceph-mon[164763]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-11T16:12:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:36 smithi045 ceph-mon[164763]: Health check failed: Degraded data redundancy: 12/1506 objects degraded (0.797%), 1 pg degraded (PG_DEGRADED) 2023-10-11T16:12:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:36 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:36.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:36 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:36.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:36 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:36.784 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:12:37.133 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:36 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:12:36.739+0000 7f2b95de2640 -1 Falling back to public interface 2023-10-11T16:12:37.477 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:12:37.478 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (13m) 79s ago 21m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:12:37.478 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (3m) 79s ago 21m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:12:37.478 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (3m) 25s ago 20m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:12:37.478 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (10m) 79s ago 20m 38.1M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:12:37.479 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (17m) 79s ago 17m 39.3M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:12:37.479 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (17m) 25s ago 17m 17.1M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:12:37.479 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (4m) 79s ago 22m 508M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:12:37.479 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (4m) 25s ago 20m 450M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:12:37.479 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (3m) 79s ago 22m 110M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:12:37.480 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (3m) 25s ago 20m 85.9M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:12:37.480 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (15m) 79s ago 15m 83.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:12:37.480 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (15m) 25s ago 15m 80.1M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:12:37.480 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (8m) 79s ago 20m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:12:37.480 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (4m) 25s ago 20m 9315k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:12:37.481 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (2m) 79s ago 19m 332M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:12:37.481 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (2m) 79s ago 19m 268M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:12:37.481 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (114s) 79s ago 19m 228M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:12:37.481 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (84s) 79s ago 19m 12.2M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:12:37.481 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (55s) 25s ago 18m 329M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:12:37.482 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (28s) 25s ago 18m 12.3M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:12:37.482 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 starting - - - 2710M 2023-10-11T16:12:37.482 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (18m) 25s ago 18m 1632M 2710M 16.2.5 6933c2a0b7dd fede380fa8a2 2023-10-11T16:12:37.482 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 unknown 79s ago 20m - - 2023-10-11T16:12:37.895 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:12:37.895 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:12:37.896 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:12:37.896 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:12:37.896 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:12:37.896 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:12:37.897 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:12:37.897 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:12:37.897 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-10-11T16:12:37.897 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 6 2023-10-11T16:12:37.897 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:12:37.898 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:12:37.898 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:12:37.898 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:12:37.898 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:12:37.898 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2023-10-11T16:12:37.899 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 10 2023-10-11T16:12:37.899 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:12:37.899 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:12:38.249 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:12:38.249 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:12:38.250 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:12:38.250 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:12:38.250 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:12:38.250 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:12:38.251 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:12:38.251 INFO:teuthology.orchestra.run.smithi045.stdout: "crash" 2023-10-11T16:12:38.251 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:12:38.251 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "12/23 daemons upgraded", 2023-10-11T16:12:38.251 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading osd daemons", 2023-10-11T16:12:38.251 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:12:38.252 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:12:38.454 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:38.677 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Reduced data availability: 1 pg peering; Degraded data redundancy: 44/1506 objects degraded (2.922%), 5 pgs degraded 2023-10-11T16:12:38.678 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:12:38.678 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:12:38.678 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] OSD_DOWN: 1 osds down 2023-10-11T16:12:38.678 INFO:teuthology.orchestra.run.smithi045.stdout: osd.6 (root=default,host=smithi079) is down 2023-10-11T16:12:38.679 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 1 pg peering 2023-10-11T16:12:38.679 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.14 is stuck peering for 2m, current state peering, last acting [3,5] 2023-10-11T16:12:38.679 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 44/1506 objects degraded (2.922%), 5 pgs degraded 2023-10-11T16:12:38.679 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.2 is active+undersized+degraded, acting [5,1] 2023-10-11T16:12:38.679 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.16 is active+undersized+degraded, acting [5,2] 2023-10-11T16:12:38.680 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2023-10-11T16:12:38.680 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2023-10-11T16:12:38.680 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2023-10-11T16:12:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:38 smithi045 ceph-mon[164763]: from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:38 smithi045 ceph-mon[164763]: pgmap v161: 129 pgs: 5 active+undersized+degraded, 7 peering, 8 stale+active+clean, 6 active+undersized, 103 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 44/1506 objects degraded (2.922%) 2023-10-11T16:12:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:38 smithi045 ceph-mon[164763]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:38 smithi045 ceph-mon[164763]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:38.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:38 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1029191423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:38 smithi079 ceph-mon[140862]: from='client.44263 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:38 smithi079 ceph-mon[140862]: pgmap v161: 129 pgs: 5 active+undersized+degraded, 7 peering, 8 stale+active+clean, 6 active+undersized, 103 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 44/1506 objects degraded (2.922%) 2023-10-11T16:12:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:38 smithi079 ceph-mon[140862]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:38.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:38 smithi079 ceph-mon[140862]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:38.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:38 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1029191423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:39.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:39 smithi045 ceph-mon[164763]: from='client.44279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:39.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:39 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/3969338678' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:12:39.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:39 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:39.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:39 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:39.828 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:39 smithi079 ceph-mon[140862]: from='client.44279 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:12:39.828 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:39 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/3969338678' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:12:39.829 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:39 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:39.829 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:39 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:40.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:40 smithi079 ceph-mon[140862]: pgmap v162: 129 pgs: 20 active+undersized+degraded, 7 peering, 16 active+undersized, 86 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 131/1506 objects degraded (8.699%) 2023-10-11T16:12:40.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:40 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:40.549 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:40 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:40 smithi045 ceph-mon[164763]: pgmap v162: 129 pgs: 20 active+undersized+degraded, 7 peering, 16 active+undersized, 86 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 131/1506 objects degraded (8.699%) 2023-10-11T16:12:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:40 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:40 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:41.383 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:40 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:12:40.993+0000 7f2b95de2640 -1 osd.6 102 log_to_monitors true 2023-10-11T16:12:41.715 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:41 smithi079 ceph-mon[140862]: from='osd.6 [v2:172.21.15.79:6816/938665742,v1:172.21.15.79:6817/938665742]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T16:12:41.715 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:41 smithi079 ceph-mon[140862]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T16:12:41.716 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:12:41 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:12:41.437+0000 7f2b83a47700 -1 osd.6 102 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-11T16:12:41.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:41 smithi045 ceph-mon[164763]: from='osd.6 [v2:172.21.15.79:6816/938665742,v1:172.21.15.79:6817/938665742]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T16:12:41.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:41 smithi045 ceph-mon[164763]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T16:12:42.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: pgmap v163: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 167/1506 objects degraded (11.089%) 2023-10-11T16:12:42.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: Health check update: Degraded data redundancy: 167/1506 objects degraded (11.089%), 24 pgs degraded (PG_DEGRADED) 2023-10-11T16:12:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-10-11T16:12:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: failed to encode map e105 with expected crc 2023-10-11T16:12:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T16:12:42.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: osdmap e105: 8 total, 7 up, 8 in 2023-10-11T16:12:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='osd.6 [v2:172.21.15.79:6816/938665742,v1:172.21.15.79:6817/938665742]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:12:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:12:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:42.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:42.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:12:42.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:42.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:42.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:42.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:42.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:42.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:42.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-11T16:12:42.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: pgmap v163: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 167/1506 objects degraded (11.089%) 2023-10-11T16:12:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: Health check update: Degraded data redundancy: 167/1506 objects degraded (11.089%), 24 pgs degraded (PG_DEGRADED) 2023-10-11T16:12:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-10-11T16:12:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: failed to encode map e105 with expected crc 2023-10-11T16:12:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T16:12:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: osdmap e105: 8 total, 7 up, 8 in 2023-10-11T16:12:42.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='osd.6 [v2:172.21.15.79:6816/938665742,v1:172.21.15.79:6817/938665742]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:12:42.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:12:42.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:42.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:42.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:42.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:12:42.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:42.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:42.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:12:42.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:42.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:42.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:12:42.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-11T16:12:43.490 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: pgmap v165: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 138 B/s wr, 0 op/s; 167/1506 objects degraded (11.089%) 2023-10-11T16:12:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: pgmap v166: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 148 B/s wr, 0 op/s; 167/1506 objects degraded (11.089%) 2023-10-11T16:12:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-11T16:12:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-10-11T16:12:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:12:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: failed to encode map e106 with expected crc 2023-10-11T16:12:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: osd.6 [v2:172.21.15.79:6816/938665742,v1:172.21.15.79:6817/938665742] boot 2023-10-11T16:12:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: osdmap e106: 8 total, 8 up, 8 in 2023-10-11T16:12:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T16:12:43.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:43 smithi045 ceph-mon[164763]: osdmap e107: 8 total, 8 up, 8 in 2023-10-11T16:12:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: pgmap v165: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 138 B/s wr, 0 op/s; 167/1506 objects degraded (11.089%) 2023-10-11T16:12:43.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: pgmap v166: 129 pgs: 24 active+undersized+degraded, 19 active+undersized, 86 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 148 B/s wr, 0 op/s; 167/1506 objects degraded (11.089%) 2023-10-11T16:12:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-11T16:12:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-10-11T16:12:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:12:43.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: failed to encode map e106 with expected crc 2023-10-11T16:12:43.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: osd.6 [v2:172.21.15.79:6816/938665742,v1:172.21.15.79:6817/938665742] boot 2023-10-11T16:12:43.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: osdmap e106: 8 total, 8 up, 8 in 2023-10-11T16:12:43.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T16:12:43.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:43 smithi079 ceph-mon[140862]: osdmap e107: 8 total, 8 up, 8 in 2023-10-11T16:12:44.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:44 smithi045 ceph-mon[164763]: failed to encode map e107 with expected crc 2023-10-11T16:12:44.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:44 smithi045 ceph-mon[164763]: failed to encode map e107 with expected crc 2023-10-11T16:12:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:44 smithi079 ceph-mon[140862]: failed to encode map e107 with expected crc 2023-10-11T16:12:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:44 smithi079 ceph-mon[140862]: failed to encode map e107 with expected crc 2023-10-11T16:12:45.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:45 smithi045 ceph-mon[164763]: pgmap v169: 129 pgs: 17 peering, 15 active+undersized+degraded, 11 active+undersized, 86 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 355 B/s wr, 0 op/s; 101/1506 objects degraded (6.707%) 2023-10-11T16:12:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:45 smithi079 ceph-mon[140862]: pgmap v169: 129 pgs: 17 peering, 15 active+undersized+degraded, 11 active+undersized, 86 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 355 B/s wr, 0 op/s; 101/1506 objects degraded (6.707%) 2023-10-11T16:12:46.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:46 smithi045 ceph-mon[164763]: Health check update: Degraded data redundancy: 40/1506 objects degraded (2.656%), 8 pgs degraded (PG_DEGRADED) 2023-10-11T16:12:46.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:46 smithi079 ceph-mon[140862]: Health check update: Degraded data redundancy: 40/1506 objects degraded (2.656%), 8 pgs degraded (PG_DEGRADED) 2023-10-11T16:12:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:47 smithi045 ceph-mon[164763]: pgmap v170: 129 pgs: 17 peering, 8 active+undersized+degraded, 5 active+undersized, 99 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 233 B/s rd, 233 B/s wr, 0 op/s; 40/1506 objects degraded (2.656%) 2023-10-11T16:12:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:47.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:47 smithi079 ceph-mon[140862]: pgmap v170: 129 pgs: 17 peering, 8 active+undersized+degraded, 5 active+undersized, 99 active+clean; 309 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 233 B/s rd, 233 B/s wr, 0 op/s; 40/1506 objects degraded (2.656%) 2023-10-11T16:12:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:12:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:48.527 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:48.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:48 smithi079 ceph-mon[140862]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/1506 objects degraded (2.656%), 8 pgs degraded) 2023-10-11T16:12:49.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:48 smithi045 ceph-mon[164763]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/1506 objects degraded (2.656%), 8 pgs degraded) 2023-10-11T16:12:49.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:49 smithi079 ceph-mon[140862]: pgmap v171: 129 pgs: 17 peering, 112 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:12:50.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:49 smithi045 ceph-mon[164763]: pgmap v171: 129 pgs: 17 peering, 112 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:12:51.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:51 smithi079 ceph-mon[140862]: pgmap v172: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:12:52.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:51 smithi045 ceph-mon[164763]: pgmap v172: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:12:53.569 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:53.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:53 smithi079 ceph-mon[140862]: pgmap v173: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 218 B/s rd, 218 B/s wr, 0 op/s 2023-10-11T16:12:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:53 smithi045 ceph-mon[164763]: pgmap v173: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 218 B/s rd, 218 B/s wr, 0 op/s 2023-10-11T16:12:55.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:55 smithi079 ceph-mon[140862]: pgmap v174: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2023-10-11T16:12:56.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:55 smithi045 ceph-mon[164763]: pgmap v174: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2023-10-11T16:12:57.603 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:57 smithi079 ceph-mon[140862]: pgmap v175: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:12:57.603 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:57 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-11T16:12:57.604 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:57 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:58.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:57 smithi045 ceph-mon[164763]: pgmap v175: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:12:58.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:57 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-11T16:12:58.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:57 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:58.615 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:12:58.817 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:58 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-11T16:12:58.818 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:58 smithi079 ceph-mon[140862]: Upgrade: osd.7 is safe to restart 2023-10-11T16:12:58.818 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:58.818 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T16:12:58.818 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:59.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:58 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-10-11T16:12:59.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:58 smithi045 ceph-mon[164763]: Upgrade: osd.7 is safe to restart 2023-10-11T16:12:59.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:12:59.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T16:12:59.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:12:59.627 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:59 smithi079 ceph-mon[140862]: pgmap v176: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:12:59.628 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:59 smithi079 ceph-mon[140862]: Upgrade: Updating osd.7 2023-10-11T16:12:59.628 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:12:59 smithi079 ceph-mon[140862]: Deploying daemon osd.7 on smithi079 2023-10-11T16:13:00.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:59 smithi045 ceph-mon[164763]: pgmap v176: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-10-11T16:13:00.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:59 smithi045 ceph-mon[164763]: Upgrade: Updating osd.7 2023-10-11T16:13:00.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:12:59 smithi045 ceph-mon[164763]: Deploying daemon osd.7 on smithi079 2023-10-11T16:13:00.282 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:12:59 smithi079 systemd[1]: Stopping Ceph osd.7 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:13:00.283 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.7[124469]: debug 2023-10-11T16:13:00.076+0000 7fca40a07700 -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 2023-10-11T16:13:00.283 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.7[124469]: debug 2023-10-11T16:13:00.076+0000 7fca40a07700 -1 osd.7 107 *** Got signal Terminated *** 2023-10-11T16:13:00.283 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.7[124469]: debug 2023-10-11T16:13:00.076+0000 7fca40a07700 -1 osd.7 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:13:00.572 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:00 smithi079 bash[154157]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd.7 2023-10-11T16:13:00.855 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.1 2023-10-11T16:13:00.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 failed (root=default,host=smithi079) (connection refused reported by osd.1) 2023-10-11T16:13:00.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.0 2023-10-11T16:13:00.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.2 2023-10-11T16:13:00.856 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.3 2023-10-11T16:13:00.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.6 2023-10-11T16:13:00.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.0 2023-10-11T16:13:00.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.1 2023-10-11T16:13:00.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.2 2023-10-11T16:13:00.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.3 2023-10-11T16:13:00.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.5 2023-10-11T16:13:00.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.1 2023-10-11T16:13:00.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.6 2023-10-11T16:13:00.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.4 2023-10-11T16:13:00.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.5 2023-10-11T16:13:00.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.4 2023-10-11T16:13:00.859 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:00 smithi079 ceph-mon[140862]: osd.7 reported immediately failed by osd.1 2023-10-11T16:13:01.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.1 2023-10-11T16:13:01.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 failed (root=default,host=smithi079) (connection refused reported by osd.1) 2023-10-11T16:13:01.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.0 2023-10-11T16:13:01.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.2 2023-10-11T16:13:01.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.3 2023-10-11T16:13:01.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.6 2023-10-11T16:13:01.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.0 2023-10-11T16:13:01.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.1 2023-10-11T16:13:01.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.2 2023-10-11T16:13:01.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.3 2023-10-11T16:13:01.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.5 2023-10-11T16:13:01.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.1 2023-10-11T16:13:01.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.6 2023-10-11T16:13:01.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.4 2023-10-11T16:13:01.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.5 2023-10-11T16:13:01.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.4 2023-10-11T16:13:01.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:00 smithi045 ceph-mon[164763]: osd.7 reported immediately failed by osd.1 2023-10-11T16:13:01.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:01 smithi079 ceph-mon[140862]: pgmap v177: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:13:01.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:01 smithi079 ceph-mon[140862]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:13:01.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:01 smithi079 ceph-mon[140862]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-10-11T16:13:01.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:01 smithi079 ceph-mon[140862]: osdmap e108: 8 total, 7 up, 8 in 2023-10-11T16:13:01.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:01 smithi079 systemd[1]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.7.service: Succeeded. 2023-10-11T16:13:01.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:01 smithi079 systemd[1]: Stopped Ceph osd.7 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:13:01.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:01 smithi079 systemd[1]: Starting Ceph osd.7 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:13:02.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:01 smithi045 ceph-mon[164763]: pgmap v177: 129 pgs: 129 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T16:13:02.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:01 smithi045 ceph-mon[164763]: Health check failed: 1 osds down (OSD_DOWN) 2023-10-11T16:13:02.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:01 smithi045 ceph-mon[164763]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-10-11T16:13:02.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:01 smithi045 ceph-mon[164763]: osdmap e108: 8 total, 7 up, 8 in 2023-10-11T16:13:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:02 smithi079 ceph-mon[140862]: osdmap e109: 8 total, 7 up, 8 in 2023-10-11T16:13:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:02.884 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:02 smithi079 bash[154436]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-10-11T16:13:02.884 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:02 smithi079 bash[154436]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-10-11T16:13:02.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:02 smithi079 bash[154436]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2023-10-11T16:13:02.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:02 smithi079 bash[154436]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2023-10-11T16:13:02.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:02 smithi079 bash[154436]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2023-10-11T16:13:02.885 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:02 smithi079 bash[154436]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-10-11T16:13:02.886 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:02 smithi079 bash[154436]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-10-11T16:13:02.886 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:02 smithi079 bash[154436]: --> ceph-volume lvm activate successful for osd ID: 7 2023-10-11T16:13:03.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:02 smithi045 ceph-mon[164763]: osdmap e109: 8 total, 7 up, 8 in 2023-10-11T16:13:03.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:03.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:03.584 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:03 smithi079 ceph-osd[154734]: -- 172.21.15.79:0/1312246599 <== mon.1 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55571f98e4e0 con 0x55571f95f000 2023-10-11T16:13:03.585 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:03 smithi079 bash[154697]: 622b16cea1d07f21fd07f3a14ee316eb19f08f9fbd545b6ad5b42df60843ee6a 2023-10-11T16:13:03.585 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:03 smithi079 systemd[1]: Started Ceph osd.7 for c8f3393c-684d-11ee-8db6-212e2dc638e7. 2023-10-11T16:13:03.663 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:03.849 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:13:03.677+0000 7f2cc6ce2640 -1 Falling back to public interface 2023-10-11T16:13:03.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:03 smithi079 ceph-mon[140862]: pgmap v180: 129 pgs: 8 peering, 15 stale+active+clean, 106 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:13:03.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:03 smithi079 ceph-mon[140862]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-11T16:13:03.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:03.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:03.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:04.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:03 smithi045 ceph-mon[164763]: pgmap v180: 129 pgs: 8 peering, 15 stale+active+clean, 106 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2023-10-11T16:13:04.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:03 smithi045 ceph-mon[164763]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-10-11T16:13:04.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:04.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:04.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:05.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:05 smithi079 ceph-mon[140862]: pgmap v181: 129 pgs: 14 active+undersized+degraded, 8 peering, 6 stale+active+clean, 6 active+undersized, 95 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 107/1506 objects degraded (7.105%) 2023-10-11T16:13:05.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:05 smithi079 ceph-mon[140862]: Health check failed: Degraded data redundancy: 107/1506 objects degraded (7.105%), 14 pgs degraded (PG_DEGRADED) 2023-10-11T16:13:05.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:05 smithi045 ceph-mon[164763]: pgmap v181: 129 pgs: 14 active+undersized+degraded, 8 peering, 6 stale+active+clean, 6 active+undersized, 95 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 107/1506 objects degraded (7.105%) 2023-10-11T16:13:05.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:05 smithi045 ceph-mon[164763]: Health check failed: Degraded data redundancy: 107/1506 objects degraded (7.105%), 14 pgs degraded (PG_DEGRADED) 2023-10-11T16:13:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:06.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:06.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:06.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:06.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:07.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:07 smithi045 ceph-mon[164763]: pgmap v182: 129 pgs: 31 active+undersized+degraded, 8 peering, 17 active+undersized, 73 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 217/1506 objects degraded (14.409%) 2023-10-11T16:13:07.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:07 smithi079 ceph-mon[140862]: pgmap v182: 129 pgs: 31 active+undersized+degraded, 8 peering, 17 active+undersized, 73 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 217/1506 objects degraded (14.409%) 2023-10-11T16:13:08.702 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:08.760 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:08 smithi079 ceph-mon[140862]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-10-11T16:13:09.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:08 smithi045 ceph-mon[164763]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-10-11T16:13:09.063 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:13:09.133 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:13:08.757+0000 7f2cc6ce2640 -1 osd.7 107 log_to_monitors true 2023-10-11T16:13:09.757 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:13:09.757 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (13m) 111s ago 21m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:13:09.757 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (3m) 111s ago 21m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:13:09.757 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (3m) 4s ago 20m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:13:09.758 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (11m) 111s ago 21m 38.1M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:13:09.758 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (17m) 111s ago 17m 39.3M - 16.2.5 6933c2a0b7dd cd90fe85f5bc 2023-10-11T16:13:09.758 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (17m) 4s ago 17m 17.2M - 16.2.5 6933c2a0b7dd 65070f761d5e 2023-10-11T16:13:09.759 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (5m) 111s ago 22m 508M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:13:09.759 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (4m) 4s ago 20m 450M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:13:09.759 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (4m) 111s ago 22m 110M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:13:09.759 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (4m) 4s ago 20m 91.8M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:13:09.760 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (15m) 111s ago 15m 83.5M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:13:09.760 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (15m) 4s ago 15m 80.1M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:13:09.760 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (9m) 111s ago 21m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:13:09.760 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (5m) 4s ago 20m 9315k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:13:09.760 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (3m) 111s ago 20m 332M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:13:09.761 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (2m) 111s ago 20m 268M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:13:09.761 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (2m) 111s ago 19m 228M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:13:09.761 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (116s) 111s ago 19m 12.2M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:13:09.761 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (87s) 4s ago 19m 344M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:13:09.762 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (60s) 4s ago 19m 362M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:13:09.762 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (33s) 4s ago 19m 297M 2710M 18.2.0-669-ge62d759a 97519c6bda34 5d97d92960d7 2023-10-11T16:13:09.762 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (6s) 4s ago 18m 12.5M 2710M 18.2.0-669-ge62d759a 97519c6bda34 622b16cea1d0 2023-10-11T16:13:09.762 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 unknown 111s ago 21m - - 2023-10-11T16:13:09.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:13:09.793+0000 7f2cb694b700 -1 osd.7 107 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-11T16:13:09.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: pgmap v183: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 232/1506 objects degraded (15.405%) 2023-10-11T16:13:09.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:09.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:09.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:09.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:13:09.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: pgmap v184: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 232/1506 objects degraded (15.405%) 2023-10-11T16:13:09.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: pgmap v185: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 292 B/s wr, 0 op/s; 232/1506 objects degraded (15.405%) 2023-10-11T16:13:09.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:09.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:09.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:09.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:09.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:09.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:09.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:09.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:09.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-10-11T16:13:09.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-10-11T16:13:09.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-10-11T16:13:09.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-10-11T16:13:09.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-10-11T16:13:09.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-10-11T16:13:09.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-10-11T16:13:09.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-10-11T16:13:09.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-10-11T16:13:09.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-10-11T16:13:09.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-10-11T16:13:09.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='osd.7 [v2:172.21.15.79:6824/4230361542,v1:172.21.15.79:6825/4230361542]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T16:13:09.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-10-11T16:13:09.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-10-11T16:13:09.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T16:13:09.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-10-11T16:13:09.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-10-11T16:13:09.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-10-11T16:13:09.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:09 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-10-11T16:13:10.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: pgmap v183: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 232/1506 objects degraded (15.405%) 2023-10-11T16:13:10.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:13:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: pgmap v184: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 232/1506 objects degraded (15.405%) 2023-10-11T16:13:10.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: pgmap v185: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 292 B/s wr, 0 op/s; 232/1506 objects degraded (15.405%) 2023-10-11T16:13:10.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:10.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:10.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:10.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:10.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:10.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:10.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:10.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:10.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-10-11T16:13:10.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-10-11T16:13:10.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-10-11T16:13:10.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-10-11T16:13:10.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-10-11T16:13:10.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-10-11T16:13:10.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-10-11T16:13:10.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-10-11T16:13:10.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-10-11T16:13:10.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-10-11T16:13:10.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-10-11T16:13:10.023 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='osd.7 [v2:172.21.15.79:6824/4230361542,v1:172.21.15.79:6825/4230361542]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T16:13:10.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-10-11T16:13:10.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-10-11T16:13:10.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T16:13:10.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-10-11T16:13:10.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-10-11T16:13:10.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-10-11T16:13:10.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:09 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-10-11T16:13:10.206 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:13:10.206 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:13:10.206 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:13:10.207 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:13:10.207 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:13:10.207 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:13:10.207 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:13:10.207 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:13:10.208 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 7 2023-10-11T16:13:10.208 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:13:10.208 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:13:10.208 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-10-11T16:13:10.208 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:13:10.209 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:13:10.209 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2023-10-11T16:13:10.209 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 11 2023-10-11T16:13:10.209 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:13:10.209 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:13:10.575 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:13:10.575 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:13:10.575 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:13:10.576 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:13:10.576 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:13:10.576 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:13:10.576 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:13:10.576 INFO:teuthology.orchestra.run.smithi045.stdout: "crash", 2023-10-11T16:13:10.577 INFO:teuthology.orchestra.run.smithi045.stdout: "osd" 2023-10-11T16:13:10.577 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:13:10.577 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "14/23 daemons upgraded", 2023-10-11T16:13:10.577 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading mds daemons", 2023-10-11T16:13:10.577 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:13:10.578 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:13:10.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all osd 2023-10-11T16:13:10.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: Upgrade: Setting require_osd_release to 18 reef 2023-10-11T16:13:10.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:10.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:10.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-10-11T16:13:10.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T16:13:10.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-10-11T16:13:10.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: osdmap e110: 8 total, 7 up, 8 in 2023-10-11T16:13:10.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: from='osd.7 [v2:172.21.15.79:6824/4230361542,v1:172.21.15.79:6825/4230361542]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:13:10.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:13:10.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi045.iyzjhc"]}]: dispatch 2023-10-11T16:13:10.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:10 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1700494017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:10.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all osd 2023-10-11T16:13:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: Upgrade: Setting require_osd_release to 18 reef 2023-10-11T16:13:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-10-11T16:13:10.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T16:13:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-10-11T16:13:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: osdmap e110: 8 total, 7 up, 8 in 2023-10-11T16:13:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: from='osd.7 [v2:172.21.15.79:6824/4230361542,v1:172.21.15.79:6825/4230361542]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:13:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-10-11T16:13:10.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi045.iyzjhc"]}]: dispatch 2023-10-11T16:13:10.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:10 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1700494017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:11.038 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 232/1506 objects degraded (15.405%), 36 pgs degraded 2023-10-11T16:13:11.038 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:13:11.038 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in unknown state 2023-10-11T16:13:11.038 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 232/1506 objects degraded (15.405%), 36 pgs degraded 2023-10-11T16:13:11.039 INFO:teuthology.orchestra.run.smithi045.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2023-10-11T16:13:11.039 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.0 is active+undersized+degraded, acting [1,0] 2023-10-11T16:13:11.039 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.3 is active+undersized+degraded, acting [5,2] 2023-10-11T16:13:11.039 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.4 is active+undersized+degraded, acting [1,0] 2023-10-11T16:13:11.039 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.5 is active+undersized+degraded, acting [0,4] 2023-10-11T16:13:11.040 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.7 is active+undersized+degraded, acting [6,2] 2023-10-11T16:13:11.040 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.8 is active+undersized+degraded, acting [0,1] 2023-10-11T16:13:11.040 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2023-10-11T16:13:11.040 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2023-10-11T16:13:11.040 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.b is active+undersized+degraded, acting [4,5] 2023-10-11T16:13:11.041 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.e is active+undersized+degraded, acting [2,3] 2023-10-11T16:13:11.041 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.f is active+undersized+degraded, acting [4,0] 2023-10-11T16:13:11.041 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2023-10-11T16:13:11.041 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1a is active+undersized+degraded, acting [6,4] 2023-10-11T16:13:11.041 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1c is active+undersized+degraded, acting [5,2] 2023-10-11T16:13:11.042 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1d is active+undersized+degraded, acting [6,0] 2023-10-11T16:13:11.042 INFO:teuthology.orchestra.run.smithi045.stdout: pg 2.1f is active+undersized+degraded, acting [0,4] 2023-10-11T16:13:11.042 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.7 is active+undersized+degraded, acting [3,0] 2023-10-11T16:13:11.042 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.8 is active+undersized+degraded, acting [3,1] 2023-10-11T16:13:11.043 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.9 is active+undersized+degraded, acting [4,2] 2023-10-11T16:13:11.043 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2023-10-11T16:13:11.043 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.e is active+undersized+degraded, acting [4,1] 2023-10-11T16:13:11.043 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.f is active+undersized+degraded, acting [4,0] 2023-10-11T16:13:11.043 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.11 is active+undersized+degraded, acting [4,6] 2023-10-11T16:13:11.044 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.12 is active+undersized+degraded, acting [0,3] 2023-10-11T16:13:11.044 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.13 is active+undersized+degraded, acting [4,2] 2023-10-11T16:13:11.044 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.14 is active+undersized+degraded, acting [4,6] 2023-10-11T16:13:11.044 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.15 is active+undersized+degraded, acting [3,4] 2023-10-11T16:13:11.044 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2023-10-11T16:13:11.045 INFO:teuthology.orchestra.run.smithi045.stdout: pg 3.1b is active+undersized+degraded, acting [0,4] 2023-10-11T16:13:11.045 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.0 is active+undersized+degraded, acting [3,0] 2023-10-11T16:13:11.045 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.5 is active+undersized+degraded, acting [6,4] 2023-10-11T16:13:11.045 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.a is active+undersized+degraded, acting [6,1] 2023-10-11T16:13:11.045 INFO:teuthology.orchestra.run.smithi045.stdout: pg 4.14 is active+undersized+degraded, acting [3,1] 2023-10-11T16:13:11.046 INFO:teuthology.orchestra.run.smithi045.stdout: pg 5.14 is active+undersized+degraded, acting [3,2] 2023-10-11T16:13:11.046 INFO:teuthology.orchestra.run.smithi045.stdout: pg 5.19 is active+undersized+degraded, acting [1,5] 2023-10-11T16:13:11.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:11.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: Upgrade: It appears safe to stop mds.foofs.smithi045.iyzjhc 2023-10-11T16:13:11.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: pgmap v187: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 151 B/s wr, 0 op/s; 232/1506 objects degraded (15.405%) 2023-10-11T16:13:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:13:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: osd.7 [v2:172.21.15.79:6824/4230361542,v1:172.21.15.79:6825/4230361542] boot 2023-10-11T16:13:11.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: osdmap e111: 8 total, 8 up, 8 in 2023-10-11T16:13:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T16:13:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.iyzjhc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T16:13:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:11.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:11 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/506035722' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:13:11.965 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:11.965 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: Upgrade: It appears safe to stop mds.foofs.smithi045.iyzjhc 2023-10-11T16:13:11.966 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:11.966 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: pgmap v187: 129 pgs: 36 active+undersized+degraded, 20 active+undersized, 73 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 151 B/s wr, 0 op/s; 232/1506 objects degraded (15.405%) 2023-10-11T16:13:11.966 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-10-11T16:13:11.966 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: osd.7 [v2:172.21.15.79:6824/4230361542,v1:172.21.15.79:6825/4230361542] boot 2023-10-11T16:13:11.967 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: osdmap e111: 8 total, 8 up, 8 in 2023-10-11T16:13:11.967 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T16:13:11.967 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:11.967 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.iyzjhc", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T16:13:11.968 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:11.968 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:11 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/506035722' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:13:12.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon-smithi045[164740]: 2023-10-11T16:13:12.368+0000 7fb51f26a700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-11T16:13:12.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:13:12.397+0000 7f2c9f11c700 -1 bdev(0x55572075c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 4 2023-10-11T16:13:12.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:13:12.398+0000 7f2ca1120700 -1 bdev(0x55572075c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 9 2023-10-11T16:13:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: Upgrade: Updating mds.foofs.smithi045.iyzjhc 2023-10-11T16:13:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: Deploying daemon mds.foofs.smithi045.iyzjhc on smithi045 2023-10-11T16:13:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: osdmap e112: 8 total, 8 up, 8 in 2023-10-11T16:13:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: daemon mds.foofs.smithi045.iyzjhc compat changed unexpectedly 2023-10-11T16:13:12.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-11T16:13:12.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-11T16:13:12.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: osdmap e113: 8 total, 8 up, 8 in 2023-10-11T16:13:12.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: Standby daemon mds.foofs.smithi079.thsczk assigned to filesystem foofs as rank 0 2023-10-11T16:13:12.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-10-11T16:13:12.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-11T16:13:12.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: fsmap foofs:0/1 1 up:standby, 1 failed 2023-10-11T16:13:12.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: fsmap foofs:1/1 {0=foofs.smithi079.thsczk=up:replay} 2023-10-11T16:13:12.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:12 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:13.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: Upgrade: Updating mds.foofs.smithi045.iyzjhc 2023-10-11T16:13:13.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: Deploying daemon mds.foofs.smithi045.iyzjhc on smithi045 2023-10-11T16:13:13.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: osdmap e112: 8 total, 8 up, 8 in 2023-10-11T16:13:13.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: daemon mds.foofs.smithi045.iyzjhc compat changed unexpectedly 2023-10-11T16:13:13.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-11T16:13:13.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-11T16:13:13.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: osdmap e113: 8 total, 8 up, 8 in 2023-10-11T16:13:13.020 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: Standby daemon mds.foofs.smithi079.thsczk assigned to filesystem foofs as rank 0 2023-10-11T16:13:13.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-10-11T16:13:13.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-11T16:13:13.021 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: fsmap foofs:0/1 1 up:standby, 1 failed 2023-10-11T16:13:13.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: fsmap foofs:1/1 {0=foofs.smithi079.thsczk=up:replay} 2023-10-11T16:13:13.022 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:12 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:13.742 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:13.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:13 smithi079 ceph-mon[140862]: pgmap v191: 129 pgs: 6 peering, 32 active+undersized+degraded, 18 active+undersized, 73 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 222/1506 objects degraded (14.741%) 2023-10-11T16:13:13.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:13 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T16:13:13.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:13 smithi079 ceph-mon[140862]: Health check update: Degraded data redundancy: 222/1506 objects degraded (14.741%), 32 pgs degraded (PG_DEGRADED) 2023-10-11T16:13:14.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:13 smithi045 ceph-mon[164763]: pgmap v191: 129 pgs: 6 peering, 32 active+undersized+degraded, 18 active+undersized, 73 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 222/1506 objects degraded (14.741%) 2023-10-11T16:13:14.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:13 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T16:13:14.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:13 smithi045 ceph-mon[164763]: Health check update: Degraded data redundancy: 222/1506 objects degraded (14.741%), 32 pgs degraded (PG_DEGRADED) 2023-10-11T16:13:14.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:14 smithi079 ceph-mon[140862]: mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:reconnect 2023-10-11T16:13:14.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:14 smithi079 ceph-mon[140862]: fsmap foofs:1/1 {0=foofs.smithi079.thsczk=up:reconnect} 2023-10-11T16:13:15.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:14 smithi045 ceph-mon[164763]: mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:reconnect 2023-10-11T16:13:15.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:14 smithi045 ceph-mon[164763]: fsmap foofs:1/1 {0=foofs.smithi079.thsczk=up:reconnect} 2023-10-11T16:13:15.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:15 smithi079 ceph-mon[140862]: pgmap v192: 129 pgs: 6 peering, 16 active+undersized+degraded, 7 active+undersized, 100 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 212 B/s wr, 6 op/s; 115/1506 objects degraded (7.636%) 2023-10-11T16:13:15.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:15 smithi079 ceph-mon[140862]: mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:rejoin 2023-10-11T16:13:15.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:15 smithi079 ceph-mon[140862]: fsmap foofs:1/1 {0=foofs.smithi079.thsczk=up:rejoin} 2023-10-11T16:13:15.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:15 smithi079 ceph-mon[140862]: daemon mds.foofs.smithi079.thsczk is now active in filesystem foofs as rank 0 2023-10-11T16:13:16.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:15 smithi045 ceph-mon[164763]: pgmap v192: 129 pgs: 6 peering, 16 active+undersized+degraded, 7 active+undersized, 100 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 212 B/s wr, 6 op/s; 115/1506 objects degraded (7.636%) 2023-10-11T16:13:16.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:15 smithi045 ceph-mon[164763]: mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:rejoin 2023-10-11T16:13:16.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:15 smithi045 ceph-mon[164763]: fsmap foofs:1/1 {0=foofs.smithi079.thsczk=up:rejoin} 2023-10-11T16:13:16.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:15 smithi045 ceph-mon[164763]: daemon mds.foofs.smithi079.thsczk is now active in filesystem foofs as rank 0 2023-10-11T16:13:16.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:16 smithi079 ceph-mon[140862]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-11T16:13:16.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:16 smithi079 ceph-mon[140862]: mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:active 2023-10-11T16:13:16.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:16 smithi079 ceph-mon[140862]: fsmap foofs:1 {0=foofs.smithi079.thsczk=up:active} 2023-10-11T16:13:16.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:16 smithi079 ceph-mon[140862]: pgmap v193: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 33 MiB/s rd, 170 B/s wr, 11 op/s 2023-10-11T16:13:17.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:16 smithi045 ceph-mon[164763]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-11T16:13:17.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:16 smithi045 ceph-mon[164763]: mds.? [v2:172.21.15.79:6832/694043477,v1:172.21.15.79:6833/694043477] up:active 2023-10-11T16:13:17.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:16 smithi045 ceph-mon[164763]: fsmap foofs:1 {0=foofs.smithi079.thsczk=up:active} 2023-10-11T16:13:17.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:16 smithi045 ceph-mon[164763]: pgmap v193: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 33 MiB/s rd, 170 B/s wr, 11 op/s 2023-10-11T16:13:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:17 smithi079 ceph-mon[140862]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 115/1506 objects degraded (7.636%), 16 pgs degraded) 2023-10-11T16:13:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:17.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:18.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:17 smithi045 ceph-mon[164763]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 115/1506 objects degraded (7.636%), 16 pgs degraded) 2023-10-11T16:13:18.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:18.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:18.779 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:18.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:18 smithi079 ceph-mon[140862]: pgmap v194: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 262 B/s wr, 11 op/s 2023-10-11T16:13:19.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:18 smithi045 ceph-mon[164763]: pgmap v194: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 262 B/s wr, 11 op/s 2023-10-11T16:13:21.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:20 smithi045 ceph-mon[164763]: pgmap v195: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 232 B/s wr, 12 op/s 2023-10-11T16:13:21.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:20 smithi079 ceph-mon[140862]: pgmap v195: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 23 MiB/s rd, 232 B/s wr, 12 op/s 2023-10-11T16:13:23.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:23 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:23.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:23 smithi045 ceph-mon[164763]: pgmap v196: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 200 B/s wr, 10 op/s 2023-10-11T16:13:23.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:23 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:23.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:23 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:23.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:23 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:23.822 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:23.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:23 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:23.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:23 smithi079 ceph-mon[140862]: pgmap v196: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 200 B/s wr, 10 op/s 2023-10-11T16:13:23.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:23 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:23.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:23 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:23.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:23 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:24.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:24 smithi045 ceph-mon[164763]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-10-11T16:13:24.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:24 smithi045 ceph-mon[164763]: mds.? [v2:172.21.15.45:6834/2853164493,v1:172.21.15.45:6835/2853164493] up:boot 2023-10-11T16:13:24.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:24 smithi045 ceph-mon[164763]: fsmap foofs:1 {0=foofs.smithi079.thsczk=up:active} 1 up:standby 2023-10-11T16:13:24.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:24 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T16:13:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:24 smithi079 ceph-mon[140862]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-10-11T16:13:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:24 smithi079 ceph-mon[140862]: mds.? [v2:172.21.15.45:6834/2853164493,v1:172.21.15.45:6835/2853164493] up:boot 2023-10-11T16:13:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:24 smithi079 ceph-mon[140862]: fsmap foofs:1 {0=foofs.smithi079.thsczk=up:active} 1 up:standby 2023-10-11T16:13:24.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:24 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T16:13:25.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:25 smithi045 ceph-mon[164763]: pgmap v197: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 255 B/s wr, 9 op/s 2023-10-11T16:13:25.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:25 smithi079 ceph-mon[140862]: pgmap v197: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 255 B/s wr, 9 op/s 2023-10-11T16:13:27.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:26 smithi045 ceph-mon[164763]: pgmap v198: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 7.2 KiB/s wr, 9 op/s 2023-10-11T16:13:27.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:26 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:27.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:26 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:27.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:26 smithi079 ceph-mon[140862]: pgmap v198: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.7 MiB/s rd, 7.2 KiB/s wr, 9 op/s 2023-10-11T16:13:27.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:26 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:27.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:26 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:28.389 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:28 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:28.389 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:28 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:28.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:28 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:28.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:28 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:28.866 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:29.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:29 smithi079 ceph-mon[140862]: pgmap v199: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.1 KiB/s rd, 7.3 KiB/s wr, 6 op/s 2023-10-11T16:13:29.728 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:29 smithi045 ceph-mon[164763]: pgmap v199: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.1 KiB/s rd, 7.3 KiB/s wr, 6 op/s 2023-10-11T16:13:31.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: Detected new or changed devices on smithi045 2023-10-11T16:13:31.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:31.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:31.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:31.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:13:31.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: pgmap v200: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 7.6 KiB/s wr, 4 op/s 2023-10-11T16:13:31.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: pgmap v201: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 216 B/s rd, 9.2 KiB/s wr, 4 op/s 2023-10-11T16:13:31.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:31.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:31.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:31.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:31.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:31.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:31.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:31.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi079.thsczk"]}]: dispatch 2023-10-11T16:13:31.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:31 smithi079 ceph-mon[140862]: Upgrade: It appears safe to stop mds.foofs.smithi079.thsczk 2023-10-11T16:13:31.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: Detected new or changed devices on smithi045 2023-10-11T16:13:31.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:31.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:31.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:31.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:13:31.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: pgmap v200: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 7.6 KiB/s wr, 4 op/s 2023-10-11T16:13:31.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: pgmap v201: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 216 B/s rd, 9.2 KiB/s wr, 4 op/s 2023-10-11T16:13:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:31.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:31.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:31.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:31.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi079.thsczk"]}]: dispatch 2023-10-11T16:13:31.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:31 smithi045 ceph-mon[164763]: Upgrade: It appears safe to stop mds.foofs.smithi079.thsczk 2023-10-11T16:13:32.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:32 smithi079 ceph-mon[140862]: Upgrade: Updating mds.foofs.smithi079.thsczk 2023-10-11T16:13:32.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:32.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.thsczk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T16:13:32.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:32.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:32 smithi079 ceph-mon[140862]: Deploying daemon mds.foofs.smithi079.thsczk on smithi079 2023-10-11T16:13:32.387 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:13:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:13:32.366+0000 7f416eeee700 -1 bdev(0x55d688a12000 /var/lib/ceph/osd/ceph-5/block) aio_submit retries 6 2023-10-11T16:13:32.387 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:13:32.365+0000 7f2c9f11c700 -1 bdev(0x55572075c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 5 2023-10-11T16:13:32.388 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:13:32.366+0000 7f2c9e91b700 -1 bdev(0x55572075c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 11 2023-10-11T16:13:32.388 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:13:32 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:13:32.368+0000 7f2ca1120700 -1 bdev(0x55572075c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 18 2023-10-11T16:13:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:32 smithi045 ceph-mon[164763]: Upgrade: Updating mds.foofs.smithi079.thsczk 2023-10-11T16:13:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi079.thsczk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-11T16:13:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:32.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:32 smithi045 ceph-mon[164763]: Deploying daemon mds.foofs.smithi079.thsczk on smithi079 2023-10-11T16:13:32.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:32 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon-smithi045[164740]: 2023-10-11T16:13:32.341+0000 7fb51f26a700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-11T16:13:33.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: pgmap v202: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 216 B/s rd, 9.2 KiB/s wr, 4 op/s 2023-10-11T16:13:33.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:33.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:33.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-11T16:13:33.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-11T16:13:33.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: osdmap e114: 8 total, 8 up, 8 in 2023-10-11T16:13:33.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: Standby daemon mds.foofs.smithi045.iyzjhc assigned to filesystem foofs as rank 0 2023-10-11T16:13:33.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-10-11T16:13:33.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-11T16:13:33.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: fsmap foofs:0/1 1 up:standby, 1 failed 2023-10-11T16:13:33.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: fsmap foofs:1/1 {0=foofs.smithi045.iyzjhc=up:replay} 2023-10-11T16:13:33.636 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:13:33.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: pgmap v202: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 216 B/s rd, 9.2 KiB/s wr, 4 op/s 2023-10-11T16:13:33.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:33.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:33.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-10-11T16:13:33.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-11T16:13:33.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: osdmap e114: 8 total, 8 up, 8 in 2023-10-11T16:13:33.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: Standby daemon mds.foofs.smithi045.iyzjhc assigned to filesystem foofs as rank 0 2023-10-11T16:13:33.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-10-11T16:13:33.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-11T16:13:33.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: fsmap foofs:0/1 1 up:standby, 1 failed 2023-10-11T16:13:33.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: fsmap foofs:1/1 {0=foofs.smithi045.iyzjhc=up:replay} 2023-10-11T16:13:33.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:13:33.909 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:34.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:34 smithi079 ceph-mon[140862]: mds.? [v2:172.21.15.45:6834/2853164493,v1:172.21.15.45:6835/2853164493] up:reconnect 2023-10-11T16:13:34.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:34 smithi079 ceph-mon[140862]: fsmap foofs:1/1 {0=foofs.smithi045.iyzjhc=up:reconnect} 2023-10-11T16:13:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:34 smithi045 ceph-mon[164763]: mds.? [v2:172.21.15.45:6834/2853164493,v1:172.21.15.45:6835/2853164493] up:reconnect 2023-10-11T16:13:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:34 smithi045 ceph-mon[164763]: fsmap foofs:1/1 {0=foofs.smithi045.iyzjhc=up:reconnect} 2023-10-11T16:13:35.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:35 smithi079 ceph-mon[140862]: pgmap v204: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 274 B/s wr, 3 op/s 2023-10-11T16:13:35.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:35 smithi079 ceph-mon[140862]: mds.? [v2:172.21.15.45:6834/2853164493,v1:172.21.15.45:6835/2853164493] up:rejoin 2023-10-11T16:13:35.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:35 smithi079 ceph-mon[140862]: fsmap foofs:1/1 {0=foofs.smithi045.iyzjhc=up:rejoin} 2023-10-11T16:13:35.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:35 smithi079 ceph-mon[140862]: daemon mds.foofs.smithi045.iyzjhc is now active in filesystem foofs as rank 0 2023-10-11T16:13:35.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:35 smithi045 ceph-mon[164763]: pgmap v204: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 MiB/s rd, 274 B/s wr, 3 op/s 2023-10-11T16:13:35.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:35 smithi045 ceph-mon[164763]: mds.? [v2:172.21.15.45:6834/2853164493,v1:172.21.15.45:6835/2853164493] up:rejoin 2023-10-11T16:13:35.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:35 smithi045 ceph-mon[164763]: fsmap foofs:1/1 {0=foofs.smithi045.iyzjhc=up:rejoin} 2023-10-11T16:13:35.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:35 smithi045 ceph-mon[164763]: daemon mds.foofs.smithi045.iyzjhc is now active in filesystem foofs as rank 0 2023-10-11T16:13:36.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:36 smithi079 ceph-mon[140862]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-11T16:13:36.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:36 smithi079 ceph-mon[140862]: mds.? [v2:172.21.15.45:6834/2853164493,v1:172.21.15.45:6835/2853164493] up:active 2023-10-11T16:13:36.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:36 smithi079 ceph-mon[140862]: fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 2023-10-11T16:13:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:36 smithi045 ceph-mon[164763]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-10-11T16:13:36.817 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:36 smithi045 ceph-mon[164763]: mds.? [v2:172.21.15.45:6834/2853164493,v1:172.21.15.45:6835/2853164493] up:active 2023-10-11T16:13:36.818 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:36 smithi045 ceph-mon[164763]: fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 2023-10-11T16:13:37.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:37 smithi079 ceph-mon[140862]: pgmap v205: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 411 B/s wr, 7 op/s 2023-10-11T16:13:37.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:37 smithi045 ceph-mon[164763]: pgmap v205: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 411 B/s wr, 7 op/s 2023-10-11T16:13:38.944 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:39.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:39 smithi079 ceph-mon[140862]: pgmap v206: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 383 B/s wr, 9 op/s 2023-10-11T16:13:39.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:39 smithi045 ceph-mon[164763]: pgmap v206: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 383 B/s wr, 9 op/s 2023-10-11T16:13:41.417 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:13:41.551 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:41 smithi079 ceph-mon[140862]: pgmap v207: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 8.9 KiB/s wr, 14 op/s 2023-10-11T16:13:41.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:41 smithi045 ceph-mon[164763]: pgmap v207: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 8.9 KiB/s wr, 14 op/s 2023-10-11T16:13:42.107 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:13:42.108 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (14m) 15s ago 22m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:13:42.108 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (4m) 15s ago 22m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:13:42.108 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (4m) 36s ago 21m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:13:42.109 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (11m) 15s ago 21m 38.4M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:13:42.109 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (19s) 15s ago 18m 14.1M - 18.2.0-669-ge62d759a 97519c6bda34 0f14c78e6447 2023-10-11T16:13:42.109 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 starting - - - - 2023-10-11T16:13:42.109 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (5m) 15s ago 23m 516M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:13:42.109 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (5m) 36s ago 21m 450M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:13:42.110 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (5m) 15s ago 23m 124M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:13:42.110 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (4m) 36s ago 21m 91.8M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:13:42.110 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (16m) 15s ago 16m 83.6M - 3.5 6933c2a0b7dd 8253b08fc489 2023-10-11T16:13:42.110 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (16m) 36s ago 16m 80.1M - 3.5 6933c2a0b7dd a35decc3b7bc 2023-10-11T16:13:42.110 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (9m) 15s ago 21m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:13:42.111 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (5m) 36s ago 21m 9315k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:13:42.111 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (3m) 15s ago 21m 367M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:13:42.111 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (3m) 15s ago 20m 302M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:13:42.111 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (2m) 15s ago 20m 257M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:13:42.112 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (2m) 15s ago 20m 314M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:13:42.112 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (2m) 36s ago 19m 344M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:13:42.112 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (93s) 36s ago 19m 362M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:13:42.112 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (66s) 36s ago 19m 297M 2710M 18.2.0-669-ge62d759a 97519c6bda34 5d97d92960d7 2023-10-11T16:13:42.112 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (39s) 36s ago 19m 12.5M 2710M 18.2.0-669-ge62d759a 97519c6bda34 622b16cea1d0 2023-10-11T16:13:42.112 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 error 15s ago 21m - - 2023-10-11T16:13:42.527 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:13:42.527 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:13:42.528 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:13:42.528 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:13:42.528 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:13:42.528 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:13:42.529 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:13:42.529 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:13:42.529 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 8 2023-10-11T16:13:42.529 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:13:42.529 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:13:42.530 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:13:42.530 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:13:42.530 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:13:42.530 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 14 2023-10-11T16:13:42.530 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:13:42.531 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:13:42.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:42 smithi079 ceph-mon[140862]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:42.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:42.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:42.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:42 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:42.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:42 smithi045 ceph-mon[164763]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:42.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:42.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:42.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:42 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:42.879 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:13:42.880 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:13:42.880 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:13:42.880 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:13:42.881 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:13:42.881 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:13:42.881 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:13:42.881 INFO:teuthology.orchestra.run.smithi045.stdout: "crash", 2023-10-11T16:13:42.882 INFO:teuthology.orchestra.run.smithi045.stdout: "osd" 2023-10-11T16:13:42.882 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:13:42.882 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "15/23 daemons upgraded", 2023-10-11T16:13:42.882 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading mds daemons", 2023-10-11T16:13:42.882 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:13:42.883 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:13:43.299 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:13:43.299 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:13:43.300 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in error state 2023-10-11T16:13:43.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:43 smithi079 ceph-mon[140862]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:43.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:43 smithi079 ceph-mon[140862]: pgmap v208: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 9.0 KiB/s wr, 14 op/s 2023-10-11T16:13:43.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:43 smithi079 ceph-mon[140862]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:43.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:43 smithi079 ceph-mon[140862]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-10-11T16:13:43.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:43 smithi079 ceph-mon[140862]: mds.? [v2:172.21.15.79:6832/3804559137,v1:172.21.15.79:6833/3804559137] up:boot 2023-10-11T16:13:43.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:43 smithi079 ceph-mon[140862]: fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T16:13:43.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:43 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:13:43.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:43 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/3558493518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:43.635 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:43 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/4217374919' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:13:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:43 smithi045 ceph-mon[164763]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:43 smithi045 ceph-mon[164763]: pgmap v208: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 9.0 KiB/s wr, 14 op/s 2023-10-11T16:13:43.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:43 smithi045 ceph-mon[164763]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:43 smithi045 ceph-mon[164763]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-10-11T16:13:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:43 smithi045 ceph-mon[164763]: mds.? [v2:172.21.15.79:6832/3804559137,v1:172.21.15.79:6833/3804559137] up:boot 2023-10-11T16:13:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:43 smithi045 ceph-mon[164763]: fsmap foofs:1 {0=foofs.smithi045.iyzjhc=up:active} 1 up:standby 2023-10-11T16:13:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:43 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:13:43.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:43 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/3558493518' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:43.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:43 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/4217374919' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:13:43.989 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:44.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:44 smithi079 ceph-mon[140862]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:44.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:44 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:44.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:44 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:44.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:44 smithi045 ceph-mon[164763]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:13:44.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:44 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:44.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:44 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:45.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:45 smithi045 ceph-mon[164763]: pgmap v209: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 7.8 KiB/s wr, 12 op/s 2023-10-11T16:13:45.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:45 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:45.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:45 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:45.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:45 smithi079 ceph-mon[140862]: pgmap v209: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 7.8 KiB/s wr, 12 op/s 2023-10-11T16:13:45.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:45 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:45.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:45 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: pgmap v210: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 7.5 KiB/s wr, 10 op/s 2023-10-11T16:13:47.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:47.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:13:47.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:47.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T16:13:47.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi045.iyzjhc"}]': finished 2023-10-11T16:13:47.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:13:47.773 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi079.thsczk"}]': finished 2023-10-11T16:13:47.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.775 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: pgmap v210: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 MiB/s rd, 7.5 KiB/s wr, 10 op/s 2023-10-11T16:13:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:13:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi045.iyzjhc"}]: dispatch 2023-10-11T16:13:47.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi045.iyzjhc"}]': finished 2023-10-11T16:13:47.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi079.thsczk"}]: dispatch 2023-10-11T16:13:47.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi079.thsczk"}]': finished 2023-10-11T16:13:47.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:13:47.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:47.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:13:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: Detected new or changed devices on smithi079 2023-10-11T16:13:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: pgmap v211: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.2 KiB/s wr, 8 op/s 2023-10-11T16:13:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: pgmap v212: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 10 KiB/s wr, 8 op/s 2023-10-11T16:13:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all mds 2023-10-11T16:13:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all rgw 2023-10-11T16:13:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all rbd-mirror 2023-10-11T16:13:48.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all ceph-exporter 2023-10-11T16:13:48.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all iscsi 2023-10-11T16:13:48.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:48.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T16:13:48.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T16:13:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T16:13:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T16:13:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T16:13:48.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:13:48.772 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:48 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:48.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: Detected new or changed devices on smithi079 2023-10-11T16:13:48.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: pgmap v211: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.0 MiB/s rd, 8.2 KiB/s wr, 8 op/s 2023-10-11T16:13:48.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: pgmap v212: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 10 KiB/s wr, 8 op/s 2023-10-11T16:13:48.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all mds 2023-10-11T16:13:48.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all rgw 2023-10-11T16:13:48.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all rbd-mirror 2023-10-11T16:13:48.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all ceph-exporter 2023-10-11T16:13:48.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all iscsi 2023-10-11T16:13:48.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:48.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T16:13:48.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T16:13:48.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T16:13:48.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:48.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T16:13:48.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T16:13:48.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi045.gjeqfb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:13:48.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:48 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:49.035 INFO:teuthology.orchestra.run.smithi045.stderr:mount.nfs: mounting smithi045:/fake failed, reason given by server: No such file or directory 2023-10-11T16:13:49.665 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:49 smithi045 ceph-mon[164763]: Upgrade: Updating nfs.foo.0.1.smithi045.gjeqfb (1/2) 2023-10-11T16:13:49.665 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:49 smithi045 ceph-mon[164763]: Creating key for client.nfs.foo.0.1.smithi045.gjeqfb 2023-10-11T16:13:49.665 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:49 smithi045 ceph-mon[164763]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T16:13:49.666 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:49 smithi045 ceph-mon[164763]: Rados config object exists: conf-nfs.foo 2023-10-11T16:13:49.666 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:49 smithi045 ceph-mon[164763]: Creating key for client.nfs.foo.0.1.smithi045.gjeqfb-rgw 2023-10-11T16:13:49.666 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:49 smithi045 ceph-mon[164763]: Bind address in nfs.foo.0.1.smithi045.gjeqfb's ganesha conf is defaulting to empty 2023-10-11T16:13:49.666 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:49 smithi045 ceph-mon[164763]: Deploying daemon nfs.foo.0.1.smithi045.gjeqfb on smithi045 2023-10-11T16:13:49.863 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:49 smithi079 ceph-mon[140862]: Upgrade: Updating nfs.foo.0.1.smithi045.gjeqfb (1/2) 2023-10-11T16:13:49.864 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:49 smithi079 ceph-mon[140862]: Creating key for client.nfs.foo.0.1.smithi045.gjeqfb 2023-10-11T16:13:49.864 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:49 smithi079 ceph-mon[140862]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T16:13:49.864 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:49 smithi079 ceph-mon[140862]: Rados config object exists: conf-nfs.foo 2023-10-11T16:13:49.865 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:49 smithi079 ceph-mon[140862]: Creating key for client.nfs.foo.0.1.smithi045.gjeqfb-rgw 2023-10-11T16:13:49.865 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:49 smithi079 ceph-mon[140862]: Bind address in nfs.foo.0.1.smithi045.gjeqfb's ganesha conf is defaulting to empty 2023-10-11T16:13:49.865 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:49 smithi079 ceph-mon[140862]: Deploying daemon nfs.foo.0.1.smithi045.gjeqfb on smithi045 2023-10-11T16:13:50.750 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:50 smithi045 ceph-mon[164763]: pgmap v213: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 117 B/s rd, 351 B/s wr, 0 op/s 2023-10-11T16:13:50.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:50 smithi079 ceph-mon[140862]: pgmap v213: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 117 B/s rd, 351 B/s wr, 0 op/s 2023-10-11T16:13:52.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:51 smithi045 ceph-mon[164763]: pgmap v214: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 351 B/s rd, 469 B/s wr, 0 op/s 2023-10-11T16:13:52.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:52.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:52.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:51 smithi079 ceph-mon[140862]: pgmap v214: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 351 B/s rd, 469 B/s wr, 0 op/s 2023-10-11T16:13:52.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:52.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:53.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: Upgrade: Updating nfs.foo.1.1.smithi079.oxtyco (2/2) 2023-10-11T16:13:53.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:53.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: Creating key for client.nfs.foo.1.1.smithi079.oxtyco 2023-10-11T16:13:53.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T16:13:53.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-11T16:13:53.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T16:13:53.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T16:13:53.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:53.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T16:13:53.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T16:13:53.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: Rados config object exists: conf-nfs.foo 2023-10-11T16:13:53.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: Creating key for client.nfs.foo.1.1.smithi079.oxtyco-rgw 2023-10-11T16:13:53.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:13:53.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: Bind address in nfs.foo.1.1.smithi079.oxtyco's ganesha conf is defaulting to empty 2023-10-11T16:13:53.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:53.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:53 smithi079 ceph-mon[140862]: Deploying daemon nfs.foo.1.1.smithi079.oxtyco on smithi079 2023-10-11T16:13:53.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: Upgrade: Updating nfs.foo.1.1.smithi079.oxtyco (2/2) 2023-10-11T16:13:53.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:53.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: Creating key for client.nfs.foo.1.1.smithi079.oxtyco 2023-10-11T16:13:53.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T16:13:53.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-10-11T16:13:53.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T16:13:53.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T16:13:53.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:53.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T16:13:53.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T16:13:53.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: Rados config object exists: conf-nfs.foo 2023-10-11T16:13:53.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: Creating key for client.nfs.foo.1.1.smithi079.oxtyco-rgw 2023-10-11T16:13:53.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi079.oxtyco-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T16:13:53.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: Bind address in nfs.foo.1.1.smithi079.oxtyco's ganesha conf is defaulting to empty 2023-10-11T16:13:53.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:13:53.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:53 smithi045 ceph-mon[164763]: Deploying daemon nfs.foo.1.1.smithi079.oxtyco on smithi079 2023-10-11T16:13:54.093 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-10-11T16:13:54.161 INFO:teuthology.orchestra.run.smithi045.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-10-11T16:13:54.161 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T16:13:54.161 INFO:teuthology.orchestra.run.smithi045.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-10-11T16:13:54.162 INFO:teuthology.orchestra.run.smithi045.stdout:4 of 5 processes prepared for launch 0 sec 2023-10-11T16:13:54.262 INFO:teuthology.orchestra.run.smithi045.stdout:5 of 5 processes prepared for launch 0 sec 2023-10-11T16:13:54.262 INFO:teuthology.orchestra.run.smithi045.stdout:releasing clients 2023-10-11T16:13:54.263 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:54 smithi045 ceph-mon[164763]: pgmap v215: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 351 B/s rd, 351 B/s wr, 0 op/s 2023-10-11T16:13:54.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:54 smithi079 ceph-mon[140862]: pgmap v215: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 351 B/s rd, 351 B/s wr, 0 op/s 2023-10-11T16:13:55.262 INFO:teuthology.orchestra.run.smithi045.stdout: 0 1 0.00 MB/sec warmup 1 sec latency 999.957 ms 2023-10-11T16:13:56.262 INFO:teuthology.orchestra.run.smithi045.stdout: 0 1 0.00 MB/sec warmup 2 sec latency 2000.027 ms 2023-10-11T16:13:56.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:55 smithi045 ceph-mon[164763]: pgmap v216: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 1.9 KiB/s wr, 9 op/s 2023-10-11T16:13:56.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:55 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:56.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:55 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:56.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:55 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:56.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:55 smithi079 ceph-mon[140862]: pgmap v216: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 1.9 KiB/s wr, 9 op/s 2023-10-11T16:13:56.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:55 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:56.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:55 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:56.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:55 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:13:57.262 INFO:teuthology.orchestra.run.smithi045.stdout: 0 1 0.00 MB/sec warmup 3 sec latency 3000.060 ms 2023-10-11T16:13:58.209 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:58 smithi045 ceph-mon[164763]: pgmap v217: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 2.1 KiB/s wr, 9 op/s 2023-10-11T16:13:58.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:58.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:58.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:58.210 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:58.213 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:58 smithi079 ceph-mon[140862]: pgmap v217: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 2.1 KiB/s wr, 9 op/s 2023-10-11T16:13:58.213 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:58.213 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:58.214 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:58.214 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:58.262 INFO:teuthology.orchestra.run.smithi045.stdout: 0 1 0.00 MB/sec warmup 4 sec latency 4000.095 ms 2023-10-11T16:13:59.270 INFO:teuthology.orchestra.run.smithi045.stdout: 0 1 0.00 MB/sec warmup 5 sec latency 5007.582 ms 2023-10-11T16:13:59.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:59.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:59.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:59.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:13:59 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:59.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:59.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:59.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:13:59.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:13:59 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:00.270 INFO:teuthology.orchestra.run.smithi045.stdout: 0 1 0.00 MB/sec warmup 6 sec latency 6007.613 ms 2023-10-11T16:14:00.592 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:00 smithi045 ceph-mon[164763]: pgmap v218: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 2.1 KiB/s wr, 10 op/s 2023-10-11T16:14:00.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:00 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:00.593 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:00 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:00.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:00 smithi079 ceph-mon[140862]: pgmap v218: 129 pgs: 129 active+clean; 309 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 2.1 KiB/s wr, 10 op/s 2023-10-11T16:14:00.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:00 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:00.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:00 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:01.270 INFO:teuthology.orchestra.run.smithi045.stdout: 4 70 2.02 MB/sec warmup 7 sec latency 7007.652 ms 2023-10-11T16:14:02.394 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:02 smithi045 ceph-mon[164763]: pgmap v219: 129 pgs: 129 active+clean; 310 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 8.0 KiB/s wr, 13 op/s 2023-10-11T16:14:02.441 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:02.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:02 smithi079 ceph-mon[140862]: pgmap v219: 129 pgs: 129 active+clean; 310 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 8.0 KiB/s wr, 13 op/s 2023-10-11T16:14:02.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:03.285 INFO:teuthology.orchestra.run.smithi045.stdout: 5 452 26.71 MB/sec execute 1 sec latency 105.256 ms 2023-10-11T16:14:03.940 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: pgmap v220: 129 pgs: 129 active+clean; 310 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 94 KiB/s wr, 13 op/s 2023-10-11T16:14:03.940 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:03.940 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:03.941 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:14:03.941 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:14:03.941 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: pgmap v221: 129 pgs: 129 active+clean; 310 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 112 KiB/s wr, 16 op/s 2023-10-11T16:14:03.941 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:03.942 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:03.942 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:14:03.942 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.942 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.942 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.943 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.943 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.943 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.943 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.943 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.944 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.944 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.944 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.944 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all nfs 2023-10-11T16:14:03.944 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:03.945 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi045.gjeqfb"}]: dispatch 2023-10-11T16:14:03.945 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi045.gjeqfb"}]': finished 2023-10-11T16:14:03.945 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi079.oxtyco"}]: dispatch 2023-10-11T16:14:03.945 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi079.oxtyco"}]': finished 2023-10-11T16:14:03.945 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:03.945 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: Upgrade: Setting container_image for all nvmeof 2023-10-11T16:14:03.946 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:03 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:04.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: pgmap v220: 129 pgs: 129 active+clean; 310 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 94 KiB/s wr, 13 op/s 2023-10-11T16:14:04.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:04.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:04.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:14:04.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:14:04.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: pgmap v221: 129 pgs: 129 active+clean; 310 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 112 KiB/s wr, 16 op/s 2023-10-11T16:14:04.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:04.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:04.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:14:04.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all nfs 2023-10-11T16:14:04.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:04.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi045.gjeqfb"}]: dispatch 2023-10-11T16:14:04.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi045.gjeqfb"}]': finished 2023-10-11T16:14:04.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi079.oxtyco"}]: dispatch 2023-10-11T16:14:04.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi079.oxtyco"}]': finished 2023-10-11T16:14:04.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:04.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: Upgrade: Setting container_image for all nvmeof 2023-10-11T16:14:04.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:03 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:14:04.291 INFO:teuthology.orchestra.run.smithi045.stdout: 5 647 25.71 MB/sec execute 2 sec latency 125.603 ms 2023-10-11T16:14:05.291 INFO:teuthology.orchestra.run.smithi045.stdout: 5 887 18.70 MB/sec execute 3 sec latency 113.141 ms 2023-10-11T16:14:06.295 INFO:teuthology.orchestra.run.smithi045.stdout: 5 1188 15.75 MB/sec execute 4 sec latency 93.606 ms 2023-10-11T16:14:06.495 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:06 smithi045 ceph-mon[164763]: pgmap v222: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 8.4 MiB/s wr, 191 op/s 2023-10-11T16:14:06.496 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:06 smithi045 ceph-mon[164763]: Upgrade: Updating node-exporter.smithi045 (1/2) 2023-10-11T16:14:06.496 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:06 smithi045 ceph-mon[164763]: Deploying daemon node-exporter.smithi045 on smithi045 2023-10-11T16:14:06.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:06 smithi079 ceph-mon[140862]: pgmap v222: 129 pgs: 129 active+clean; 317 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 8.4 MiB/s wr, 191 op/s 2023-10-11T16:14:06.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:06 smithi079 ceph-mon[140862]: Upgrade: Updating node-exporter.smithi045 (1/2) 2023-10-11T16:14:06.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:06 smithi079 ceph-mon[140862]: Deploying daemon node-exporter.smithi045 on smithi045 2023-10-11T16:14:07.295 INFO:teuthology.orchestra.run.smithi045.stdout: 5 cleanup 5 sec 2023-10-11T16:14:07.535 INFO:teuthology.orchestra.run.smithi045.stdout:[1528] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000037ca00000001' failed - Device or resource busy 2023-10-11T16:14:07.536 INFO:teuthology.orchestra.run.smithi045.stdout:[1528] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000038d300000003' failed - Device or resource busy 2023-10-11T16:14:07.536 INFO:teuthology.orchestra.run.smithi045.stdout:[1528] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000037c70000000f' failed - Device or resource busy 2023-10-11T16:14:07.537 INFO:teuthology.orchestra.run.smithi045.stdout:[1528] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000038d10000000d' failed - Device or resource busy 2023-10-11T16:14:07.538 INFO:teuthology.orchestra.run.smithi045.stdout:[1528] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000037cc00000002' failed - Device or resource busy 2023-10-11T16:14:07.554 INFO:teuthology.orchestra.run.smithi045.stdout:[1528] unlink './clients/client3/~dmtmp/PARADOX/.nfs00000100000037d200000010' failed - Device or resource busy 2023-10-11T16:14:07.631 INFO:teuthology.orchestra.run.smithi045.stdout:[1527] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000381e00000011' failed - Device or resource busy 2023-10-11T16:14:07.632 INFO:teuthology.orchestra.run.smithi045.stdout:[1527] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000381100000018' failed - Device or resource busy 2023-10-11T16:14:07.632 INFO:teuthology.orchestra.run.smithi045.stdout:[1527] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000381d00000006' failed - Device or resource busy 2023-10-11T16:14:07.633 INFO:teuthology.orchestra.run.smithi045.stdout:[1527] unlink './clients/client0/~dmtmp/PARADOX/.nfs000001000000382100000019' failed - Device or resource busy 2023-10-11T16:14:07.633 INFO:teuthology.orchestra.run.smithi045.stdout:[1527] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000038d400000014' failed - Device or resource busy 2023-10-11T16:14:07.633 INFO:teuthology.orchestra.run.smithi045.stdout:[1527] unlink './clients/client0/~dmtmp/PARADOX/.nfs00000100000038d000000017' failed - Device or resource busy 2023-10-11T16:14:08.295 INFO:teuthology.orchestra.run.smithi045.stdout: 2 cleanup 6 sec 2023-10-11T16:14:08.325 INFO:teuthology.orchestra.run.smithi045.stdout:[1487] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000037e800000021' failed - Device or resource busy 2023-10-11T16:14:08.514 INFO:teuthology.orchestra.run.smithi045.stdout:[1487] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000037f200000012' failed - Device or resource busy 2023-10-11T16:14:08.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:08 smithi045 ceph-mon[164763]: pgmap v223: 129 pgs: 129 active+clean; 316 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 10 MiB/s wr, 212 op/s 2023-10-11T16:14:08.576 INFO:teuthology.orchestra.run.smithi045.stdout:[1487] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000037f900000022' failed - Device or resource busy 2023-10-11T16:14:08.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:08 smithi079 ceph-mon[140862]: pgmap v223: 129 pgs: 129 active+clean; 316 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 KiB/s rd, 10 MiB/s wr, 212 op/s 2023-10-11T16:14:08.701 INFO:teuthology.orchestra.run.smithi045.stdout:[1487] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000038d700000020' failed - Device or resource busy 2023-10-11T16:14:08.764 INFO:teuthology.orchestra.run.smithi045.stdout:[1487] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000037f500000013' failed - Device or resource busy 2023-10-11T16:14:09.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 7 sec 2023-10-11T16:14:10.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 8 sec 2023-10-11T16:14:10.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:10 smithi079 ceph-mon[140862]: pgmap v224: 129 pgs: 129 active+clean; 311 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 11 MiB/s wr, 340 op/s 2023-10-11T16:14:10.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:10 smithi045 ceph-mon[164763]: pgmap v224: 129 pgs: 129 active+clean; 311 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 31 KiB/s rd, 11 MiB/s wr, 340 op/s 2023-10-11T16:14:11.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 9 sec 2023-10-11T16:14:12.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 10 sec 2023-10-11T16:14:12.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:12 smithi079 ceph-mon[140862]: pgmap v225: 129 pgs: 129 active+clean; 262 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 12 MiB/s wr, 388 op/s 2023-10-11T16:14:12.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:12 smithi045 ceph-mon[164763]: pgmap v225: 129 pgs: 129 active+clean; 262 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 12 MiB/s wr, 388 op/s 2023-10-11T16:14:13.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 11 sec 2023-10-11T16:14:13.672 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:14:14.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 12 sec 2023-10-11T16:14:14.369 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:14:14.369 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (14m) 16s ago 22m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:14:14.370 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (4m) 16s ago 22m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:14:14.370 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (4m) 17s ago 22m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:14:14.370 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (12m) 16s ago 22m 38.4M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:14:14.370 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (51s) 16s ago 18m 29.8M - 18.2.0-669-ge62d759a 97519c6bda34 0f14c78e6447 2023-10-11T16:14:14.371 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (32s) 17s ago 18m 15.7M - 18.2.0-669-ge62d759a 97519c6bda34 7cd160d01f7b 2023-10-11T16:14:14.371 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (6m) 16s ago 23m 518M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:14:14.371 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (5m) 17s ago 22m 450M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:14:14.372 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (5m) 16s ago 24m 129M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:14:14.372 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (5m) 17s ago 21m 94.1M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:14:14.372 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (23s) 16s ago 16m 66.0M - 5.5 97519c6bda34 a5328c06a38e 2023-10-11T16:14:14.372 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (19s) 17s ago 16m 20.9M - 5.5 97519c6bda34 95c7cdd59c61 2023-10-11T16:14:14.372 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (10m) 16s ago 22m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:14:14.373 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (6m) 17s ago 21m 9315k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:14:14.373 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (4m) 16s ago 21m 370M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:14:14.373 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (4m) 16s ago 21m 306M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:14:14.373 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (3m) 16s ago 20m 261M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:14:14.373 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (3m) 16s ago 20m 319M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:14:14.374 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (2m) 17s ago 20m 356M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:14:14.374 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (2m) 17s ago 20m 377M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:14:14.374 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (98s) 17s ago 20m 307M 2710M 18.2.0-669-ge62d759a 97519c6bda34 5d97d92960d7 2023-10-11T16:14:14.374 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (71s) 17s ago 19m 419M 2710M 18.2.0-669-ge62d759a 97519c6bda34 622b16cea1d0 2023-10-11T16:14:14.375 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 error 16s ago 22m - - 2023-10-11T16:14:14.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:14 smithi079 ceph-mon[140862]: pgmap v226: 129 pgs: 129 active+clean; 258 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 12 MiB/s wr, 389 op/s 2023-10-11T16:14:14.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:14 smithi045 ceph-mon[164763]: pgmap v226: 129 pgs: 129 active+clean; 258 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 12 MiB/s wr, 389 op/s 2023-10-11T16:14:14.791 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:14:14.791 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:14:14.792 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:14:14.792 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:14:14.792 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:14:14.792 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:14:14.793 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:14:14.793 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:14:14.793 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 8 2023-10-11T16:14:14.793 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:14:14.794 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:14:14.794 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:14:14.794 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:14:14.794 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:14:14.794 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 14 2023-10-11T16:14:14.795 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:14:14.795 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:14:15.148 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:14:15.148 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:14:15.149 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:14:15.149 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:14:15.150 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:14:15.150 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:14:15.150 INFO:teuthology.orchestra.run.smithi045.stdout: "osd", 2023-10-11T16:14:15.150 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:14:15.150 INFO:teuthology.orchestra.run.smithi045.stdout: "mds", 2023-10-11T16:14:15.151 INFO:teuthology.orchestra.run.smithi045.stdout: "crash", 2023-10-11T16:14:15.151 INFO:teuthology.orchestra.run.smithi045.stdout: "nfs" 2023-10-11T16:14:15.151 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:14:15.151 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "18/23 daemons upgraded", 2023-10-11T16:14:15.151 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading node-exporter daemons", 2023-10-11T16:14:15.152 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:14:15.152 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:14:15.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 13 sec 2023-10-11T16:14:15.564 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:14:15.564 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:14:15.565 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in error state 2023-10-11T16:14:15.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:15 smithi079 ceph-mon[140862]: from='client.34438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:15.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:15 smithi079 ceph-mon[140862]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:15.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:15 smithi079 ceph-mon[140862]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:15.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:15 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1455154359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:15.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:15 smithi045 ceph-mon[164763]: from='client.34438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:15.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:15 smithi045 ceph-mon[164763]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:15.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:15 smithi045 ceph-mon[164763]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:15.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:15 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1455154359' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:16.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 14 sec 2023-10-11T16:14:16.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:16 smithi079 ceph-mon[140862]: pgmap v227: 129 pgs: 129 active+clean; 216 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 9.9 MiB/s wr, 338 op/s 2023-10-11T16:14:16.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:16 smithi079 ceph-mon[140862]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:16.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:16 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/3476314497' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:14:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:16 smithi045 ceph-mon[164763]: pgmap v227: 129 pgs: 129 active+clean; 216 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 9.9 MiB/s wr, 338 op/s 2023-10-11T16:14:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:16 smithi045 ceph-mon[164763]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:16 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/3476314497' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:14:17.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 15 sec 2023-10-11T16:14:17.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:17.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:18.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 16 sec 2023-10-11T16:14:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:18 smithi079 ceph-mon[140862]: pgmap v228: 129 pgs: 129 active+clean; 212 MiB data, 998 MiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.0 MiB/s wr, 185 op/s 2023-10-11T16:14:18.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:18 smithi045 ceph-mon[164763]: pgmap v228: 129 pgs: 129 active+clean; 212 MiB data, 998 MiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.0 MiB/s wr, 185 op/s 2023-10-11T16:14:19.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 17 sec 2023-10-11T16:14:20.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 18 sec 2023-10-11T16:14:20.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:20 smithi079 ceph-mon[140862]: pgmap v229: 129 pgs: 129 active+clean; 211 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.5 MiB/s wr, 168 op/s 2023-10-11T16:14:20.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:20 smithi045 ceph-mon[164763]: pgmap v229: 129 pgs: 129 active+clean; 211 MiB data, 989 MiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.5 MiB/s wr, 168 op/s 2023-10-11T16:14:21.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 19 sec 2023-10-11T16:14:22.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 20 sec 2023-10-11T16:14:22.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:22 smithi045 ceph-mon[164763]: pgmap v230: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 3.7 KiB/s rd, 785 KiB/s wr, 59 op/s 2023-10-11T16:14:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:22 smithi079 ceph-mon[140862]: pgmap v230: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 3.7 KiB/s rd, 785 KiB/s wr, 59 op/s 2023-10-11T16:14:23.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 21 sec 2023-10-11T16:14:24.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 22 sec 2023-10-11T16:14:24.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:24 smithi045 ceph-mon[164763]: pgmap v231: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 3.6 KiB/s rd, 31 KiB/s wr, 17 op/s 2023-10-11T16:14:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:24 smithi079 ceph-mon[140862]: pgmap v231: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 3.6 KiB/s rd, 31 KiB/s wr, 17 op/s 2023-10-11T16:14:25.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 23 sec 2023-10-11T16:14:26.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 24 sec 2023-10-11T16:14:26.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:26 smithi045 ceph-mon[164763]: pgmap v232: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 3.6 KiB/s rd, 25 KiB/s wr, 14 op/s 2023-10-11T16:14:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:26 smithi079 ceph-mon[140862]: pgmap v232: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 3.6 KiB/s rd, 25 KiB/s wr, 14 op/s 2023-10-11T16:14:27.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 25 sec 2023-10-11T16:14:28.295 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 26 sec 2023-10-11T16:14:28.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:28 smithi045 ceph-mon[164763]: pgmap v233: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.3 KiB/s wr, 2 op/s 2023-10-11T16:14:28.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:28 smithi079 ceph-mon[140862]: pgmap v233: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.3 KiB/s wr, 2 op/s 2023-10-11T16:14:29.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 27 sec 2023-10-11T16:14:30.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 28 sec 2023-10-11T16:14:30.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:30 smithi045 ceph-mon[164763]: pgmap v234: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-10-11T16:14:30.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:30 smithi079 ceph-mon[140862]: pgmap v234: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-10-11T16:14:31.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 29 sec 2023-10-11T16:14:32.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 30 sec 2023-10-11T16:14:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:32 smithi045 ceph-mon[164763]: pgmap v235: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-10-11T16:14:32.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:32 smithi079 ceph-mon[140862]: pgmap v235: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-10-11T16:14:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:33.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 31 sec 2023-10-11T16:14:34.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 32 sec 2023-10-11T16:14:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:34 smithi045 ceph-mon[164763]: pgmap v236: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:34 smithi079 ceph-mon[140862]: pgmap v236: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:35.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 33 sec 2023-10-11T16:14:36.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 34 sec 2023-10-11T16:14:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:36 smithi045 ceph-mon[164763]: pgmap v237: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:36.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:36 smithi079 ceph-mon[140862]: pgmap v237: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:37.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 35 sec 2023-10-11T16:14:38.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 36 sec 2023-10-11T16:14:38.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:38 smithi045 ceph-mon[164763]: pgmap v238: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:38 smithi079 ceph-mon[140862]: pgmap v238: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:39.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 37 sec 2023-10-11T16:14:40.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 38 sec 2023-10-11T16:14:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:40 smithi045 ceph-mon[164763]: pgmap v239: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:40.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:40 smithi079 ceph-mon[140862]: pgmap v239: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:41.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 39 sec 2023-10-11T16:14:42.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 40 sec 2023-10-11T16:14:42.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:42 smithi045 ceph-mon[164763]: pgmap v240: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:14:42.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:42 smithi079 ceph-mon[140862]: pgmap v240: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:14:43.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 41 sec 2023-10-11T16:14:44.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 42 sec 2023-10-11T16:14:44.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:44 smithi045 ceph-mon[164763]: pgmap v241: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:44 smithi079 ceph-mon[140862]: pgmap v241: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:45.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 43 sec 2023-10-11T16:14:46.133 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:14:46.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 44 sec 2023-10-11T16:14:46.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:46 smithi045 ceph-mon[164763]: pgmap v242: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:46.828 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:14:46.828 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (15m) 48s ago 23m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:14:46.829 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (5m) 48s ago 23m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:14:46.829 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (5m) 49s ago 22m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:14:46.829 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (12m) 48s ago 23m 38.4M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:14:46.829 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (84s) 48s ago 19m 29.8M - 18.2.0-669-ge62d759a 97519c6bda34 0f14c78e6447 2023-10-11T16:14:46.829 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (65s) 49s ago 19m 15.7M - 18.2.0-669-ge62d759a 97519c6bda34 7cd160d01f7b 2023-10-11T16:14:46.830 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (6m) 48s ago 24m 518M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:14:46.830 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (6m) 49s ago 22m 450M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:14:46.830 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (6m) 48s ago 24m 129M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:14:46.830 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (5m) 49s ago 22m 94.1M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:14:46.831 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (56s) 48s ago 17m 66.0M - 5.5 97519c6bda34 a5328c06a38e 2023-10-11T16:14:46.831 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (52s) 49s ago 17m 20.9M - 5.5 97519c6bda34 95c7cdd59c61 2023-10-11T16:14:46.831 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (10m) 48s ago 22m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:14:46.831 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (6m) 49s ago 22m 9315k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:14:46.832 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (5m) 48s ago 22m 370M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:14:46.832 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (4m) 48s ago 21m 306M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:14:46.832 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (4m) 48s ago 21m 261M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:14:46.832 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (3m) 48s ago 21m 319M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:14:46.833 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (3m) 49s ago 21m 356M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:14:46.833 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (2m) 49s ago 20m 377M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:14:46.833 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (2m) 49s ago 20m 307M 2710M 18.2.0-669-ge62d759a 97519c6bda34 5d97d92960d7 2023-10-11T16:14:46.833 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (103s) 49s ago 20m 419M 2710M 18.2.0-669-ge62d759a 97519c6bda34 622b16cea1d0 2023-10-11T16:14:46.834 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 error 48s ago 22m - - 2023-10-11T16:14:46.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:46 smithi079 ceph-mon[140862]: pgmap v242: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:47.249 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:14:47.250 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:14:47.250 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:14:47.250 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:14:47.251 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:14:47.251 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:14:47.251 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:14:47.251 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:14:47.251 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 8 2023-10-11T16:14:47.252 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:14:47.252 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:14:47.252 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:14:47.252 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:14:47.252 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:14:47.253 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 14 2023-10-11T16:14:47.253 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:14:47.253 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:14:47.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 45 sec 2023-10-11T16:14:47.604 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:14:47.605 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:14:47.605 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:14:47.605 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:14:47.605 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:14:47.605 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:14:47.606 INFO:teuthology.orchestra.run.smithi045.stdout: "osd", 2023-10-11T16:14:47.606 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:14:47.606 INFO:teuthology.orchestra.run.smithi045.stdout: "mds", 2023-10-11T16:14:47.606 INFO:teuthology.orchestra.run.smithi045.stdout: "crash", 2023-10-11T16:14:47.606 INFO:teuthology.orchestra.run.smithi045.stdout: "nfs" 2023-10-11T16:14:47.607 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:14:47.607 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "18/23 daemons upgraded", 2023-10-11T16:14:47.607 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading node-exporter daemons", 2023-10-11T16:14:47.607 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:14:47.607 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:14:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:47 smithi045 ceph-mon[164763]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:47 smithi045 ceph-mon[164763]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:47 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2639727264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:47 smithi079 ceph-mon[140862]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:47 smithi079 ceph-mon[140862]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:47 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2639727264' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:14:47.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:14:48.029 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:14:48.029 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:14:48.029 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in error state 2023-10-11T16:14:48.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 46 sec 2023-10-11T16:14:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:48 smithi045 ceph-mon[164763]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:48 smithi045 ceph-mon[164763]: pgmap v243: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:48 smithi045 ceph-mon[164763]: from='client.34478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:48 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1371201849' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:14:48.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:48 smithi079 ceph-mon[140862]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:48.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:48 smithi079 ceph-mon[140862]: pgmap v243: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:48.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:48 smithi079 ceph-mon[140862]: from='client.34478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:14:48.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:48 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1371201849' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:14:49.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 47 sec 2023-10-11T16:14:50.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 48 sec 2023-10-11T16:14:50.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:50 smithi045 ceph-mon[164763]: pgmap v244: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:50.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:50 smithi079 ceph-mon[140862]: pgmap v244: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:51.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 49 sec 2023-10-11T16:14:52.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 50 sec 2023-10-11T16:14:52.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:52 smithi045 ceph-mon[164763]: pgmap v245: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:14:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:52 smithi079 ceph-mon[140862]: pgmap v245: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:14:53.296 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 51 sec 2023-10-11T16:14:54.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 52 sec 2023-10-11T16:14:54.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:54 smithi045 ceph-mon[164763]: pgmap v246: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:54.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:54 smithi079 ceph-mon[140862]: pgmap v246: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:55.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 53 sec 2023-10-11T16:14:56.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 54 sec 2023-10-11T16:14:56.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:56 smithi045 ceph-mon[164763]: pgmap v247: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:56.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:56 smithi079 ceph-mon[140862]: pgmap v247: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:57.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 55 sec 2023-10-11T16:14:58.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 56 sec 2023-10-11T16:14:58.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:14:58 smithi045 ceph-mon[164763]: pgmap v248: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:58.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:14:58 smithi079 ceph-mon[140862]: pgmap v248: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:14:59.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 57 sec 2023-10-11T16:15:00.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 58 sec 2023-10-11T16:15:00.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:00 smithi045 ceph-mon[164763]: pgmap v249: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:00.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:00 smithi079 ceph-mon[140862]: pgmap v249: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:01.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 59 sec 2023-10-11T16:15:02.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 60 sec 2023-10-11T16:15:02.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:02 smithi045 ceph-mon[164763]: pgmap v250: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:02 smithi079 ceph-mon[140862]: pgmap v250: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:03.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 61 sec 2023-10-11T16:15:04.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 62 sec 2023-10-11T16:15:04.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:04 smithi045 ceph-mon[164763]: pgmap v251: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:04.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:04 smithi079 ceph-mon[140862]: pgmap v251: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:05.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 63 sec 2023-10-11T16:15:06.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 64 sec 2023-10-11T16:15:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:06 smithi045 ceph-mon[164763]: pgmap v252: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:06.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:06 smithi079 ceph-mon[140862]: pgmap v252: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:07.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 65 sec 2023-10-11T16:15:08.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 66 sec 2023-10-11T16:15:08.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:08 smithi045 ceph-mon[164763]: pgmap v253: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:08.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:08 smithi079 ceph-mon[140862]: pgmap v253: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:09.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 67 sec 2023-10-11T16:15:10.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 68 sec 2023-10-11T16:15:10.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:10 smithi045 ceph-mon[164763]: pgmap v254: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:10.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:10 smithi079 ceph-mon[140862]: pgmap v254: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:11.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 69 sec 2023-10-11T16:15:12.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 70 sec 2023-10-11T16:15:12.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:12 smithi079 ceph-mon[140862]: pgmap v255: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:13.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:12 smithi045 ceph-mon[164763]: pgmap v255: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:13.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 71 sec 2023-10-11T16:15:14.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 72 sec 2023-10-11T16:15:14.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:14 smithi079 ceph-mon[140862]: pgmap v256: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:15.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:14 smithi045 ceph-mon[164763]: pgmap v256: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:15.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 73 sec 2023-10-11T16:15:16.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 74 sec 2023-10-11T16:15:16.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:16 smithi079 ceph-mon[140862]: pgmap v257: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:17.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:16 smithi045 ceph-mon[164763]: pgmap v257: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:17.297 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 75 sec 2023-10-11T16:15:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:18.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:18.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 76 sec 2023-10-11T16:15:18.400 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:15:18.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:18 smithi079 ceph-mon[140862]: pgmap v258: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:19.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:18 smithi045 ceph-mon[164763]: pgmap v258: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:19.094 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:15:19.094 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (15m) 80s ago 23m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:15:19.094 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (5m) 80s ago 23m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:15:19.095 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (5m) 82s ago 23m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:15:19.095 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (13m) 80s ago 23m 38.4M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:15:19.095 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (116s) 80s ago 19m 29.8M - 18.2.0-669-ge62d759a 97519c6bda34 0f14c78e6447 2023-10-11T16:15:19.095 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (97s) 82s ago 19m 15.7M - 18.2.0-669-ge62d759a 97519c6bda34 7cd160d01f7b 2023-10-11T16:15:19.095 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (7m) 80s ago 25m 518M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:15:19.096 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (6m) 82s ago 23m 450M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:15:19.096 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (6m) 80s ago 25m 129M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:15:19.096 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (6m) 82s ago 23m 94.1M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:15:19.096 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (88s) 80s ago 17m 66.0M - 5.5 97519c6bda34 a5328c06a38e 2023-10-11T16:15:19.096 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (84s) 82s ago 17m 20.9M - 5.5 97519c6bda34 95c7cdd59c61 2023-10-11T16:15:19.097 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (11m) 80s ago 23m 18.2M - 0.18.1 e5a616e4b9cf 8361cd2c436b 2023-10-11T16:15:19.097 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (7m) 82s ago 22m 9315k - 0.18.1 e5a616e4b9cf 4b611ba3339c 2023-10-11T16:15:19.097 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (5m) 80s ago 22m 370M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:15:19.097 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (5m) 80s ago 22m 306M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:15:19.097 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (4m) 80s ago 22m 261M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:15:19.097 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (4m) 80s ago 21m 319M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:15:19.098 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (3m) 82s ago 21m 356M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:15:19.098 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (3m) 82s ago 21m 377M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:15:19.098 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (2m) 82s ago 21m 307M 2710M 18.2.0-669-ge62d759a 97519c6bda34 5d97d92960d7 2023-10-11T16:15:19.098 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (2m) 82s ago 20m 419M 2710M 18.2.0-669-ge62d759a 97519c6bda34 622b16cea1d0 2023-10-11T16:15:19.098 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 error 80s ago 23m - - 2023-10-11T16:15:19.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 77 sec 2023-10-11T16:15:19.515 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:15:19.516 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:15:19.516 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:15:19.516 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:15:19.516 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:15:19.517 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:15:19.517 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:15:19.517 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:15:19.517 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 8 2023-10-11T16:15:19.517 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:15:19.518 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:15:19.518 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:15:19.518 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:15:19.518 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:15:19.518 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 14 2023-10-11T16:15:19.519 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:15:19.519 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:15:19.876 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:15:19.876 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:15:19.876 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:15:19.877 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:15:19.877 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:15:19.877 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:15:19.877 INFO:teuthology.orchestra.run.smithi045.stdout: "osd", 2023-10-11T16:15:19.878 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:15:19.878 INFO:teuthology.orchestra.run.smithi045.stdout: "mds", 2023-10-11T16:15:19.878 INFO:teuthology.orchestra.run.smithi045.stdout: "crash", 2023-10-11T16:15:19.878 INFO:teuthology.orchestra.run.smithi045.stdout: "nfs" 2023-10-11T16:15:19.878 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:15:19.879 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "18/23 daemons upgraded", 2023-10-11T16:15:19.879 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading node-exporter daemons", 2023-10-11T16:15:19.879 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:15:19.879 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:15:19.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:19 smithi079 ceph-mon[140862]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:19.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:19 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1302394088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:20.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:19 smithi045 ceph-mon[164763]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:20.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:19 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1302394088' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:20.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 78 sec 2023-10-11T16:15:20.539 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:15:20.540 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:15:20.540 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in error state 2023-10-11T16:15:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:20 smithi079 ceph-mon[140862]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:20 smithi079 ceph-mon[140862]: pgmap v259: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:20 smithi079 ceph-mon[140862]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:20.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:20 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2491212984' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:15:21.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:20 smithi045 ceph-mon[164763]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:21.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:20 smithi045 ceph-mon[164763]: pgmap v259: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:21.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:20 smithi045 ceph-mon[164763]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:21.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:20 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2491212984' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:15:21.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 79 sec 2023-10-11T16:15:21.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:21 smithi079 ceph-mon[140862]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:22.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:21 smithi045 ceph-mon[164763]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:22.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 80 sec 2023-10-11T16:15:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:22 smithi079 ceph-mon[140862]: pgmap v260: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:23.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:22 smithi045 ceph-mon[164763]: pgmap v260: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:23.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 81 sec 2023-10-11T16:15:24.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 82 sec 2023-10-11T16:15:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:24 smithi079 ceph-mon[140862]: pgmap v261: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:25.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:24 smithi045 ceph-mon[164763]: pgmap v261: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:25.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 83 sec 2023-10-11T16:15:26.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 84 sec 2023-10-11T16:15:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:26 smithi079 ceph-mon[140862]: pgmap v262: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:27.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:26 smithi045 ceph-mon[164763]: pgmap v262: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:27.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 85 sec 2023-10-11T16:15:28.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 86 sec 2023-10-11T16:15:28.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:28 smithi079 ceph-mon[140862]: pgmap v263: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:29.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:28 smithi045 ceph-mon[164763]: pgmap v263: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:29.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 87 sec 2023-10-11T16:15:30.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 88 sec 2023-10-11T16:15:30.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:30 smithi079 ceph-mon[140862]: pgmap v264: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:31.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:30 smithi045 ceph-mon[164763]: pgmap v264: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:31.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 89 sec 2023-10-11T16:15:32.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 90 sec 2023-10-11T16:15:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:32 smithi079 ceph-mon[140862]: pgmap v265: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:33.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:32 smithi045 ceph-mon[164763]: pgmap v265: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:33.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:33.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 91 sec 2023-10-11T16:15:34.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 92 sec 2023-10-11T16:15:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:34 smithi079 ceph-mon[140862]: pgmap v266: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:35.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:34 smithi045 ceph-mon[164763]: pgmap v266: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:35.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 93 sec 2023-10-11T16:15:36.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 94 sec 2023-10-11T16:15:36.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:36 smithi079 ceph-mon[140862]: pgmap v267: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:37.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:36 smithi045 ceph-mon[164763]: pgmap v267: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:37.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 95 sec 2023-10-11T16:15:38.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 96 sec 2023-10-11T16:15:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:38 smithi079 ceph-mon[140862]: pgmap v268: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:39.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:38 smithi045 ceph-mon[164763]: pgmap v268: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:39.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 97 sec 2023-10-11T16:15:40.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 98 sec 2023-10-11T16:15:40.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:40 smithi079 ceph-mon[140862]: pgmap v269: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:41.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:40 smithi045 ceph-mon[164763]: pgmap v269: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:41.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 99 sec 2023-10-11T16:15:42.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:41 smithi045 ceph-mon[164763]: pgmap v270: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:42.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:41 smithi079 ceph-mon[140862]: pgmap v270: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:15:42.298 INFO:teuthology.orchestra.run.smithi045.stdout: 1 cleanup 100 sec 2023-10-11T16:15:42.780 INFO:teuthology.orchestra.run.smithi045.stdout: 0 cleanup 101 sec 2023-10-11T16:15:42.780 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T16:15:42.780 INFO:teuthology.orchestra.run.smithi045.stdout: Operation Count AvgLat MaxLat 2023-10-11T16:15:42.781 INFO:teuthology.orchestra.run.smithi045.stdout: ---------------------------------------- 2023-10-11T16:15:42.781 INFO:teuthology.orchestra.run.smithi045.stdout: NTCreateX 974 10.647 117.710 2023-10-11T16:15:42.781 INFO:teuthology.orchestra.run.smithi045.stdout: Close 846 4.219 65.419 2023-10-11T16:15:42.781 INFO:teuthology.orchestra.run.smithi045.stdout: Rename 51 8.002 35.915 2023-10-11T16:15:42.781 INFO:teuthology.orchestra.run.smithi045.stdout: Unlink 102 8.268 69.992 2023-10-11T16:15:42.782 INFO:teuthology.orchestra.run.smithi045.stdout: Qpathinfo 643 3.051 62.729 2023-10-11T16:15:42.782 INFO:teuthology.orchestra.run.smithi045.stdout: Qfileinfo 350 8.437 34.211 2023-10-11T16:15:42.782 INFO:teuthology.orchestra.run.smithi045.stdout: Qfsinfo 165 2.037 21.170 2023-10-11T16:15:42.782 INFO:teuthology.orchestra.run.smithi045.stdout: Sfileinfo 170 8.868 60.037 2023-10-11T16:15:42.782 INFO:teuthology.orchestra.run.smithi045.stdout: Find 274 7.162 125.596 2023-10-11T16:15:42.783 INFO:teuthology.orchestra.run.smithi045.stdout: WriteX 1538 0.026 0.080 2023-10-11T16:15:42.783 INFO:teuthology.orchestra.run.smithi045.stdout: ReadX 1209 0.019 2.366 2023-10-11T16:15:42.783 INFO:teuthology.orchestra.run.smithi045.stdout: Flush 127 9.725 29.877 2023-10-11T16:15:42.783 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T16:15:42.783 INFO:teuthology.orchestra.run.smithi045.stdout:Throughput 15.7471 MB/sec 5 clients 5 procs max_latency=125.603 ms 2023-10-11T16:15:42.785 DEBUG:teuthology.parallel:result is None 2023-10-11T16:15:44.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:43 smithi045 ceph-mon[164763]: pgmap v271: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:44.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:43 smithi079 ceph-mon[140862]: pgmap v271: 129 pgs: 129 active+clean; 211 MiB data, 988 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:15:46.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:46 smithi079 ceph-mon[140862]: pgmap v272: 129 pgs: 129 active+clean; 207 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 7.3 KiB/s wr, 1 op/s 2023-10-11T16:15:46.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:46 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:46.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:46 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:46.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:46 smithi045 ceph-mon[164763]: pgmap v272: 129 pgs: 129 active+clean; 207 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 7.3 KiB/s wr, 1 op/s 2023-10-11T16:15:46.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:46 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:46.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:46 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:47.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:15:48.469 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:48 smithi079 ceph-mon[140862]: pgmap v273: 129 pgs: 129 active+clean; 207 MiB data, 980 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 7.4 KiB/s wr, 1 op/s 2023-10-11T16:15:48.470 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:48 smithi079 ceph-mon[140862]: Upgrade: Updating node-exporter.smithi079 (2/2) 2023-10-11T16:15:48.470 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:48 smithi079 ceph-mon[140862]: Deploying daemon node-exporter.smithi079 on smithi079 2023-10-11T16:15:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:48 smithi045 ceph-mon[164763]: pgmap v273: 129 pgs: 129 active+clean; 207 MiB data, 980 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 7.4 KiB/s wr, 1 op/s 2023-10-11T16:15:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:48 smithi045 ceph-mon[164763]: Upgrade: Updating node-exporter.smithi079 (2/2) 2023-10-11T16:15:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:48 smithi045 ceph-mon[164763]: Deploying daemon node-exporter.smithi079 on smithi079 2023-10-11T16:15:50.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:50 smithi045 ceph-mon[164763]: pgmap v274: 129 pgs: 129 active+clean; 206 MiB data, 971 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 7.8 KiB/s wr, 2 op/s 2023-10-11T16:15:50.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:50 smithi079 ceph-mon[140862]: pgmap v274: 129 pgs: 129 active+clean; 206 MiB data, 971 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 7.8 KiB/s wr, 2 op/s 2023-10-11T16:15:50.947 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:15:51.707 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:15:51.708 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (16m) 113s ago 24m 22.0M - 0.20.0 0881eb8f169f b06357174c5d 2023-10-11T16:15:51.708 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (6m) 113s ago 24m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:15:51.708 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (6m) 114s ago 23m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:15:51.709 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (14m) 113s ago 24m 38.4M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:15:51.709 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (2m) 113s ago 20m 29.8M - 18.2.0-669-ge62d759a 97519c6bda34 0f14c78e6447 2023-10-11T16:15:51.709 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (2m) 114s ago 20m 15.7M - 18.2.0-669-ge62d759a 97519c6bda34 7cd160d01f7b 2023-10-11T16:15:51.709 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (7m) 113s ago 25m 518M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:15:51.709 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (7m) 114s ago 23m 450M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:15:51.710 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (7m) 113s ago 25m 129M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:15:51.710 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (6m) 114s ago 23m 94.1M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:15:51.710 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (2m) 113s ago 18m 66.0M - 5.5 97519c6bda34 a5328c06a38e 2023-10-11T16:15:51.710 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (117s) 114s ago 18m 20.9M - 5.5 97519c6bda34 95c7cdd59c61 2023-10-11T16:15:51.710 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2023-10-11T16:15:51.711 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 starting - - - - 2023-10-11T16:15:51.711 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (6m) 113s ago 23m 370M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:15:51.711 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (5m) 113s ago 22m 306M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:15:51.711 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (5m) 113s ago 22m 261M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:15:51.711 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (4m) 113s ago 22m 319M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:15:51.712 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (4m) 114s ago 22m 356M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:15:51.712 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (3m) 114s ago 21m 377M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:15:51.712 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (3m) 114s ago 21m 307M 2710M 18.2.0-669-ge62d759a 97519c6bda34 5d97d92960d7 2023-10-11T16:15:51.712 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (2m) 114s ago 21m 419M 2710M 18.2.0-669-ge62d759a 97519c6bda34 622b16cea1d0 2023-10-11T16:15:51.712 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 error 113s ago 23m - - 2023-10-11T16:15:51.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:51.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:51.834 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:51 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:15:51.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:51.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:51.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:51 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:15:52.162 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:15:52.163 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:15:52.163 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:15:52.163 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:15:52.163 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:15:52.164 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:15:52.164 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:15:52.164 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:15:52.165 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 8 2023-10-11T16:15:52.165 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:15:52.165 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:15:52.166 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:15:52.166 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:15:52.167 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:15:52.167 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 14 2023-10-11T16:15:52.167 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:15:52.168 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:15:52.567 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:15:52.568 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:15:52.568 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:15:52.568 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:15:52.568 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:15:52.568 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:15:52.569 INFO:teuthology.orchestra.run.smithi045.stdout: "osd", 2023-10-11T16:15:52.569 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:15:52.569 INFO:teuthology.orchestra.run.smithi045.stdout: "mds", 2023-10-11T16:15:52.569 INFO:teuthology.orchestra.run.smithi045.stdout: "crash", 2023-10-11T16:15:52.570 INFO:teuthology.orchestra.run.smithi045.stdout: "nfs" 2023-10-11T16:15:52.570 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:15:52.570 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "18/23 daemons upgraded", 2023-10-11T16:15:52.570 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading node-exporter daemons", 2023-10-11T16:15:52.570 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:15:52.571 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:15:52.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:52 smithi045 ceph-mon[164763]: pgmap v275: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 9.7 KiB/s wr, 3 op/s 2023-10-11T16:15:52.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:52 smithi045 ceph-mon[164763]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:52.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:52 smithi045 ceph-mon[164763]: from='client.44459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:52.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:52 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2572302560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:52.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:52.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:52 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:52 smithi079 ceph-mon[140862]: pgmap v275: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 9.7 KiB/s wr, 3 op/s 2023-10-11T16:15:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:52 smithi079 ceph-mon[140862]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:52 smithi079 ceph-mon[140862]: from='client.44459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:52 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2572302560' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:52.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:52.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:52 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:53.014 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-10-11T16:15:53.014 INFO:teuthology.orchestra.run.smithi045.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-10-11T16:15:53.014 INFO:teuthology.orchestra.run.smithi045.stdout: daemon prometheus.smithi045 on smithi045 is in error state 2023-10-11T16:15:53.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:53 smithi079 ceph-mon[140862]: from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:53.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:53 smithi079 ceph-mon[140862]: from='client.34526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:53.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:53 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2455825387' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:15:53.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:53.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:53 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:53 smithi045 ceph-mon[164763]: from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:53 smithi045 ceph-mon[164763]: from='client.34526 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:15:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:53 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2455825387' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:15:54.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:53 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.854 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:54 smithi045 ceph-mon[164763]: pgmap v276: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 9.7 KiB/s wr, 3 op/s 2023-10-11T16:15:54.854 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:54 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.854 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:54 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.855 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:54 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.855 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:54 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:54 smithi079 ceph-mon[140862]: pgmap v276: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 9.7 KiB/s wr, 3 op/s 2023-10-11T16:15:54.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:54 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:54 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:54 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:54.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:54 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:56.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:56 smithi045 ceph-mon[164763]: pgmap v277: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 9.7 KiB/s wr, 3 op/s 2023-10-11T16:15:56.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:56 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:56.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:56 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:56.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:56 smithi079 ceph-mon[140862]: pgmap v277: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 9.7 KiB/s wr, 3 op/s 2023-10-11T16:15:56.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:56 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:56.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:56 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:58.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: pgmap v278: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 2.3 KiB/s wr, 2 op/s 2023-10-11T16:15:58.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:58.633 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:58.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:15:58.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:15:58.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: pgmap v279: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 484 B/s rd, 2.6 KiB/s wr, 2 op/s 2023-10-11T16:15:58.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: pgmap v280: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 2.6 KiB/s wr, 1 op/s 2023-10-11T16:15:58.634 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:58.635 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:58.635 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:15:58.635 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.635 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.635 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.635 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.636 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.637 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.637 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.637 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.637 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:15:58 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: pgmap v278: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 2.3 KiB/s wr, 2 op/s 2023-10-11T16:15:58.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:58.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:58.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:15:58.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:15:58.885 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: pgmap v279: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 484 B/s rd, 2.6 KiB/s wr, 2 op/s 2023-10-11T16:15:58.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: pgmap v280: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 2.6 KiB/s wr, 1 op/s 2023-10-11T16:15:58.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:58.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:15:58.886 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:15:58.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.887 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:15:58.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:15:58 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:00.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:00 smithi045 ceph-mon[164763]: Upgrade: Updating prometheus.smithi045 2023-10-11T16:16:00.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:00 smithi045 ceph-mon[164763]: Deploying daemon prometheus.smithi045 on smithi045 2023-10-11T16:16:00.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:00 smithi045 ceph-mon[164763]: pgmap v281: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-10-11T16:16:00.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:00 smithi079 ceph-mon[140862]: Upgrade: Updating prometheus.smithi045 2023-10-11T16:16:00.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:00 smithi079 ceph-mon[140862]: Deploying daemon prometheus.smithi045 on smithi045 2023-10-11T16:16:00.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:00 smithi079 ceph-mon[140862]: pgmap v281: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-10-11T16:16:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:02 smithi045 ceph-mon[164763]: pgmap v282: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-10-11T16:16:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:02.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:02.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:02.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:16:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:02 smithi079 ceph-mon[140862]: pgmap v282: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-10-11T16:16:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:02.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:16:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:04 smithi045 ceph-mon[164763]: pgmap v283: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-10-11T16:16:04.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:04 smithi079 ceph-mon[140862]: pgmap v283: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-10-11T16:16:06.624 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:06.625 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:06.625 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:06 smithi045 ceph-mon[164763]: pgmap v284: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-10-11T16:16:06.625 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:06.626 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:06 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:06.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:06.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:06.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:06 smithi079 ceph-mon[140862]: pgmap v284: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-10-11T16:16:06.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:06.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:06 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:08.644 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:08 smithi045 ceph-mon[164763]: pgmap v285: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-10-11T16:16:08.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:08 smithi079 ceph-mon[140862]: pgmap v285: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-10-11T16:16:10.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:10.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:10.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:10.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:10.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: pgmap v286: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:10.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:10.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:10.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:16:10.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:16:10.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:10.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.272 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.273 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:10 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:10.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:10.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:10.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:10.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: pgmap v286: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:10.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:10.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:10.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:16:10.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T16:16:10.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:10.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:10.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:10 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:11.217 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:11 smithi045 ceph-mon[164763]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-10-11T16:16:11.218 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:11 smithi045 ceph-mon[164763]: Cluster is now healthy 2023-10-11T16:16:11.218 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:11 smithi045 ceph-mon[164763]: Upgrade: Updating alertmanager.smithi045 2023-10-11T16:16:11.218 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:11 smithi045 ceph-mon[164763]: Deploying daemon alertmanager.smithi045 on smithi045 2023-10-11T16:16:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:11 smithi079 ceph-mon[140862]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-10-11T16:16:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:11 smithi079 ceph-mon[140862]: Cluster is now healthy 2023-10-11T16:16:11.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:11 smithi079 ceph-mon[140862]: Upgrade: Updating alertmanager.smithi045 2023-10-11T16:16:11.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:11 smithi079 ceph-mon[140862]: Deploying daemon alertmanager.smithi045 on smithi045 2023-10-11T16:16:12.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:12 smithi045 ceph-mon[164763]: pgmap v287: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:12.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:12 smithi079 ceph-mon[140862]: pgmap v287: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:14.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:14 smithi079 ceph-mon[140862]: pgmap v288: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:14.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:14.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:14.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:14 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:14.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:14 smithi045 ceph-mon[164763]: pgmap v288: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:14.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:14.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:14.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:14 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:16.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:16 smithi045 ceph-mon[164763]: pgmap v289: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:16.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:16 smithi079 ceph-mon[140862]: pgmap v289: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:18.446 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:18 smithi045 ceph-mon[164763]: pgmap v290: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:18.446 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:18.447 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:18.447 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:18.447 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:16:18.447 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:18.447 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:18 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:18 smithi079 ceph-mon[140862]: pgmap v290: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:18.633 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:16:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:18.634 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:18 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:20.467 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:20 smithi045 ceph-mon[164763]: pgmap v291: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:20 smithi079 ceph-mon[140862]: pgmap v291: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-10-11T16:16:21.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:21.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:21.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:21.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:21.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:21.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:21.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T16:16:21.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T16:16:21.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:21.881 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.882 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.883 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.884 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:21.885 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:21 smithi045 ceph-mon[164763]: pgmap v292: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:16:22.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:22.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:22.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:22.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:22.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:22.135 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:22.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T16:16:22.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T16:16:22.136 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:22.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.137 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.138 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.139 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.140 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:22.141 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:21 smithi079 ceph-mon[140862]: pgmap v292: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:16:22.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:22 smithi045 ceph-mon[164763]: Upgrade: Updating grafana.smithi045 2023-10-11T16:16:22.998 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:22 smithi045 ceph-mon[164763]: Deploying daemon grafana.smithi045 on smithi045 2023-10-11T16:16:23.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:22 smithi079 ceph-mon[140862]: Upgrade: Updating grafana.smithi045 2023-10-11T16:16:23.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:22 smithi079 ceph-mon[140862]: Deploying daemon grafana.smithi045 on smithi045 2023-10-11T16:16:23.397 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:16:23.869 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:23 smithi045 ceph-mon[164763]: pgmap v293: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:23.870 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:23 smithi045 ceph-mon[164763]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:24.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:23 smithi079 ceph-mon[140862]: pgmap v293: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:24.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:23 smithi079 ceph-mon[140862]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:24.143 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:16:24.143 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (10s) 6s ago 24m 17.4M - 0.25.0 c8568f914cd2 620868e92ec1 2023-10-11T16:16:24.143 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (6m) 6s ago 24m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:16:24.143 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (6m) 31s ago 24m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:16:24.143 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (14m) 6s ago 24m 38.4M - 6.7.4 557c83e11646 ef79563f3896 2023-10-11T16:16:24.144 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (3m) 6s ago 21m 40.7M - 18.2.0-669-ge62d759a 97519c6bda34 0f14c78e6447 2023-10-11T16:16:24.144 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (2m) 31s ago 21m 16.3M - 18.2.0-669-ge62d759a 97519c6bda34 7cd160d01f7b 2023-10-11T16:16:24.144 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (8m) 6s ago 26m 524M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:16:24.144 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (7m) 31s ago 24m 451M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:16:24.145 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (7m) 6s ago 26m 141M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:16:24.145 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (7m) 31s ago 24m 88.8M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:16:24.145 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (2m) 6s ago 19m 208M - 5.5 97519c6bda34 a5328c06a38e 2023-10-11T16:16:24.145 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (2m) 31s ago 18m 79.2M - 5.5 97519c6bda34 95c7cdd59c61 2023-10-11T16:16:24.145 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (38s) 6s ago 24m 7457k - 1.5.0 0da6a335fe13 366c0d546a8d 2023-10-11T16:16:24.146 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (33s) 31s ago 23m 4194k - 1.5.0 0da6a335fe13 f9d0b448a42a 2023-10-11T16:16:24.146 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (6m) 6s ago 23m 435M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:16:24.146 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (6m) 6s ago 23m 372M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:16:24.146 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (5m) 6s ago 23m 323M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:16:24.146 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (5m) 6s ago 22m 367M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:16:24.147 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (4m) 31s ago 22m 377M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:16:24.147 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (4m) 31s ago 22m 410M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:16:24.147 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (3m) 31s ago 22m 318M 2710M 18.2.0-669-ge62d759a 97519c6bda34 5d97d92960d7 2023-10-11T16:16:24.147 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (3m) 31s ago 22m 436M 2710M 18.2.0-669-ge62d759a 97519c6bda34 622b16cea1d0 2023-10-11T16:16:24.147 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (22s) 6s ago 24m 45.8M - 2.43.0 a07b618ecd1d 85f99d39f863 2023-10-11T16:16:24.600 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:16:24.601 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:16:24.601 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:16:24.602 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:16:24.602 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:16:24.602 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:16:24.603 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:16:24.603 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:16:24.604 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 8 2023-10-11T16:16:24.604 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:16:24.604 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:16:24.605 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:16:24.605 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:16:24.605 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:16:24.606 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 14 2023-10-11T16:16:24.606 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:16:24.606 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:16:24.976 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:16:24.977 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", 2023-10-11T16:16:24.977 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": true, 2023-10-11T16:16:24.977 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "Upgrading all daemon types on all hosts", 2023-10-11T16:16:24.977 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [ 2023-10-11T16:16:24.977 INFO:teuthology.orchestra.run.smithi045.stdout: "mon", 2023-10-11T16:16:24.978 INFO:teuthology.orchestra.run.smithi045.stdout: "osd", 2023-10-11T16:16:24.978 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr", 2023-10-11T16:16:24.978 INFO:teuthology.orchestra.run.smithi045.stdout: "mds", 2023-10-11T16:16:24.978 INFO:teuthology.orchestra.run.smithi045.stdout: "crash", 2023-10-11T16:16:24.979 INFO:teuthology.orchestra.run.smithi045.stdout: "nfs" 2023-10-11T16:16:24.979 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:16:24.979 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": "18/23 daemons upgraded", 2023-10-11T16:16:24.979 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "Currently upgrading grafana daemons", 2023-10-11T16:16:24.979 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:16:24.980 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:16:25.422 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:25 smithi045 ceph-mon[164763]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:25.423 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:25 smithi045 ceph-mon[164763]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:25.423 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:25 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2591241475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:25.423 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:25 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:25.423 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:25 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:25.424 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:25 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:25.512 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:16:25.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:25 smithi079 ceph-mon[140862]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:25.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:25 smithi079 ceph-mon[140862]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:25.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:25 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2591241475' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:25.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:25 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:25.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:25 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:25.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:25 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:26.712 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:26 smithi045 ceph-mon[164763]: from='client.34550 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:26.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:26 smithi045 ceph-mon[164763]: pgmap v294: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:26.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:26 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/3669406037' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:16:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:26 smithi079 ceph-mon[140862]: from='client.34550 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:26 smithi079 ceph-mon[140862]: pgmap v294: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:26 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/3669406037' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:16:28.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:28 smithi045 ceph-mon[164763]: pgmap v295: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:28.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:28 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:28.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:28 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:28.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:28 smithi079 ceph-mon[140862]: pgmap v295: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:28.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:28 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:28.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:28 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:30.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:29 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:30.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:29 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:30.019 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:29 smithi045 ceph-mon[164763]: pgmap v296: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:30.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:29 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:30.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:29 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:30.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:29 smithi079 ceph-mon[140862]: pgmap v296: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:32.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:32 smithi079 ceph-mon[140862]: pgmap v297: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:16:32.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:32.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:32.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:32.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:32.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:32.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:32 smithi045 ceph-mon[164763]: pgmap v297: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:16:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:32.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:32.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:32.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:32.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:32.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T16:16:33.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T16:16:33.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:33.384 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.385 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.386 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.387 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: Upgrade: Finalizing container_image settings 2023-10-11T16:16:33.388 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-10-11T16:16:33.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-10-11T16:16:33.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-10-11T16:16:33.389 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-10-11T16:16:33.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-10-11T16:16:33.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-10-11T16:16:33.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-10-11T16:16:33.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-10-11T16:16:33.390 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-10-11T16:16:33.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-10-11T16:16:33.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-10-11T16:16:33.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-10-11T16:16:33.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-10-11T16:16:33.391 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-10-11T16:16:33.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-10-11T16:16:33.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-10-11T16:16:33.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-10-11T16:16:33.392 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-10-11T16:16:33.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-10-11T16:16:33.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-10-11T16:16:33.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-10-11T16:16:33.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.393 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.394 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-10-11T16:16:33.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-10-11T16:16:33.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: Upgrade: Complete! 2023-10-11T16:16:33.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-10-11T16:16:33.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-10-11T16:16:33.395 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:33.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:33.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:33.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.396 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:16:33.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:33.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:33.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:33.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.398 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T16:16:33.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T16:16:33.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:33.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.519 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.520 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.521 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.522 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:16:33.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: Upgrade: Finalizing container_image settings 2023-10-11T16:16:33.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-10-11T16:16:33.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-10-11T16:16:33.523 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-10-11T16:16:33.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-10-11T16:16:33.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-10-11T16:16:33.524 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-10-11T16:16:33.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-10-11T16:16:33.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-10-11T16:16:33.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-10-11T16:16:33.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-10-11T16:16:33.525 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-10-11T16:16:33.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-10-11T16:16:33.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-10-11T16:16:33.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-10-11T16:16:33.526 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-10-11T16:16:33.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-10-11T16:16:33.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-10-11T16:16:33.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-10-11T16:16:33.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2023-10-11T16:16:33.527 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-10-11T16:16:33.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-10-11T16:16:33.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.528 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-10-11T16:16:33.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-10-11T16:16:33.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-10-11T16:16:33.529 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: Upgrade: Complete! 2023-10-11T16:16:33.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-10-11T16:16:33.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-10-11T16:16:33.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:33.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:33.530 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:33.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:16:33.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:16:33.531 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:16:33.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:16:33.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:33.532 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:16:34.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:34 smithi045 ceph-mon[164763]: pgmap v298: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:34 smithi079 ceph-mon[140862]: pgmap v298: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:36.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:36 smithi045 ceph-mon[164763]: pgmap v299: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:36.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:36 smithi079 ceph-mon[140862]: pgmap v299: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:38.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:38 smithi045 ceph-mon[164763]: pgmap v300: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:38 smithi079 ceph-mon[140862]: pgmap v300: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:40.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:40 smithi045 ceph-mon[164763]: pgmap v301: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:40.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:40 smithi079 ceph-mon[140862]: pgmap v301: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:42.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:42 smithi045 ceph-mon[164763]: pgmap v302: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:16:42.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:42 smithi079 ceph-mon[140862]: pgmap v302: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:16:44.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:44 smithi045 ceph-mon[164763]: pgmap v303: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:44 smithi079 ceph-mon[140862]: pgmap v303: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:46.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:46 smithi045 ceph-mon[164763]: pgmap v304: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:46.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:46 smithi079 ceph-mon[140862]: pgmap v304: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:47.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:16:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:16:48.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:48 smithi045 ceph-mon[164763]: pgmap v305: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:48.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:48 smithi079 ceph-mon[140862]: pgmap v305: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:50.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:50 smithi045 ceph-mon[164763]: pgmap v306: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:50.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:50 smithi079 ceph-mon[140862]: pgmap v306: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:52.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:52 smithi045 ceph-mon[164763]: pgmap v307: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:16:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:52 smithi079 ceph-mon[140862]: pgmap v307: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:16:54.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:54 smithi045 ceph-mon[164763]: pgmap v308: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:54.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:54 smithi079 ceph-mon[140862]: pgmap v308: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:56.247 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph orch ps' 2023-10-11T16:16:56.767 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:56 smithi045 ceph-mon[164763]: pgmap v309: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:56.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:56 smithi079 ceph-mon[140862]: pgmap v309: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:57.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:57 smithi045 ceph-mon[164763]: from='client.34558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:57.768 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:16:57.769 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (44s) 29s ago 25m 17.4M - 0.25.0 c8568f914cd2 620868e92ec1 2023-10-11T16:16:57.769 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (7m) 29s ago 25m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:16:57.769 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (7m) 65s ago 24m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:16:57.769 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (33s) 29s ago 25m 36.3M - 9.4.7 2c41d148cca3 190363029fe1 2023-10-11T16:16:57.770 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (3m) 29s ago 21m 40.7M - 18.2.0-669-ge62d759a 97519c6bda34 0f14c78e6447 2023-10-11T16:16:57.770 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (3m) 65s ago 21m 16.3M - 18.2.0-669-ge62d759a 97519c6bda34 7cd160d01f7b 2023-10-11T16:16:57.770 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (8m) 29s ago 26m 525M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:16:57.770 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (8m) 65s ago 24m 451M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:16:57.770 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (8m) 29s ago 26m 143M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:16:57.771 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (8m) 65s ago 24m 88.8M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:16:57.771 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (3m) 29s ago 19m 208M - 5.5 97519c6bda34 a5328c06a38e 2023-10-11T16:16:57.771 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (3m) 65s ago 19m 79.2M - 5.5 97519c6bda34 95c7cdd59c61 2023-10-11T16:16:57.771 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (72s) 29s ago 25m 8204k - 1.5.0 0da6a335fe13 366c0d546a8d 2023-10-11T16:16:57.771 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (67s) 65s ago 24m 4194k - 1.5.0 0da6a335fe13 f9d0b448a42a 2023-10-11T16:16:57.772 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (7m) 29s ago 24m 436M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:16:57.772 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (6m) 29s ago 23m 373M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:16:57.772 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (6m) 29s ago 23m 323M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:16:57.772 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (5m) 29s ago 23m 367M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:16:57.772 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (5m) 65s ago 23m 377M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:16:57.773 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (4m) 65s ago 23m 410M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:16:57.773 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (4m) 65s ago 22m 318M 2710M 18.2.0-669-ge62d759a 97519c6bda34 5d97d92960d7 2023-10-11T16:16:57.773 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (3m) 65s ago 22m 436M 2710M 18.2.0-669-ge62d759a 97519c6bda34 622b16cea1d0 2023-10-11T16:16:57.773 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (56s) 29s ago 24m 50.3M - 2.43.0 a07b618ecd1d 85f99d39f863 2023-10-11T16:16:57.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:57 smithi079 ceph-mon[140862]: from='client.34558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:58.157 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph versions' 2023-10-11T16:16:58.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:58 smithi045 ceph-mon[164763]: pgmap v310: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:58.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:58 smithi079 ceph-mon[140862]: pgmap v310: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:16:59.733 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:16:59.734 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:16:59.734 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:16:59.734 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:16:59.734 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:16:59.734 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:16:59.735 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:16:59.735 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:16:59.735 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 8 2023-10-11T16:16:59.735 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:16:59.735 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:16:59.736 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:16:59.736 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:16:59.736 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:16:59.736 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 14 2023-10-11T16:16:59.736 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:16:59.737 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:16:59.757 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:16:59 smithi045 ceph-mon[164763]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:16:59.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:16:59 smithi079 ceph-mon[140862]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:17:00.115 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-10-11T16:17:00.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:00 smithi045 ceph-mon[164763]: pgmap v311: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:00.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:00 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2216207931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:17:00.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:00 smithi079 ceph-mon[140862]: pgmap v311: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:00.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:00 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2216207931' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:17:01.333 INFO:teuthology.orchestra.run.smithi045.stdout:wait for servicemap items w/ changing names to refresh 2023-10-11T16:17:01.719 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'sleep 60' 2023-10-11T16:17:02.746 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:02 smithi045 ceph-mon[164763]: pgmap v312: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:02.747 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:17:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:02 smithi079 ceph-mon[140862]: pgmap v312: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:17:04.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:04 smithi045 ceph-mon[164763]: pgmap v313: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:04.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:04 smithi079 ceph-mon[140862]: pgmap v313: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:06 smithi045 ceph-mon[164763]: pgmap v314: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:06.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:06 smithi079 ceph-mon[140862]: pgmap v314: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:08.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:08 smithi045 ceph-mon[164763]: pgmap v315: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:08.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:08 smithi079 ceph-mon[140862]: pgmap v315: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:10.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:10 smithi079 ceph-mon[140862]: pgmap v316: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:11.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:10 smithi045 ceph-mon[164763]: pgmap v316: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:12.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:12 smithi079 ceph-mon[140862]: pgmap v317: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:13.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:12 smithi045 ceph-mon[164763]: pgmap v317: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:14.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:14 smithi079 ceph-mon[140862]: pgmap v318: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:15.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:14 smithi045 ceph-mon[164763]: pgmap v318: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:16.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:16 smithi079 ceph-mon[140862]: pgmap v319: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:17.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:16 smithi045 ceph-mon[164763]: pgmap v319: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:17.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:17:18.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:17:18.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:18 smithi079 ceph-mon[140862]: pgmap v320: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:19.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:18 smithi045 ceph-mon[164763]: pgmap v320: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:20 smithi079 ceph-mon[140862]: pgmap v321: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:21.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:20 smithi045 ceph-mon[164763]: pgmap v321: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:22 smithi079 ceph-mon[140862]: pgmap v322: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:23.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:22 smithi045 ceph-mon[164763]: pgmap v322: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:24 smithi079 ceph-mon[140862]: pgmap v323: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:25.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:24 smithi045 ceph-mon[164763]: pgmap v323: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:26.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:26 smithi079 ceph-mon[140862]: pgmap v324: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:27.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:26 smithi045 ceph-mon[164763]: pgmap v324: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:28.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:28 smithi079 ceph-mon[140862]: pgmap v325: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:29.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:28 smithi045 ceph-mon[164763]: pgmap v325: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:30.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:30 smithi079 ceph-mon[140862]: pgmap v326: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:31.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:30 smithi045 ceph-mon[164763]: pgmap v326: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:32 smithi079 ceph-mon[140862]: pgmap v327: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:17:32.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:32 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:17:33.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:32 smithi045 ceph-mon[164763]: pgmap v327: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:33.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:17:33.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:32 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T16:17:33.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:17:33.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:17:33.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:17:33.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:33 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:17:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T16:17:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T16:17:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:17:34.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:33 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' 2023-10-11T16:17:34.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:34 smithi079 ceph-mon[140862]: pgmap v328: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:35.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:34 smithi045 ceph-mon[164763]: pgmap v328: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:36.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:36 smithi079 ceph-mon[140862]: pgmap v329: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:37.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:36 smithi045 ceph-mon[164763]: pgmap v329: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:38.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:38 smithi079 ceph-mon[140862]: pgmap v330: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:39.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:38 smithi045 ceph-mon[164763]: pgmap v330: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:40.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:40 smithi079 ceph-mon[140862]: pgmap v331: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:41.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:40 smithi045 ceph-mon[164763]: pgmap v331: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:42.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:42 smithi079 ceph-mon[140862]: pgmap v332: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:43.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:42 smithi045 ceph-mon[164763]: pgmap v332: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:44.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:44 smithi079 ceph-mon[140862]: pgmap v333: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:45.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:44 smithi045 ceph-mon[164763]: pgmap v333: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:46.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:46 smithi079 ceph-mon[140862]: pgmap v334: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:47.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:46 smithi045 ceph-mon[164763]: pgmap v334: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:47.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:47 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:17:48.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:47 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:17:48.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:48 smithi079 ceph-mon[140862]: pgmap v335: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:49.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:48 smithi045 ceph-mon[164763]: pgmap v335: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:50.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:50 smithi079 ceph-mon[140862]: pgmap v336: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:51.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:50 smithi045 ceph-mon[164763]: pgmap v336: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:52.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:52 smithi079 ceph-mon[140862]: pgmap v337: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:53.017 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:52 smithi045 ceph-mon[164763]: pgmap v337: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:17:54.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:54 smithi079 ceph-mon[140862]: pgmap v338: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:55.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:54 smithi045 ceph-mon[164763]: pgmap v338: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:56.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:56 smithi079 ceph-mon[140862]: pgmap v339: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:57.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:56 smithi045 ceph-mon[164763]: pgmap v339: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:58.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:17:58 smithi079 ceph-mon[140862]: pgmap v340: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:17:59.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:17:58 smithi045 ceph-mon[164763]: pgmap v340: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:00.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:00 smithi079 ceph-mon[140862]: pgmap v341: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:01.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:00 smithi045 ceph-mon[164763]: pgmap v341: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:02.868 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:02 smithi045 ceph-mon[164763]: pgmap v342: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:18:02.868 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:02 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:18:02.882 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:02 smithi079 ceph-mon[140862]: pgmap v342: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:18:02.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:02 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:18:03.433 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph orch ps' 2023-10-11T16:18:04.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:04 smithi079 ceph-mon[140862]: pgmap v343: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:04.971 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T16:18:04.971 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi045 smithi045 *:9093,9094 running (111s) 96s ago 26m 17.4M - 0.25.0 c8568f914cd2 620868e92ec1 2023-10-11T16:18:04.972 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi045 smithi045 running (8m) 96s ago 26m 7461k - 18.2.0-669-ge62d759a 97519c6bda34 01a6797a7bd3 2023-10-11T16:18:04.972 INFO:teuthology.orchestra.run.smithi045.stdout:crash.smithi079 smithi079 running (8m) 2m ago 25m 7457k - 18.2.0-669-ge62d759a 97519c6bda34 12a41ebeb726 2023-10-11T16:18:04.972 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (100s) 96s ago 26m 36.3M - 9.4.7 2c41d148cca3 190363029fe1 2023-10-11T16:18:04.972 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi045.iyzjhc smithi045 running (4m) 96s ago 22m 40.7M - 18.2.0-669-ge62d759a 97519c6bda34 0f14c78e6447 2023-10-11T16:18:04.972 INFO:teuthology.orchestra.run.smithi045.stdout:mds.foofs.smithi079.thsczk smithi079 running (4m) 2m ago 22m 16.3M - 18.2.0-669-ge62d759a 97519c6bda34 7cd160d01f7b 2023-10-11T16:18:04.973 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi045.vzhlsu smithi045 *:8443,9283,8765 running (10m) 96s ago 27m 525M - 18.2.0-669-ge62d759a 97519c6bda34 bf4345e30c9c 2023-10-11T16:18:04.973 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.smithi079.mdpxci smithi079 *:8443,9283,8765 running (9m) 2m ago 25m 451M - 18.2.0-669-ge62d759a 97519c6bda34 60f051862f3c 2023-10-11T16:18:04.973 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi045 smithi045 running (9m) 96s ago 27m 143M 2048M 18.2.0-669-ge62d759a 97519c6bda34 e069bd2f1206 2023-10-11T16:18:04.973 INFO:teuthology.orchestra.run.smithi045.stdout:mon.smithi079 smithi079 running (9m) 2m ago 25m 88.8M 2048M 18.2.0-669-ge62d759a 97519c6bda34 70cd03d7ade2 2023-10-11T16:18:04.973 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.0.1.smithi045.gjeqfb smithi045 *:2049 running (4m) 96s ago 20m 208M - 5.5 97519c6bda34 a5328c06a38e 2023-10-11T16:18:04.974 INFO:teuthology.orchestra.run.smithi045.stdout:nfs.foo.1.1.smithi079.oxtyco smithi079 *:2049 running (4m) 2m ago 20m 79.2M - 5.5 97519c6bda34 95c7cdd59c61 2023-10-11T16:18:04.974 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (2m) 96s ago 26m 8204k - 1.5.0 0da6a335fe13 366c0d546a8d 2023-10-11T16:18:04.974 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi079 smithi079 *:9100 running (2m) 2m ago 25m 4194k - 1.5.0 0da6a335fe13 f9d0b448a42a 2023-10-11T16:18:04.974 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (8m) 96s ago 25m 436M 1943M 18.2.0-669-ge62d759a 97519c6bda34 932a030353eb 2023-10-11T16:18:04.974 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi045 running (7m) 96s ago 25m 373M 1943M 18.2.0-669-ge62d759a 97519c6bda34 a50236de36a7 2023-10-11T16:18:04.975 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi045 running (7m) 96s ago 24m 323M 1943M 18.2.0-669-ge62d759a 97519c6bda34 598da21d121d 2023-10-11T16:18:04.975 INFO:teuthology.orchestra.run.smithi045.stdout:osd.3 smithi045 running (6m) 96s ago 24m 367M 1943M 18.2.0-669-ge62d759a 97519c6bda34 8815ebe30b26 2023-10-11T16:18:04.975 INFO:teuthology.orchestra.run.smithi045.stdout:osd.4 smithi079 running (6m) 2m ago 24m 377M 2710M 18.2.0-669-ge62d759a 97519c6bda34 32138269643a 2023-10-11T16:18:04.975 INFO:teuthology.orchestra.run.smithi045.stdout:osd.5 smithi079 running (5m) 2m ago 24m 410M 2710M 18.2.0-669-ge62d759a 97519c6bda34 6d9df75a34a0 2023-10-11T16:18:04.975 INFO:teuthology.orchestra.run.smithi045.stdout:osd.6 smithi079 running (5m) 2m ago 23m 318M 2710M 18.2.0-669-ge62d759a 97519c6bda34 5d97d92960d7 2023-10-11T16:18:04.976 INFO:teuthology.orchestra.run.smithi045.stdout:osd.7 smithi079 running (5m) 2m ago 23m 436M 2710M 18.2.0-669-ge62d759a 97519c6bda34 622b16cea1d0 2023-10-11T16:18:04.976 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi045 smithi045 *:9095 running (2m) 96s ago 25m 50.3M - 2.43.0 a07b618ecd1d 85f99d39f863 2023-10-11T16:18:05.001 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:04 smithi045 ceph-mon[164763]: pgmap v343: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:05.414 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph orch upgrade status' 2023-10-11T16:18:06.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:06 smithi045 ceph-mon[164763]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:18:06.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:06 smithi045 ceph-mon[164763]: pgmap v344: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:06.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:06 smithi079 ceph-mon[140862]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:18:06.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:06 smithi079 ceph-mon[140862]: pgmap v344: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:06.943 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:18:06.944 INFO:teuthology.orchestra.run.smithi045.stdout: "target_image": null, 2023-10-11T16:18:06.944 INFO:teuthology.orchestra.run.smithi045.stdout: "in_progress": false, 2023-10-11T16:18:06.944 INFO:teuthology.orchestra.run.smithi045.stdout: "which": "", 2023-10-11T16:18:06.944 INFO:teuthology.orchestra.run.smithi045.stdout: "services_complete": [], 2023-10-11T16:18:06.944 INFO:teuthology.orchestra.run.smithi045.stdout: "progress": null, 2023-10-11T16:18:06.945 INFO:teuthology.orchestra.run.smithi045.stdout: "message": "", 2023-10-11T16:18:06.945 INFO:teuthology.orchestra.run.smithi045.stdout: "is_paused": false 2023-10-11T16:18:06.945 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:18:07.312 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph health detail' 2023-10-11T16:18:08.851 INFO:teuthology.orchestra.run.smithi045.stdout:HEALTH_OK 2023-10-11T16:18:08.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:08 smithi045 ceph-mon[164763]: from='client.34574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:18:08.880 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:08 smithi045 ceph-mon[164763]: pgmap v345: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:08.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:08 smithi079 ceph-mon[140862]: from='client.34574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:18:08.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:08 smithi079 ceph-mon[140862]: pgmap v345: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:09.229 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph versions' 2023-10-11T16:18:09.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:09 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/2290287934' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:18:10.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:09 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/2290287934' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-10-11T16:18:10.862 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2023-10-11T16:18:10.862 INFO:teuthology.orchestra.run.smithi045.stdout: "mon": { 2023-10-11T16:18:10.863 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:18:10.863 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:18:10.863 INFO:teuthology.orchestra.run.smithi045.stdout: "mgr": { 2023-10-11T16:18:10.863 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:18:10.864 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:18:10.864 INFO:teuthology.orchestra.run.smithi045.stdout: "osd": { 2023-10-11T16:18:10.864 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 8 2023-10-11T16:18:10.864 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:18:10.864 INFO:teuthology.orchestra.run.smithi045.stdout: "mds": { 2023-10-11T16:18:10.865 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 2 2023-10-11T16:18:10.865 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:18:10.865 INFO:teuthology.orchestra.run.smithi045.stdout: "overall": { 2023-10-11T16:18:10.865 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)": 14 2023-10-11T16:18:10.866 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:18:10.866 INFO:teuthology.orchestra.run.smithi045.stdout:} 2023-10-11T16:18:10.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:10 smithi079 ceph-mon[140862]: pgmap v346: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:10.885 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:10 smithi045 ceph-mon[164763]: pgmap v346: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:11.388 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-10-11T16:18:11.732 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:11 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/748200357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:18:11.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:11 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/748200357' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:18:12.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:12 smithi045 ceph-mon[164763]: pgmap v347: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:18:12.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:12 smithi079 ceph-mon[140862]: pgmap v347: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:18:12.958 INFO:teuthology.orchestra.run.smithi045.stdout:true 2023-10-11T16:18:13.329 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -e sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2023-10-11T16:18:13.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:13 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1736734403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:18:13.919 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:13 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1736734403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:18:14.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:14 smithi079 ceph-mon[140862]: pgmap v348: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:15.017 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)" 2023-10-11T16:18:15.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:14 smithi045 ceph-mon[164763]: pgmap v348: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:15.385 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2023-10-11T16:18:15.386 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-11T16:18:15.387 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T16:18:15.904 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:15 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/16951788' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:18:16.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:15 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/16951788' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-11T16:18:16.956 INFO:teuthology.orchestra.run.smithi045.stdout: 2023-10-11T16:18:16.957 INFO:teuthology.orchestra.run.smithi045.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:50:56.684067Z", "last_refresh": "2023-10-11T16:16:28.281368Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:50:45.463662Z", "last_refresh": "2023-10-11T16:15:52.481283Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:50:54.798577Z", "last_refresh": "2023-10-11T16:16:28.281548Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-11T15:55:17.678091Z", "last_refresh": "2023-10-11T16:15:52.481880Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:50:44.325205Z", "last_refresh": "2023-10-11T16:15:52.481378Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi045:172.21.15.45=smithi045", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:51:23.403739Z", "last_refresh": "2023-10-11T16:15:52.481455Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T16:08:54.408127Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-10-11T15:57:18.863906Z", "last_refresh": "2023-10-11T16:15:52.481969Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:50:55.739998Z", "last_refresh": "2023-10-11T16:15:52.481529Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "97519c6bda343b2fddd69880e7b11eba2ef54f5f83a3b3457b99eefcdcacca78", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee", "last_refresh": "2023-10-11T16:15:52.481601Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:50:53.841781Z", "last_refresh": "2023-10-11T16:16:28.281726Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-11T16:18:16.981 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:16 smithi045 ceph-mon[164763]: pgmap v349: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:17.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:16 smithi079 ceph-mon[140862]: pgmap v349: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:17.362 INFO:tasks.cephadm:nfs.foo has 2/2 2023-10-11T16:18:17.362 DEBUG:teuthology.parallel:result is None 2023-10-11T16:18:17.363 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T16:18:17.373 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T16:18:17.374 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2023-10-11T16:18:17.409 INFO:teuthology.orchestra.run.smithi045.stderr:+ umount /mnt/foo 2023-10-11T16:18:17.443 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T16:18:17.452 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T16:18:17.453 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs cluster ls | grep foo' 2023-10-11T16:18:18.018 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:17 smithi045 ceph-mon[164763]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:18:18.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:17 smithi079 ceph-mon[140862]: from='mgr.25017 172.21.15.45:0/930210462' entity='mgr.smithi045.vzhlsu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T16:18:19.002 INFO:teuthology.orchestra.run.smithi045.stdout: "foo" 2023-10-11T16:18:19.011 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:18 smithi045 ceph-mon[164763]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:18:19.012 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:18 smithi045 ceph-mon[164763]: pgmap v350: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:19.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:18 smithi079 ceph-mon[140862]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T16:18:19.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:18 smithi079 ceph-mon[140862]: pgmap v350: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:19.368 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs export ls foo --detailed' 2023-10-11T16:18:20.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:20 smithi045 ceph-mon[164763]: from='client.34598 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:18:20.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:20 smithi045 ceph-mon[164763]: pgmap v351: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:20 smithi079 ceph-mon[140862]: from='client.34598 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:18:20.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:20 smithi079 ceph-mon[140862]: pgmap v351: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:20.935 INFO:teuthology.orchestra.run.smithi045.stdout:[ 2023-10-11T16:18:20.936 INFO:teuthology.orchestra.run.smithi045.stdout: { 2023-10-11T16:18:20.936 INFO:teuthology.orchestra.run.smithi045.stdout: "access_type": "RW", 2023-10-11T16:18:20.936 INFO:teuthology.orchestra.run.smithi045.stdout: "clients": [], 2023-10-11T16:18:20.937 INFO:teuthology.orchestra.run.smithi045.stdout: "cluster_id": "foo", 2023-10-11T16:18:20.937 INFO:teuthology.orchestra.run.smithi045.stdout: "export_id": 1, 2023-10-11T16:18:20.937 INFO:teuthology.orchestra.run.smithi045.stdout: "fsal": { 2023-10-11T16:18:20.937 INFO:teuthology.orchestra.run.smithi045.stdout: "fs_name": "foofs", 2023-10-11T16:18:20.937 INFO:teuthology.orchestra.run.smithi045.stdout: "name": "CEPH", 2023-10-11T16:18:20.938 INFO:teuthology.orchestra.run.smithi045.stdout: "user_id": "nfs.foo.1" 2023-10-11T16:18:20.938 INFO:teuthology.orchestra.run.smithi045.stdout: }, 2023-10-11T16:18:20.938 INFO:teuthology.orchestra.run.smithi045.stdout: "path": "/", 2023-10-11T16:18:20.938 INFO:teuthology.orchestra.run.smithi045.stdout: "protocols": [ 2023-10-11T16:18:20.939 INFO:teuthology.orchestra.run.smithi045.stdout: 4 2023-10-11T16:18:20.939 INFO:teuthology.orchestra.run.smithi045.stdout: ], 2023-10-11T16:18:20.939 INFO:teuthology.orchestra.run.smithi045.stdout: "pseudo": "/fake", 2023-10-11T16:18:20.939 INFO:teuthology.orchestra.run.smithi045.stdout: "security_label": true, 2023-10-11T16:18:20.939 INFO:teuthology.orchestra.run.smithi045.stdout: "squash": "no_root_squash", 2023-10-11T16:18:20.940 INFO:teuthology.orchestra.run.smithi045.stdout: "transports": [ 2023-10-11T16:18:20.940 INFO:teuthology.orchestra.run.smithi045.stdout: "TCP" 2023-10-11T16:18:20.940 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2023-10-11T16:18:20.940 INFO:teuthology.orchestra.run.smithi045.stdout: } 2023-10-11T16:18:20.940 INFO:teuthology.orchestra.run.smithi045.stdout:] 2023-10-11T16:18:21.335 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'rados -p .nfs --all ls -' 2023-10-11T16:18:22.543 INFO:teuthology.orchestra.run.smithi045.stdout:foo grace 2023-10-11T16:18:22.544 INFO:teuthology.orchestra.run.smithi045.stdout:foo rec-0000000000000005:nfs.foo.1 2023-10-11T16:18:22.544 INFO:teuthology.orchestra.run.smithi045.stdout:foo rec-0000000000000005:nfs.foo.0 2023-10-11T16:18:22.544 INFO:teuthology.orchestra.run.smithi045.stdout:foo conf-nfs.foo 2023-10-11T16:18:22.544 INFO:teuthology.orchestra.run.smithi045.stdout:foo export-1 2023-10-11T16:18:22.722 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:22 smithi045 ceph-mon[164763]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:18:22.723 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:22 smithi045 ceph-mon[164763]: pgmap v352: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:18:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:22 smithi079 ceph-mon[140862]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T16:18:22.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:22 smithi079 ceph-mon[140862]: pgmap v352: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-10-11T16:18:22.919 DEBUG:teuthology.orchestra.run.smithi045:> 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 c8f3393c-684d-11ee-8db6-212e2dc638e7 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2023-10-11T16:18:24.437 INFO:teuthology.orchestra.run.smithi045.stdout:6 2023-10-11T16:18:24.726 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:24 smithi045 ceph-mon[164763]: pgmap v353: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:24.727 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:24 smithi045 ceph-mon[164763]: mgrmap e40: smithi045.vzhlsu(active, since 9m), standbys: smithi079.mdpxci 2023-10-11T16:18:24.727 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:24 smithi045 ceph-mon[164763]: from='client.? 172.21.15.45:0/1983651182' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2023-10-11T16:18:24.818 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-11T16:18:24.829 INFO:tasks.cephadm:Teardown begin 2023-10-11T16:18:24.830 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T16:18:24.870 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T16:18:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:24 smithi079 ceph-mon[140862]: pgmap v353: 129 pgs: 129 active+clean; 203 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T16:18:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:24 smithi079 ceph-mon[140862]: mgrmap e40: smithi045.vzhlsu(active, since 9m), standbys: smithi079.mdpxci 2023-10-11T16:18:24.883 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:24 smithi079 ceph-mon[140862]: from='client.? 172.21.15.45:0/1983651182' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2023-10-11T16:18:24.909 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-11T16:18:24.909 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-11T16:18:24.934 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-11T16:18:24.970 INFO:tasks.cephadm:Stopping all daemons... 2023-10-11T16:18:24.971 INFO:tasks.cephadm.mon.smithi045:Stopping mon.smithi045... 2023-10-11T16:18:24.971 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045 2023-10-11T16:18:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:25 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:18:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon-smithi045[164740]: 2023-10-11T16:18:25.209+0000 7fb524a75700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -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 2023-10-11T16:18:25.268 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:25 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon-smithi045[164740]: 2023-10-11T16:18:25.209+0000 7fb524a75700 -1 mon.smithi045@0(leader) e3 *** Got Signal Terminated *** 2023-10-11T16:18:25.650 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Oct 11 16:18:25 smithi045 bash[224664]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon-smithi045 2023-10-11T16:18:25.658 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi045.service' 2023-10-11T16:18:25.709 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:18:25.710 INFO:tasks.cephadm.mon.smithi045:Stopped mon.smithi045 2023-10-11T16:18:25.710 INFO:tasks.cephadm.mon.smithi079:Stopping mon.smithi079... 2023-10-11T16:18:25.710 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi079 2023-10-11T16:18:26.133 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:25 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:18:26.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon-smithi079[140839]: 2023-10-11T16:18:25.924+0000 7f14b2e8d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi079 -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 2023-10-11T16:18:26.134 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:25 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon-smithi079[140839]: 2023-10-11T16:18:25.924+0000 7f14b2e8d700 -1 mon.smithi079@1(peon) e3 *** Got Signal Terminated *** 2023-10-11T16:18:26.557 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Oct 11 16:18:26 smithi079 bash[172562]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-mon-smithi079 2023-10-11T16:18:26.563 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@mon.smithi079.service' 2023-10-11T16:18:26.610 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:18:26.610 INFO:tasks.cephadm.mon.smithi079:Stopped mon.smithi079 2023-10-11T16:18:26.611 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-10-11T16:18:26.611 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.0 2023-10-11T16:18:27.018 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:18:26 smithi045 systemd[1]: Stopping Ceph osd.0 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:18:27.018 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:18:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-0[172664]: 2023-10-11T16:18:26.869+0000 7f94bbc9c700 -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 2023-10-11T16:18:27.019 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:18:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-0[172664]: 2023-10-11T16:18:26.869+0000 7f94bbc9c700 -1 osd.0 114 *** Got signal Terminated *** 2023-10-11T16:18:27.019 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:18:26 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-0[172664]: 2023-10-11T16:18:26.869+0000 7f94bbc9c700 -1 osd.0 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:18:32.768 INFO:journalctl@ceph.osd.0.smithi045.stdout:Oct 11 16:18:32 smithi045 bash[224914]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-0 2023-10-11T16:18:33.773 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.0.service' 2023-10-11T16:18:33.827 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:18:33.828 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-10-11T16:18:33.828 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-10-11T16:18:33.829 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.1 2023-10-11T16:18:34.018 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:18:33 smithi045 systemd[1]: Stopping Ceph osd.1 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:18:34.518 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:18:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-1[176055]: 2023-10-11T16:18:34.057+0000 7f51cc241700 -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 2023-10-11T16:18:34.518 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:18:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-1[176055]: 2023-10-11T16:18:34.057+0000 7f51cc241700 -1 osd.1 114 *** Got signal Terminated *** 2023-10-11T16:18:34.518 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:18:34 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-1[176055]: 2023-10-11T16:18:34.057+0000 7f51cc241700 -1 osd.1 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:18:40.018 INFO:journalctl@ceph.osd.1.smithi045.stdout:Oct 11 16:18:39 smithi045 bash[225175]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-1 2023-10-11T16:18:40.898 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.1.service' 2023-10-11T16:18:40.952 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:18:40.953 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-10-11T16:18:40.953 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-10-11T16:18:40.953 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.2 2023-10-11T16:18:41.183 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:18:40 smithi045 systemd[1]: Stopping Ceph osd.2 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:18:41.518 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:18:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-2[179518]: 2023-10-11T16:18:41.180+0000 7f05419a6700 -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 2023-10-11T16:18:41.518 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:18:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-2[179518]: 2023-10-11T16:18:41.180+0000 7f05419a6700 -1 osd.2 114 *** Got signal Terminated *** 2023-10-11T16:18:41.518 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:18:41 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-2[179518]: 2023-10-11T16:18:41.180+0000 7f05419a6700 -1 osd.2 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:18:47.018 INFO:journalctl@ceph.osd.2.smithi045.stdout:Oct 11 16:18:46 smithi045 bash[225474]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-2 2023-10-11T16:18:47.938 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.2.service' 2023-10-11T16:18:47.991 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:18:47.992 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-10-11T16:18:47.992 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-10-11T16:18:47.992 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.3 2023-10-11T16:18:48.216 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:18:48 smithi045 systemd[1]: Stopping Ceph osd.3 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:18:48.518 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:18:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-3[182932]: 2023-10-11T16:18:48.213+0000 7fd900d10700 -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 2023-10-11T16:18:48.518 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:18:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-3[182932]: 2023-10-11T16:18:48.213+0000 7fd900d10700 -1 osd.3 114 *** Got signal Terminated *** 2023-10-11T16:18:48.519 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:18:48 smithi045 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-3[182932]: 2023-10-11T16:18:48.213+0000 7fd900d10700 -1 osd.3 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:18:53.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:18:53 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:18:53.225+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:18:54.017 INFO:journalctl@ceph.osd.3.smithi045.stdout:Oct 11 16:18:53 smithi045 bash[225737]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-3 2023-10-11T16:18:54.620 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:18:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:18:54.265+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:18:54.620 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:18:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:18:54.419+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:18:54.883 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:54 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:18:54.618+0000 7f0147cb8700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.362323+0000 front 2023-10-11T16:18:31.362370+0000 (oldest deadline 2023-10-11T16:18:54.262267+0000) 2023-10-11T16:18:55.121 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.3.service' 2023-10-11T16:18:55.174 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:18:55.175 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-10-11T16:18:55.175 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-10-11T16:18:55.176 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.4 2023-10-11T16:18:55.383 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:55 smithi079 systemd[1]: Stopping Ceph osd.4 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:18:55.383 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:18:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:18:55.306+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:18:55.384 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:18:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:18:55.105+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:18:55.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:18:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:18:55.462+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:18:55.883 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:18:55.410+0000 7f014eec9700 -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 2023-10-11T16:18:55.884 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:18:55.410+0000 7f014eec9700 -1 osd.4 114 *** Got signal Terminated *** 2023-10-11T16:18:55.884 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:18:55.410+0000 7f014eec9700 -1 osd.4 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:18:55.884 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:55 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:18:55.600+0000 7f0147cb8700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.362323+0000 front 2023-10-11T16:18:31.362370+0000 (oldest deadline 2023-10-11T16:18:54.262267+0000) 2023-10-11T16:18:56.383 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:18:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:18:56.125+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:18:56.383 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:18:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:18:56.323+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:18:56.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:18:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:18:56.494+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:18:56.883 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:56 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:18:56.641+0000 7f0147cb8700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.362323+0000 front 2023-10-11T16:18:31.362370+0000 (oldest deadline 2023-10-11T16:18:54.262267+0000) 2023-10-11T16:18:57.508 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:18:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:18:57.170+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:18:57.508 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:18:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:18:57.296+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:18:57.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:18:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:18:57.506+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:18:57.883 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:57 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:18:57.594+0000 7f0147cb8700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.362323+0000 front 2023-10-11T16:18:31.362370+0000 (oldest deadline 2023-10-11T16:18:54.262267+0000) 2023-10-11T16:18:58.519 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:18:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:18:58.300+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:18:58.520 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:18:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:18:58.202+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:18:58.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:18:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:18:58.518+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:18:58.883 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:58 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:18:58.598+0000 7f0147cb8700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.362323+0000 front 2023-10-11T16:18:31.362370+0000 (oldest deadline 2023-10-11T16:18:54.262267+0000) 2023-10-11T16:18:59.472 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:18:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:18:59.186+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:18:59.473 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:18:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:18:59.288+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:18:59.883 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:18:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4[146688]: 2023-10-11T16:18:59.625+0000 7f0147cb8700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.362323+0000 front 2023-10-11T16:18:31.362370+0000 (oldest deadline 2023-10-11T16:18:54.262267+0000) 2023-10-11T16:18:59.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:18:59 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:18:59.471+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:00.466 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:00.159+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:19:00.466 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:00.327+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:00.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:00.464+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:00.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:00 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:00.464+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:01.362 INFO:journalctl@ceph.osd.4.smithi079.stdout:Oct 11 16:19:01 smithi079 bash[172744]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-4 2023-10-11T16:19:01.363 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:01.131+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:19:01.363 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:01.131+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.686105+0000 front 2023-10-11T16:18:36.686026+0000 (oldest deadline 2023-10-11T16:19:00.785907+0000) 2023-10-11T16:19:01.629 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:01.361+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:01.629 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:01.422+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:01.629 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:01 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:01.422+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:02.261 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:02.158+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:19:02.262 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:02.158+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.686105+0000 front 2023-10-11T16:18:36.686026+0000 (oldest deadline 2023-10-11T16:19:00.785907+0000) 2023-10-11T16:19:02.269 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.4.service' 2023-10-11T16:19:02.310 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:19:02.311 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-10-11T16:19:02.311 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-10-11T16:19:02.312 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.5 2023-10-11T16:19:02.559 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:02.385+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:02.560 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:02.440+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:02.560 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:02.440+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:02.561 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:02 smithi079 systemd[1]: Stopping Ceph osd.5 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:19:02.561 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:02.558+0000 7f418c12b700 -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 2023-10-11T16:19:02.561 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:02.558+0000 7f418c12b700 -1 osd.5 114 *** Got signal Terminated *** 2023-10-11T16:19:02.562 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:02 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:02.558+0000 7f418c12b700 -1 osd.5 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:19:03.383 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:03.125+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:19:03.383 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:03.125+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.686105+0000 front 2023-10-11T16:18:36.686026+0000 (oldest deadline 2023-10-11T16:19:00.785907+0000) 2023-10-11T16:19:03.883 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:03.403+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:03.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:03.456+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:03.884 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:03 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:03.456+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:04.453 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:04.148+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:19:04.453 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:04.148+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.686105+0000 front 2023-10-11T16:18:36.686026+0000 (oldest deadline 2023-10-11T16:19:00.785907+0000) 2023-10-11T16:19:04.883 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:04.451+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:04.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:04.484+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:04.884 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:04 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:04.484+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:05.441 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:05.407+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:05.442 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:05.407+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:05.442 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:05.179+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:19:05.442 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:05.179+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.686105+0000 front 2023-10-11T16:18:36.686026+0000 (oldest deadline 2023-10-11T16:19:00.785907+0000) 2023-10-11T16:19:05.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:05.440+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:05.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:05 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:05.440+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:06.633 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:06.226+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:19:06.633 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:06.226+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.686105+0000 front 2023-10-11T16:18:36.686026+0000 (oldest deadline 2023-10-11T16:19:00.785907+0000) 2023-10-11T16:19:06.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:06.436+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:06.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:06.436+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:06.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:06.426+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:06.635 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:06 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:06.426+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:07.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:07.393+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:07.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:07.393+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:07.635 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:07.231+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:29.684874+0000 front 2023-10-11T16:18:29.684935+0000 (oldest deadline 2023-10-11T16:18:54.984788+0000) 2023-10-11T16:19:07.635 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:07.231+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.686105+0000 front 2023-10-11T16:18:36.686026+0000 (oldest deadline 2023-10-11T16:19:00.785907+0000) 2023-10-11T16:19:07.635 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5[149362]: 2023-10-11T16:19:07.231+0000 7f4186f1e700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.086961+0000 front 2023-10-11T16:18:43.086917+0000 (oldest deadline 2023-10-11T16:19:07.186816+0000) 2023-10-11T16:19:07.636 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:07.401+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:07.636 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:07 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:07.401+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:08.375 INFO:journalctl@ceph.osd.5.smithi079.stdout:Oct 11 16:19:08 smithi079 bash[173043]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-5 2023-10-11T16:19:08.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:08.431+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:08.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:08.431+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:08.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:08.373+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:08.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:08.373+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:08.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:08 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:08.373+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:09.335 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.5.service' 2023-10-11T16:19:09.376 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:19:09.376 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-10-11T16:19:09.377 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-10-11T16:19:09.377 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.6 2023-10-11T16:19:09.622 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:09.425+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:09.652 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:09.425+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:09.652 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:09.425+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:45.051403+0000 front 2023-10-11T16:18:45.051422+0000 (oldest deadline 2023-10-11T16:19:09.151225+0000) 2023-10-11T16:19:09.653 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:09 smithi079 systemd[1]: Stopping Ceph osd.6 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:19:09.653 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:09.335+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:09.653 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:09.335+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:09.653 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:09.335+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:09.883 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:09.620+0000 7f2b8c45b700 -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 2023-10-11T16:19:09.883 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:09.620+0000 7f2b8c45b700 -1 osd.6 114 *** Got signal Terminated *** 2023-10-11T16:19:09.884 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:09 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:09.620+0000 7f2b8c45b700 -1 osd.6 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:19:10.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:10.320+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:10.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:10.320+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:10.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:10.320+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:10.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:10.446+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:10.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:10.446+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:10.635 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:10 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:10.446+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:45.051403+0000 front 2023-10-11T16:18:45.051422+0000 (oldest deadline 2023-10-11T16:19:09.151225+0000) 2023-10-11T16:19:11.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:11.447+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:11.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:11.447+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:11.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:11.447+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:45.051403+0000 front 2023-10-11T16:18:45.051422+0000 (oldest deadline 2023-10-11T16:19:09.151225+0000) 2023-10-11T16:19:11.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:11.328+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:11.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:11.328+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:11.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:11 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:11.328+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:12.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:12.493+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:12.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:12.493+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:12.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:12.493+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:45.051403+0000 front 2023-10-11T16:18:45.051422+0000 (oldest deadline 2023-10-11T16:19:09.151225+0000) 2023-10-11T16:19:12.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:12.319+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:12.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:12.319+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:12.635 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:12 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:12.319+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:13.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:13.349+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:13.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:13.349+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:13.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:13.349+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:13.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:13.460+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:13.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:13.460+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:13.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:13 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:13.460+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:45.051403+0000 front 2023-10-11T16:18:45.051422+0000 (oldest deadline 2023-10-11T16:19:09.151225+0000) 2023-10-11T16:19:14.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:14.449+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:28.649537+0000 front 2023-10-11T16:18:28.649524+0000 (oldest deadline 2023-10-11T16:18:52.749307+0000) 2023-10-11T16:19:14.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:14.449+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:36.850357+0000 front 2023-10-11T16:18:36.850428+0000 (oldest deadline 2023-10-11T16:19:05.050909+0000) 2023-10-11T16:19:14.634 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6[152062]: 2023-10-11T16:19:14.449+0000 7f2b8524a700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:45.051403+0000 front 2023-10-11T16:18:45.051422+0000 (oldest deadline 2023-10-11T16:19:09.151225+0000) 2023-10-11T16:19:14.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:14.325+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:14.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:14.325+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:14.635 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:14.325+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:14.635 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:14 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:14.325+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-10-11T16:18:52.012294+0000 front 2023-10-11T16:18:52.012310+0000 (oldest deadline 2023-10-11T16:19:13.712248+0000) 2023-10-11T16:19:15.633 INFO:journalctl@ceph.osd.6.smithi079.stdout:Oct 11 16:19:15 smithi079 bash[173313]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-6 2023-10-11T16:19:15.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:15.296+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:15.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:15.296+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:15.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:15.296+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:15.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:15 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:15.296+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-10-11T16:18:52.012294+0000 front 2023-10-11T16:18:52.012310+0000 (oldest deadline 2023-10-11T16:19:13.712248+0000) 2023-10-11T16:19:16.391 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.6.service' 2023-10-11T16:19:16.432 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:19:16.433 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-10-11T16:19:16.433 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-10-11T16:19:16.434 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.7 2023-10-11T16:19:16.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:16.336+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:16.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:16.336+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:16.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:16.336+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:16.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:16.336+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-10-11T16:18:52.012294+0000 front 2023-10-11T16:18:52.012310+0000 (oldest deadline 2023-10-11T16:19:13.712248+0000) 2023-10-11T16:19:16.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:16 smithi079 systemd[1]: Stopping Ceph osd.7 for c8f3393c-684d-11ee-8db6-212e2dc638e7... 2023-10-11T16:19:17.133 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:16.677+0000 7f2cbd35b700 -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 2023-10-11T16:19:17.133 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:16.677+0000 7f2cbd35b700 -1 osd.7 114 *** Got signal Terminated *** 2023-10-11T16:19:17.133 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:16 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:16.677+0000 7f2cbd35b700 -1 osd.7 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-11T16:19:17.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:17.385+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:17.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:17.385+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:17.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:17.385+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:17.884 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:17 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:17.385+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-10-11T16:18:52.012294+0000 front 2023-10-11T16:18:52.012310+0000 (oldest deadline 2023-10-11T16:19:13.712248+0000) 2023-10-11T16:19:18.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:18.354+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:18.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:18.354+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:18.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:18.354+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:18.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:18 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:18.354+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-10-11T16:18:52.012294+0000 front 2023-10-11T16:18:52.012310+0000 (oldest deadline 2023-10-11T16:19:13.712248+0000) 2023-10-11T16:19:19.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:19.342+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:19.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:19.342+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:19.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:19.342+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:19.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:19 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:19.342+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-10-11T16:18:52.012294+0000 front 2023-10-11T16:18:52.012310+0000 (oldest deadline 2023-10-11T16:19:13.712248+0000) 2023-10-11T16:19:20.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:20.378+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:20.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:20.378+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:20.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:20.378+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:20.634 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:20 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:20.378+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-10-11T16:18:52.012294+0000 front 2023-10-11T16:18:52.012310+0000 (oldest deadline 2023-10-11T16:19:13.712248+0000) 2023-10-11T16:19:21.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:21.422+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6806 osd.0 since back 2023-10-11T16:18:31.808996+0000 front 2023-10-11T16:18:31.808918+0000 (oldest deadline 2023-10-11T16:18:54.108954+0000) 2023-10-11T16:19:21.883 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:21.422+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6814 osd.1 since back 2023-10-11T16:18:35.809785+0000 front 2023-10-11T16:18:35.809844+0000 (oldest deadline 2023-10-11T16:18:59.909721+0000) 2023-10-11T16:19:21.884 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:21.422+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6822 osd.2 since back 2023-10-11T16:18:43.311208+0000 front 2023-10-11T16:18:43.311304+0000 (oldest deadline 2023-10-11T16:19:08.011088+0000) 2023-10-11T16:19:21.884 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:21 smithi079 ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7[154711]: 2023-10-11T16:19:21.422+0000 7f2cb814e700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.45:6830 osd.3 since back 2023-10-11T16:18:52.012294+0000 front 2023-10-11T16:18:52.012310+0000 (oldest deadline 2023-10-11T16:19:13.712248+0000) 2023-10-11T16:19:22.633 INFO:journalctl@ceph.osd.7.smithi079.stdout:Oct 11 16:19:22 smithi079 bash[173614]: ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7-osd-7 2023-10-11T16:19:23.531 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8f3393c-684d-11ee-8db6-212e2dc638e7@osd.7.service' 2023-10-11T16:19:23.572 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T16:19:23.573 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-10-11T16:19:23.573 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-11T16:22:16.959 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-11T16:22:33.276 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T16:22:33.318 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T16:22:33.349 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-11T16:22:33.351 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279/remote/smithi045/crash 2023-10-11T16:22:33.352 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/crash -- . 2023-10-11T16:22:33.398 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-11T16:22:33.399 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2023-10-11T16:22:33.401 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279/remote/smithi079/crash 2023-10-11T16:22:33.402 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/crash -- . 2023-10-11T16:22:33.435 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-11T16:22:33.435 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2023-10-11T16:22:33.436 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-11T16:22:33.437 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-11T16:22:33.475 INFO:teuthology.orchestra.run.smithi045.stderr:grep: /var/log/ceph/c8f3393c-684d-11ee-8db6-212e2dc638e7/ceph.log: No such file or directory 2023-10-11T16:22:33.477 INFO:tasks.cephadm:Compressing logs... 2023-10-11T16:22:33.477 DEBUG:teuthology.orchestra.run.smithi045:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T16:22:33.520 DEBUG:teuthology.orchestra.run.smithi079:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T16:22:33.546 INFO:teuthology.orchestra.run.smithi079.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-11T16:22:33.552 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-10-11T16:23:00.494 INFO:tasks.cephadm:Archiving logs... 2023-10-11T16:23:00.495 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279/remote/smithi045/log 2023-10-11T16:23:00.497 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-11T16:23:03.174 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279/remote/smithi079/log 2023-10-11T16:23:03.175 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-11T16:23:06.235 INFO:tasks.cephadm:Removing cluster... 2023-10-11T16:23:06.236 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 --force 2023-10-11T16:23:06.608 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c8f3393c-684d-11ee-8db6-212e2dc638e7 --force 2023-10-11T16:23:06.947 INFO:tasks.cephadm:Removing cephadm ... 2023-10-11T16:23:06.947 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-11T16:23:06.972 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-11T16:23:06.989 INFO:tasks.cephadm:Teardown complete 2023-10-11T16:23:06.990 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-11T16:23:07.001 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-11T16:23:07.001 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T16:23:07.015 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T16:23:07.034 INFO:teuthology.orchestra.run.smithi045.stderr:bash: ntpq: command not found 2023-10-11T16:23:07.039 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-11T16:23:07.040 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2023-10-11T16:23:07.040 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 16 -1754us[-1754us] +/- 77ms 2023-10-11T16:23:07.040 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv02.front.sepia.ceph.com 3 6 377 19 -835us[ -816us] +/- 57ms 2023-10-11T16:23:07.040 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 16 +2806us[+2806us] +/- 76ms 2023-10-11T16:23:07.041 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T16:23:07.046 INFO:teuthology.orchestra.run.smithi079.stderr:bash: ntpq: command not found 2023-10-11T16:23:07.050 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-11T16:23:07.050 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2023-10-11T16:23:07.051 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 11 -1754us[-1754us] +/- 77ms 2023-10-11T16:23:07.051 INFO:teuthology.orchestra.run.smithi079.stdout:^* hv02.front.sepia.ceph.com 3 6 377 18 -844us[ -844us] +/- 57ms 2023-10-11T16:23:07.051 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 +2791us[+2791us] +/- 76ms 2023-10-11T16:23:07.051 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-10-11T16:23:07.052 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-11T16:23:07.064 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-11T16:23:07.065 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-11T16:23:07.097 DEBUG:teuthology.orchestra.run.smithi045:> 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 2023-10-11T16:23:07.213 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-11T16:23:07.307 DEBUG:teuthology.orchestra.run.smithi045:> 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 2023-10-11T16:23:07.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:23:07.347 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-11T16:23:07.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:23:07.380 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-11T16:23:07.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-11T16:23:07.412 INFO:teuthology.task.internal:Duration was 3281.259510 seconds 2023-10-11T16:23:07.413 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-11T16:23:07.464 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-11T16:23:07.464 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-11T16:23:07.467 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-11T16:23:07.514 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-11T16:23:07.525 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-11T16:23:07.896 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-11T16:23:07.897 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2023-10-11T16:23:07.897 DEBUG:teuthology.orchestra.run.smithi045:> 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 2023-10-11T16:23:07.927 INFO:teuthology.orchestra.run.smithi045.stdout:2023-10-11T16:15:09.027955+00:00 smithi045 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2023-10-11T16:23:07.928 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi045.front.sepia.ceph.com: 2023-10-11T16:15:09.027955+00:00 smithi045 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2023-10-11T16:23:07.928 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2023-10-11T16:23:07.929 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-11T16:23:07.953 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-11T16:23:07.953 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T16:23:07.970 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T16:23:08.059 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-11T16:23:08.059 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-11T16:23:08.062 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-11T16:23:08.274 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-11T16:23:08.285 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-11T16:23:08.286 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-11T16:23:08.318 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-11T16:23:08.346 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-11T16:23:08.357 DEBUG:teuthology.orchestra.run.smithi045:> 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 2023-10-11T16:23:08.361 DEBUG:teuthology.orchestra.run.smithi079:> 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 2023-10-11T16:23:08.391 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2023-10-11T16:23:08.412 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2023-10-11T16:23:08.460 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-11T16:23:08.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:23:08.483 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-11T16:23:08.517 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T16:23:08.517 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-11T16:23:08.530 INFO:teuthology.task.internal:Transferring archived files... 2023-10-11T16:23:08.531 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279/remote/smithi045 2023-10-11T16:23:08.531 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-11T16:23:08.587 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279/remote/smithi079 2023-10-11T16:23:08.588 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-11T16:23:08.629 INFO:teuthology.task.internal:Removing archive directory... 2023-10-11T16:23:08.629 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-11T16:23:08.632 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-11T16:23:08.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-11T16:23:08.693 INFO:teuthology.task.internal:Not uploading archives. 2023-10-11T16:23:08.693 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-11T16:23:08.763 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-11T16:23:08.763 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-11T16:23:08.766 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-11T16:23:08.784 INFO:teuthology.orchestra.run.smithi079.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 11 16:23 /home/ubuntu/cephtest 2023-10-11T16:23:08.786 INFO:teuthology.orchestra.run.smithi045.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 11 16:23 /home/ubuntu/cephtest 2023-10-11T16:23:08.788 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-11T16:23:08.813 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-11T16:23:08.914 INFO:teuthology.nuke:Checking targets against current locks 2023-10-11T16:23:08.942 DEBUG:teuthology.nuke:shortname: smithi045 2023-10-11T16:23:08.943 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T16:23:08.967 DEBUG:teuthology.nuke:shortname: smithi079 2023-10-11T16:23:08.967 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T16:23:08.971 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:19:43.545140', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNUSm7s8UP/PWvAlykt2JXdsufSOjFOthIAt86DVO1K0VoSUDi7v162WASC2/g7/zmYOq25NkQoZgCht4oO8rRc='} 2023-10-11T16:23:08.995 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421279', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:19:43.546944', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA088kFSF9x6bmgEYzixV26CpmS+5KGJRwP/1J+NREN/DFCYfkAIWvtLgQ9wJ5YChRiYit1wKMceLPLwifsGh3Q='} 2023-10-11T16:23:09.024 INFO:teuthology.orchestra.console.smithi045:Power off 2023-10-11T16:23:09.025 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-11T16:23:09.048 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2023-10-11T16:23:09.049 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:23:09.063 INFO:teuthology.orchestra.console.smithi079:Power off 2023-10-11T16:23:09.064 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-11T16:23:09.072 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-10-11T16:23:09.085 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2023-10-11T16:23:09.086 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:23:09.107 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-10-11T16:23:13.074 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:23:13.108 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:23:13.184 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2023-10-11T16:23:13.219 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-10-11T16:23:17.186 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:23:17.219 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:23:17.297 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2023-10-11T16:23:17.329 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2023-10-11T16:23:17.399 INFO:teuthology.orchestra.console.smithi045:Power off completed 2023-10-11T16:23:21.330 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T16:23:21.440 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2023-10-11T16:23:21.540 INFO:teuthology.orchestra.console.smithi079:Power off completed 2023-10-11T16:23:21.644 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: 3281.2595098018646 failure_reason: '''2023-10-11T16:15:09.027955+00:00 smithi045 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: '' in syslog' owner: scheduled_yuriw@teuthology status: fail success: false 2023-10-11T16:23:21.645 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-11T16:23:21.710 INFO:teuthology.run:FAIL